summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/shader_api.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: update the shader programs->TexturesUsed array at link timeBrian Paul2008-11-061-0/+4
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-2/+2
* Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul2008-05-181-99/+4
* New _mesa_reference_shader/program() function to consolidate refcounting.Brian2007-04-121-0/+13
* Free shader-related context state: _mesa_free_shader_state()Brian2007-03-241-0/+3
* Fix shader object reference counting and hash table deallocation.Brian2006-12-201-1/+4
* Clean-up and re-org of the main GLSL object types.Brian2006-12-191-8/+8
* Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-191-2/+109
* GLSL API functions.Brian2006-12-181-0/+59