summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvvertexec.c
Commit message (Collapse)AuthorAgeFilesLines
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-2/+0
|
* fix EXP instruction and ARL-relative addressingBrian Paul2003-03-291-17/+9
|
* store correct EXP resultBrian Paul2003-03-251-2/+2
|
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-2/+2
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+699
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.