summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvvertexec.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-1/+1
| | | | hook in global state references, etc. for ARB programs.
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-3/+1
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+45
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.