summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Ensure that gl_shader_program::InfoLog is never NULLIan Romanick2011-08-021-5/+6
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-171-1/+0
* mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt2011-03-111-2/+4
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-6/+6
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: replace #defines with new gl_shader_type enumBrian Paul2010-11-231-4/+5
* glsl: Slightly change the semantic of _LinkedShadersIan Romanick2010-10-141-3/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-14/+14
* mesa: Fix printf-like warnings.Vinson Lee2010-09-021-6/+6
* mesa: move null ptr check (fdo bug 29843)Brian Paul2010-08-271-2/+2
* mesa: fix double-underscore namingBrian Paul2010-08-271-4/+4
* i965: Start building 965 FS backend.Eric Anholt2010-08-261-11/+21
* mesa: Free linked shaders when deleting the shader program.Eric Anholt2010-08-181-0/+6
* glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt2010-08-131-0/+2
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-9/+7
* mesa: add geometry shader fields to gl_shader_programBrian Paul2010-07-021-0/+5
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-1/+3
* mesa: Remove unnecessary header.Vinson Lee2010-06-261-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* mesa: refactor shader api / object codeBrian Paul2010-06-101-0/+386