Module: Mesa Branch: master Commit: 69861ae49724dd49ae3ba82398239ad892753de7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69861ae49724dd49ae3ba82398239ad892753de7
Author: Brian Paul <[email protected]> Date: Wed May 26 22:24:58 2010 -0600 mesa: move GLSL uniform functions into new source file --- src/mesa/SConscript | 1 + src/mesa/shader/shader_api.c | 861 +--------------------------------------- src/mesa/shader/shader_api.h | 4 + src/mesa/shader/uniforms.c | 913 ++++++++++++++++++++++++++++++++++++++++++ src/mesa/shader/uniforms.h | 33 ++ src/mesa/sources.mak | 3 +- 6 files changed, 957 insertions(+), 858 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=69861ae49724dd49ae3ba82398239ad892753de7 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
