summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvvertexec.c
AgeCommit message (Collapse)Author
2004-01-11fix vertex program debugger issues (Bug 874382)Brian Paul
2003-12-09- handle IsPositionInvariantKarl Rasche
- tweak assertion to allow for relative offets from ARB_vp
2003-11-24whitespace and comment changesBrian Paul
2003-11-19Initial checking of new ARB_frag/vertex program parserKarl Rasche
2003-09-05 Committing in .Jouk Jansen
Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ↵Karl Schultz
explicit casts and/or tweaking constant and variable definitions.
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
hook in global state references, etc. for ARB programs.
2003-07-24Windows does not define HUGE_VAL, so use the IEEE hex constants.Karl Schultz
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-13added new GL_ARB_v_p instructionsBrian Paul
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul
2003-03-29fix EXP instruction and ARL-relative addressingBrian Paul
2003-03-25store correct EXP resultBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.