This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6577117c4e6f7977602c67fa4f673c311efbe88c
test2
/
source
History
Mitchell Stokes
6577117c4e
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
..
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
set svn end of lines to native
2011-05-09 08:15:38 +00:00
tests
add missing bgl and gpu api docstrings (found using docstring completeness checker)
2012-11-22 05:15:52 +00:00
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
SConscript
Scons:
2012-06-30 22:44:36 +00:00