summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shader_api.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-06-26glsl: Added gl_shader_state::EmitContReturn fieldBrian Paul1-0/+1
2009-05-08mesa: more shader debug code (disabled)Brian Paul1-0/+4
2009-04-24mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAMBrian Paul1-3/+3
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul1-2/+2
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul1-1/+1
2009-04-14mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul1-5/+0
2009-03-19glsl: change GLSL #pragma initializationBrian Paul1-0/+9
2009-03-13mesa: glUseProgram() debug code (disabled)Brian Paul1-0/+11
2009-02-18glsl: asst improvements, clean-ups in set_program_uniform()Brian Paul1-27/+36
2009-02-18glsl: fix inequality in set_program_uniform()Brian Paul1-1/+1
2009-02-18mesa: improved error msgBrian Paul1-1/+2
2009-02-16mesa: remove old commentsBrian Paul1-1/+1
2009-02-11glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul1-10/+19
2009-02-11glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul1-0/+10
2009-02-11glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul1-44/+59
2009-02-11glsl: fix glUniform() array bounds error checkingBrian Paul1-9/+21
2009-02-11glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul1-8/+25
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-9/+16
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul1-0/+62
2009-02-06Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul1-62/+0
2009-02-06mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul1-0/+62
2009-01-22glsl: set shader->CompileStatus in _slang_compile()Brian Paul1-1/+4
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul1-7/+13
2008-11-10mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul1-7/+13
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul1-4/+16
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-4/+16
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul1-4/+16
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-7/+14
2008-11-05mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul1-7/+14
2008-11-05mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul1-7/+14
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-18/+15
2008-09-29GLSL: Implement _mesa_get_handleIan Romanick1-17/+8
2008-09-29GLSL: AttachShader returns INVALID_OPERATION for repeated attachIan Romanick1-1/+7
2008-09-23mesa: glsl: fix glGetUniform for matrix queriesBrian Paul1-50/+79
2008-09-23mesa: glsl: fix a number of glUniform issuesBrian Paul1-31/+199
2008-09-23mesa: glsl: fix error check in get_uniformfv()Brian Paul1-4/+9
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-1/+9
2008-09-21mesa: fix issues causing warnings on WindowsBrian Paul1-1/+9
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-5/+5
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-9/+9
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul1-29/+33
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul1-29/+33
2008-09-16mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rowsBrian Paul1-6/+13
2008-08-11mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079Brian Paul1-2/+13
2008-08-11mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079Brian Paul1-2/+13
2008-08-07mesa: Silence compiler warnings on Windows.Michal Krol1-2/+2
2008-08-06mesa: glsl: fix a number of glUniform issuesBrian Paul1-31/+199
2008-08-06mesa: glsl: fix glGetUniform for matrix queriesBrian Paul1-50/+79
2008-08-06mesa: glsl: fix error check in get_uniformfv()Brian Paul1-4/+9