index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
util
/
shaderutil.c
Age
Commit message (
Expand
)
Author
2009-11-30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-23
shaderutil: Fix detection of shaders
Ian Romanick
2009-11-17
progs/util: warn when GLSL not supported
Brian Paul
2009-11-17
progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.
Vinson Lee
2009-11-03
progs/util: Fix memory leak if fail to load/compile shader
Vinson Lee
2009-08-25
progs/util: added ValidateShaderProgram() to shaderutil.c
Brian Paul
2009-08-20
progs/util: added GetShaderCompile/LinkTime() to get compilation/link times
Brian Paul
2009-08-13
progs/util: ignore pre-defined uniforms in SetUniformValues()
Brian Paul
2009-08-12
progs/glsl: change uniform_info::type field to use GLSL vector types
Brian Paul
2009-08-12
demos: rename InitUniforms() to SetUniformValues()
Brian Paul
2009-08-12
progs/util: added more shader utility functions
Brian Paul
2009-07-17
progs/util: remove extfuncs.h (we use GLEW instead)
Brian Paul
2009-06-30
progs/util: make sure function pointers are initialized
Keith Whitwell
2008-12-17
util: check for frag/vertShader=0 before attaching
Brian Paul
2008-11-04
print err msg if unable to open shader file
Brian Paul
2008-08-16
added test for ARB GLSL extensions
Corbin Simpson
2008-04-09
shader utility functions
Brian