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