summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogram.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian2008-07-211-0/+10
| | | | No API-level functions now in program.c.
* Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul2006-11-021-2/+6
| | | | OpenGL 2.0 function of the same name.
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+10
| | | | | either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
* Moved from src/mesa/main.Michal Krol2004-03-101-0/+128