summaryrefslogtreecommitdiff
path: root/src/mesa/main/shaderobj.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul1-4/+5
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick1-3/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-14/+14
2010-09-02mesa: Fix printf-like warnings.Vinson Lee1-6/+6
2010-08-27mesa: move null ptr check (fdo bug 29843)Brian Paul1-2/+2
2010-08-27mesa: fix double-underscore namingBrian Paul1-4/+4
2010-08-26i965: Start building 965 FS backend.Eric Anholt1-11/+21
2010-08-18mesa: Free linked shaders when deleting the shader program.Eric Anholt1-0/+6
2010-08-13glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt1-0/+2
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt1-0/+390
2010-07-02mesa: add geometry shader fields to gl_shader_programBrian Paul1-0/+5
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-1/+3
2010-06-26mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-3/+3
2010-06-10mesa: refactor shader api / object codeBrian Paul1-0/+386