Mesa (master): mesa: move GLSL uniform functions into new source file

Brian Paul brianp at kemper.freedesktop.org
Thu May 27 04:44:33 UTC 2010


Module: Mesa
Branch: master
Commit: 69861ae49724dd49ae3ba82398239ad892753de7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69861ae49724dd49ae3ba82398239ad892753de7

Author: Brian Paul <brianp at vmware.com>
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



More information about the mesa-commit mailing list