Age | Commit message (Expand) | Author |
2008-07-29 | mesa: remove stray debug assertion | Brian Paul |
2008-07-29 | mesa: fix glUniform error checking for samplers | Brian |
2008-07-29 | mesa: fix some issues in _mesa_validate_program() | Brian Paul |
2008-07-29 | mesa: assorted glsl uniform/attribute fixes | Brian Paul |
2008-07-29 | mesa: fix set_program_uniform_matrix(): need to loop over matrix count | Brian Paul |
2008-07-25 | mesa: fix issues causing warnings on Windows | Brian Paul |
2008-07-25 | mesa: Mark as XXX unresolved warnings on windows. | Michal Krol |
2008-07-24 | mesa: glsl: only try to link shaders defining main() | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-07-22 | mesa: remove stray debug assertion | Brian Paul |
2008-07-21 | mesa: fix glUniform error checking for samplers | Brian |
2008-07-21 | mesa: fix some issues in _mesa_validate_program() | Brian Paul |
2008-07-21 | mesa: assorted glsl uniform/attribute fixes | Brian Paul |
2008-07-18 | mesa: fix set_program_uniform_matrix(): need to loop over matrix count | Brian Paul |
2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul |
2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul |
2008-07-04 | mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra... | Brian Paul |
2008-07-04 | mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra... | Brian Paul |
2008-07-03 | mesa: fix various error codes | Brian Paul |
2008-07-03 | mesa: fix various error codes | Brian Paul |
2008-07-03 | mesa: additional error checking, fix error codes | Brian Paul |
2008-07-02 | mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source() | Brian Paul |
2008-07-02 | mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source() | Brian Paul |
2008-06-28 | s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv() | Brian Paul |
2008-06-28 | s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv() | Brian Paul |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-05-31 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-05-18 | Move _mesa_init_glsl_driver_functions() into shader_api.c | Brian Paul |
2008-05-16 | bring in fixes/changes from master | Brian Paul |
2008-05-16 | bring in fixes/changes from gallium-0.1 | Brian Paul |
2008-05-16 | Fix a program refcounting error, don't share program parameter lists. | Brian Paul |
2008-05-16 | silence warning, new assertion | Brian Paul |
2008-05-16 | Fix a program refcounting error, don't share program parameter lists. | Brian Paul |
2008-05-14 | mesa: fix InfoLog memleak, misc sync with master | Brian Paul |
2008-05-14 | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul |
2008-05-14 | mesa: glUniform(location==-1) is not an error | Brian Paul |
2008-05-14 | fix some additional program refcounting bugs | Brian Paul |
2008-05-14 | fix some additional program refcounting bugs | Brian Paul |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-05-06 | gallium: implement full reference counting for vertex/fragment programs | Brian |
2008-04-22 | small cleanups | Alan Hourihane |
2008-04-04 | mesa: no longer combine vertex/fragment shader parameters/uniforms | Brian |
2008-03-31 | mesa: Free all shader program data before deleting all | Xiang, Haihao |
2008-03-31 | Revert "mesa: separate shader program object from shader object." (bug#15244) | Xiang, Haihao |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian |
2008-02-28 | mesa: separate shader program object from shader object. | Xiang, Haihao |
2008-01-01 | Convert to 0/1 when setting boolean uniforms | Bruce Merry |
2008-01-01 | Make use of count in _mesa_uniform_matrix | Bruce Merry |