summaryrefslogtreecommitdiff
path: root/src/mesa/main/shaders.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-29glsl: make shader substitution a little betterBrian Paul1-3/+16
2009-10-13mesa: rework _mesa_read_shader() debug hookBrian Paul1-12/+12
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul1-18/+9
2009-03-06mesa: added _mesa_read_shader() function to read shaders from filesBrian Paul1-0/+51
2008-10-16mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul1-15/+6
2008-10-10mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul1-1/+12
2008-09-29GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick1-2/+10
2008-09-21mesa: remove debug codeBrian Paul1-1/+0
2008-09-21mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul1-0/+1
2008-07-08mesa: remove debug codemesa_7_1_rc3Brian Paul1-1/+0
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul1-5/+2
2008-07-03mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul1-4/+4
2007-07-21Fix a number of MINGW32 issuesZhang1-4/+4
2007-03-15silently ignore DeleteProgram/Shader(id=0)Brian1-13/+19
2007-03-13alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warningBrian1-4/+9
2007-02-26fix mem leak in _mesa_ShaderSourceARB()Brian1-0/+2
2006-12-19Massive re-org of GLSL-related API functions.Brian1-0/+667