summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_nvfragprog.c
Commit message (Expand)AuthorAgeFilesLines
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-2/+2
* Committing in .Jouk Jansen2003-03-191-7/+7
* Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul2003-03-191-17/+23
* Store partial derivative values in sw_span structure.Brian Paul2003-03-161-102/+340
* Fix up some fragment program texture enable issues.Brian Paul2003-03-151-64/+78
* Clean-up of parser error handling/reporting.Brian Paul2003-03-141-15/+21
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-3/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-23/+9
* pass the instruction to store_vector4(). implement KIL.Brian Paul2003-02-251-151/+116
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-39/+475
* Implement parsing of texture instructions and prototype execution.Brian Paul2003-02-171-1/+106
* fragment program executionBrian Paul2003-01-141-0/+376