summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderobj.c
Commit message (Expand)AuthorAgeFilesLines
* 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