summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shader_api.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul1-0/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-2/+2
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul1-99/+4
2007-04-12New _mesa_reference_shader/program() function to consolidate refcounting.Brian1-0/+13
2007-03-24Free shader-related context state: _mesa_free_shader_state()Brian1-0/+3
2006-12-20Fix shader object reference counting and hash table deallocation.Brian1-1/+4
2006-12-19Clean-up and re-org of the main GLSL object types.Brian1-8/+8
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-2/+109
2006-12-18GLSL API functions.Brian1-0/+59