Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS
[mesa.git] / src / mesa / main / nvvertexec.c
2004-02-04 Brian Paulfix stores to vertex state program registers
2004-01-11 Brian Paulfix vertex program debugger issues (Bug 874382)
2003-12-09 Karl Rasche- handle IsPositionInvariant
2003-11-24 Brian Paulwhitespace and comment changes
2003-11-19 Karl RascheInitial checking of new ARB_frag/vertex program parser
2003-09-05 Jouk Jansen Committing in .
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-24 Karl SchultzWindows does not define HUGE_VAL, so use the IEEE hex...
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-13 Brian Pauladded new GL_ARB_v_p instructions
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-03-29 Brian Paulfix EXP instruction and ARL-relative addressing
2003-03-25 Brian Paulstore correct EXP result
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.