summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul2003-06-101-0/+1
* glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul2003-05-281-276/+0
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-9/+1
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-21/+0
* minor re-org of program matrix, program local parameter limitsBrian Paul2003-04-181-23/+17
* fix some glBindProgramNV/ARB detailsBrian Paul2003-04-171-12/+23
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-65/+51
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-59/+475
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-0/+601