blender/source
2012-11-22 06:11:05 +00:00
..
blender add missing bgl and gpu api docstrings (found using docstring completeness checker) 2012-11-22 05:15:52 +00:00
blenderplayer move source/darwin into release/darwin since these files are for osx packaging. 2012-11-18 07:41:38 +00:00
creator Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe. 2012-11-21 22:28:15 +00:00
gameengine BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL.cpp. Use of glIsEnabled() is discouraged since it causes a potential sync with the graphics card. Also, it's faster to just always use glDisable() (even if that feature is already disabled) then to check if it's enabled first. 2012-11-22 06:11:05 +00:00
icons
tests add missing bgl and gpu api docstrings (found using docstring completeness checker) 2012-11-22 05:15:52 +00:00
CMakeLists.txt
SConscript Scons: 2012-06-30 22:44:36 +00:00