This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2006103a520bbc4fe48169e1125d93b6c052a362
test
/
source
History
Mitchell Stokes
2006103a52
OpenGL: Moving the GPU_pass_update_uniforms() call from GPU_material_bind_uniforms() to GPU_material_bind(). This way, material specific uniforms don't need to be resent when sending object specific uniforms. This saves uniform update calls in the BGE where one material is bound and multiple objects can be drawn. This doesn't offer much in the way of performance, but it cleans up our OpenGL usage a bit. One test scene went from 8k OpenGL calls to 4k with just this one change.
2013-03-23 03:11:48 +00:00
..
blender
OpenGL: Moving the GPU_pass_update_uniforms() call from GPU_material_bind_uniforms() to GPU_material_bind(). This way, material specific uniforms don't need to be resent when sending object specific uniforms. This saves uniform update calls in the BGE where one material is bound and multiple objects can be drawn. This doesn't offer much in the way of performance, but it cleans up our OpenGL usage a bit. One test scene went from 8k OpenGL calls to 4k with just this one change.
2013-03-23 03:11:48 +00:00
blenderplayer
python api: add functionality to remove uv-texture layers.
2013-03-21 20:54:48 +00:00
creator
code cleanup: use NULL rather then 0 for pointers, and make vars static where possible.
2013-03-22 05:34:10 +00:00
gameengine
BGE: getting rid of a few maybe-uninitialized warnings.
2013-03-23 03:04:02 +00:00
icons
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
tests
code cleanup: incorrect sized array args, remove some redundant code.
2013-03-17 10:26:23 +00:00
CMakeLists.txt
…
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00