summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shader_api.h
AgeCommit message (Expand)Author
2009-08-25glsl: implement shader sampler validationBrian Paul
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul
2007-04-12New _mesa_reference_shader/program() function to consolidate refcounting.Brian
2007-03-24Free shader-related context state: _mesa_free_shader_state()Brian
2006-12-20Fix shader object reference counting and hash table deallocation.Brian
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-18GLSL API functions.Brian