Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -323/+0 |
| | | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | ||||
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-11-30 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h | ||||
| * | 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: warn when GLSL not supported | Brian Paul | 2009-11-17 | 1 | -1/+2 |
| | | |||||
* | | progs/util: Fix memory leak if fread returns 0 in CompileShaderFile. | Vinson Lee | 2009-11-17 | 1 | -0/+1 |
| | | |||||
* | | progs/util: Fix memory leak if fail to load/compile shader | Vinson Lee | 2009-11-03 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | 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 |