summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvvertparse.c
Commit message (Collapse)AuthorAgeFilesLines
* added _mesa_print_nv_vertex_instruction()Brian Paul2003-03-291-10/+22
|
* Clean-up of parser error handling/reporting.Brian Paul2003-03-141-42/+66
| | | | Basic fragment program texture instructions are limping along.
* parser clean-ups and simplificationsBrian Paul2003-02-251-209/+151
|
* parser clean-ups (use struct parse_state)Brian Paul2003-02-231-432/+345
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+1584
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.