aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvfragprog.h
Commit message (Collapse)AuthorAgeFilesLines
* parser clean-upsBrian Paul2003-02-231-2/+2
|
* Implement parsing of texture instructions and prototype execution.Brian Paul2003-02-171-2/+2
| | | | Misc parser clean-ups.
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+149
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.