Files
test/source/blender/gpu
Mike Erwin 7a60f889d3 OpenGL: plug new matrix system into shaders (WIP)
Built-in shaders now use uniforms instead of legacy built-in matrices. So far I only hooked this up for new immediate mode.

We use the same matrix naming convention as OpenGL, but without the gl_ prefix, e.g. gl_ModelView becomes ModelView.

Right now it can skip the new matrix stack and use the legacy built-in matrices app-side. This will help us transition gradually from glMatrix functions to gpuMatrix functions.

Still some work to do in gpuBindMatrices. See TODO comments in gpu_matrix.c for specifics.
2016-10-09 23:03:35 -04:00
..
2016-03-21 22:43:03 +01:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00
2016-01-10 07:12:10 +11:00
2016-01-28 17:23:12 +11:00