summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaders.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix shader object reference counting and hash table deallocation.Brian2006-12-201-5/+0
|
* Massive re-org of GLSL-related API functions.Brian2006-12-191-0/+241
Added new GLSL functions to struct dd_function_table. main/shaders.c calls GLSL functions through the dd_function_table. shader/shader_api.c implements the API functions. Other assorted changes, fixes everywhere else.