Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/util: Fix memory leak if fail to load/compile shader | Vinson Lee | 2009-12-04 | 1 | -0/+2 |
| | | | | | Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit c475079ef2d901ba4506ebd53e19419cd46793ab) | ||||
* | shaderutil: Fix detection of shaders | Ian Romanick | 2009-11-23 | 1 | -2/+6 |
| | | | | | Check for versions >= 2.0 (because some drivers return 3.0), and return GL_FALSE if shaders are not detected. | ||||
* | progs/util: added ValidateShaderProgram() to shaderutil.c | Brian Paul | 2009-08-25 | 1 | -0/+20 |
| | |||||
* | progs/util: added GetShaderCompile/LinkTime() to get compilation/link times | Brian Paul | 2009-08-20 | 1 | -0/+33 |
| | |||||
* | progs/util: ignore pre-defined uniforms in SetUniformValues() | Brian Paul | 2009-08-13 | 1 | -1/+8 |
| | |||||
* | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | 2009-08-12 | 1 | -92/+15 |
| | |||||
* | demos: rename InitUniforms() to SetUniformValues() | Brian Paul | 2009-08-12 | 1 | -1/+1 |
| | | | | And call new PrintUniforms() in demos. | ||||
* | progs/util: added more shader utility functions | Brian Paul | 2009-08-12 | 1 | -18/+179 |
| | |||||
* | progs/util: remove extfuncs.h (we use GLEW instead)mesa_7_5 | Brian Paul | 2009-07-17 | 1 | -19/+17 |
| | |||||
* | progs/util: make sure function pointers are initialized | Keith Whitwell | 2009-06-30 | 1 | -1/+6 |
| | | | | | Call Init() from CompileShaderFile, was previously only called for the Text version of this function. | ||||
* | util: check for frag/vertShader=0 before attaching | Brian Paul | 2008-12-17 | 1 | -2/+7 |
| | |||||
* | print err msg if unable to open shader file | Brian Paul | 2008-11-04 | 1 | -0/+1 |
| | |||||
* | added test for ARB GLSL extensions | Corbin Simpson | 2008-08-16 | 1 | -6/+9 |
| | |||||
* | shader utility functions | Brian | 2008-04-09 | 1 | -0/+159 |