summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvvertprog.h
Commit message (Collapse)AuthorAgeFilesLines
* move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul2003-09-041-5/+0
|
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-0/+2
| | | | | | | Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state.
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-18/+5
| | | | hook in global state references, etc. for ARB programs.
* Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul2003-07-221-0/+3
|
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+1
| | | | debugging extension.
* added new GL_ARB_v_p instructionsBrian Paul2003-06-131-3/+17
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* fix typoBrian Paul2003-04-071-2/+2
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+107
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.