blender/source/gameengine/Rasterizer
Stefan Gartner 3531f874e0 added a buch of
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
(also for <GL/glu.h>)

so that people don't have to create symlinks in
/System/Library/Frameworks/OpenGL.framework on Mac OS X
(Charles Wardlaw)
2003-01-07 00:18:59 +00:00
..
RAS_OpenGLRasterizer added a buch of 2003-01-07 00:18:59 +00:00
Makefile Initial revision 2002-10-12 11:37:38 +00:00
RAS_BucketManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_BucketManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_CameraData.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_Deformer.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_FramingManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_FramingManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_ICanvas.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_IPolygonMaterial.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_IPolygonMaterial.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_IRasterizer.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_IRenderTools.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_IRenderTools.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_LightObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_MaterialBucket.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_MaterialBucket.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_MeshObject.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_MeshObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_ObjectColor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_Polygon.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_Polygon.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_Rect.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_texmatrix.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_TexMatrix.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
RAS_TexVert.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
RAS_TexVert.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00