Age | Commit message (Expand) | Author |
2009-08-14 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-13 | glsl: fix some uninitialized pointers | Brian Paul |
2009-08-04 | mesa: compute, print shader checksum | Brian Paul |
2009-06-26 | glsl: Added gl_shader_state::EmitContReturn field | Brian Paul |
2009-06-26 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-08 | mesa: more shader debug code (disabled) | Brian Paul |
2009-04-24 | mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAM | Brian Paul |
2009-04-21 | mesa: new _NEW_PROGRAM_CONSTANTS flag | Brian Paul |
2009-04-14 | mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functions | Brian Paul |
2009-04-14 | mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES | Brian Paul |
2009-03-19 | glsl: change GLSL #pragma initialization | Brian Paul |
2009-03-13 | mesa: glUseProgram() debug code (disabled) | Brian Paul |
2009-02-18 | glsl: asst improvements, clean-ups in set_program_uniform() | Brian Paul |
2009-02-18 | glsl: fix inequality in set_program_uniform() | Brian Paul |
2009-02-18 | mesa: improved error msg | Brian Paul |
2009-02-16 | mesa: remove old comments | Brian Paul |
2009-02-11 | glsl: allow setting arrays of samplers in set_program_uniform() | Brian Paul |
2009-02-11 | glsl: raise GL_INVALID_OPERATION for glUniform(location < -1) | Brian Paul |
2009-02-11 | glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat... | Brian Paul |
2009-02-11 | glsl: fix glUniform() array bounds error checking | Brian Paul |
2009-02-11 | glsl: fix incorrect size returned by glGetActiveUniform() for array elements. | Brian Paul |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-02-06 | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul |
2009-02-06 | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul |
2009-02-06 | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul |
2009-01-22 | glsl: set shader->CompileStatus in _slang_compile() | Brian Paul |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-10 | mesa: track initialization status of uniform variables. Plus, asst clean-ups. | Brian Paul |
2008-11-06 | mesa: update the shader programs->TexturesUsed array at link time | Brian Paul |
2008-11-06 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-06 | mesa: update the shader programs->TexturesUsed array at link time | Brian Paul |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-05 | mesa: add Initialized field to gl_uniform struct, for debugging purposes only | Brian Paul |
2008-11-05 | mesa: add Initialized field to gl_uniform struct, for debugging purposes only | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-09-29 | GLSL: Implement _mesa_get_handle | Ian Romanick |
2008-09-29 | GLSL: AttachShader returns INVALID_OPERATION for repeated attach | Ian Romanick |
2008-09-23 | mesa: glsl: fix glGetUniform for matrix queries | Brian Paul |
2008-09-23 | mesa: glsl: fix a number of glUniform issues | Brian Paul |
2008-09-23 | mesa: glsl: fix error check in get_uniformfv() | Brian Paul |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-21 | mesa: fix issues causing warnings on Windows | Brian Paul |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul |
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul |
2008-09-16 | mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rows | Brian Paul |
2008-08-11 | mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079 | Brian Paul |
2008-08-11 | mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079 | Brian Paul |
2008-08-07 | mesa: Silence compiler warnings on Windows. | Michal Krol |