summaryrefslogtreecommitdiff
path: root/src/mesa/main/shaders.h
AgeCommit message (Collapse)Author
2010-04-27mesa: Move GLES2 shader stubs to main/shaders.cKristian Høgsberg
2006-12-20Fix shader object reference counting and hash table deallocation.Brian
2006-12-19Massive re-org of GLSL-related API functions.Brian
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.