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
1390abfaa952fa609a314e55015cef2a22fe112e
test
/
source
/
blender
/
gpu
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
..
intern
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
shaders
style cleanup
2013-03-16 14:42:05 +00:00
CMakeLists.txt
OpenGL: more work on fixed function lighting implementation as GLSL.
2013-03-10 15:38:23 +00:00
GPU_buffers.h
Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt mode
2012-12-30 18:30:13 +00:00
GPU_draw.h
code cleanup: use bool where values are true/false, for view3d and related functions.
2013-03-20 23:14:18 +00:00
GPU_extensions.h
Fix: multisample viewport drawing didn't work well with selection or particle
2013-03-15 19:56:33 +00:00
GPU_material.h
Matcap support in 3D Viewport.
2013-01-22 11:18:41 +00:00
GPU_simple_shader.h
OpenGL: more work on fixed function lighting implementation as GLSL.
2013-03-10 15:38:23 +00:00
SConscript
use bool for knife, also scons tab/space mix.
2013-03-15 19:00:21 +00:00