summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shader_api.h
AgeCommit message (Expand)Author
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2007-12-07Move _mesa_init_glsl_driver_functions() into shader_api.cBrian
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