summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-3/+3
* mesa: Remove unnecessary header.Vinson Lee2010-07-281-1/+0
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-0/+132
|\
| * mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-0/+128
|/
* Moved to src/mesa/shaderMichal Krol2004-03-291-128/+0
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-21/+21
* move GL_MESA_program_debug code into program.cBrian Paul2003-09-051-8/+0
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-5/+0
* Restore more code lost during last big merge.Brian Paul2003-07-221-0/+5
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+8
* glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul2003-05-281-112/+0
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-6/+0
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-11/+0
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-0/+258