blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer
Campbell Barton c6976e7351 use explicit file paths for CMake rather then globing, This is recommended by cmake devs.
globbing vs explicit is discussed here.
http://www.cmake.org/pipermail/cmake/2008-December/025694.html

Practical implications are:
- developers need to keep CMakeLists.txt files up to date.
- Users wont get strange linking errors if they build after a file is added, since CMake detects CMakeLists.txt is modified and automatically reconfigure.
2010-10-23 04:05:55 +00:00
..
CMakeLists.txt use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
RAS_GLExtensionManager.cpp correct fsf address 2010-02-12 13:34:04 +00:00
RAS_GLExtensionManager.h correct fsf address 2010-02-12 13:34:04 +00:00
RAS_ListRasterizer.cpp Use DEBUG instead of NDEBUG 2010-10-18 06:52:10 +00:00
RAS_ListRasterizer.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
RAS_OpenGLRasterizer.cpp reverting previous commit from Mitchell. His commit went to the trunk instead of the branch :) 2010-05-29 21:31:57 +00:00
RAS_OpenGLRasterizer.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
RAS_VAOpenGLRasterizer.cpp Game engine was not updated yet to disable vertex/normal state on exit as 2010-07-27 11:07:34 +00:00
RAS_VAOpenGLRasterizer.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00