aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaders.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a number of MINGW32 issuesZhang2007-07-211-4/+4
|
* silently ignore DeleteProgram/Shader(id=0)Brian2007-03-151-13/+19
|
* alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warningBrian2007-03-131-4/+9
|
* fix mem leak in _mesa_ShaderSourceARB()Brian2007-02-261-0/+2
|
* Massive re-org of GLSL-related API functions.Brian2006-12-191-0/+667
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.