summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram.h
AgeCommit message (Expand)Author
2010-05-25mesa: move all vertex array functions into varray.cBrian Paul
2010-05-25mesa: added _mesa_GetVertexAttribIiv / AttribIuiv()Brian Paul
2008-07-29mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2004-03-10Moved from src/mesa/main.Michal Krol