replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
[mesa.git] / src / mesa / swrast / s_nvfragprog.c
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-19 Jouk Jansen Committing in .
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
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-02-25 Brian Paulpass the instruction to store_vector4(). implement...
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-01-14 Brian Paulfragment program execution