summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram.h
AgeCommit message (Collapse)Author
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul
OpenGL 2.0 function of the same name.
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
2004-03-10Moved from src/mesa/main.Michal Krol