summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_nvfragprog.c
Commit message (Expand)AuthorAgeFilesLines
* Added PRINT instruction for GL_NV_fragment_program.Brian Paul2004-12-181-5/+22
* tweaks to the LIT instructionsBrian Paul2004-12-151-5/+7
* added a few more debug printfs (disabled)Brian Paul2004-08-101-0/+14
* store's to RC/HC didn't work (bug 976287)Brian Paul2004-06-201-0/+4
* only init temp regs to zero if executing NV fragment programBrian Paul2004-04-211-6/+10
* Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul2004-04-181-10/+27
* Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2004-04-141-0/+8
* Implement ARB_f_p KIL correctly.Brian Paul2004-04-021-1/+10
* fix array indexing for UP4B and UP4UBBrian Paul2004-03-291-6/+6
* Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell2004-03-291-0/+12
* s/_swrast_exec_nv_fragment_program/_swrast_exec_fragment_program/Brian Paul2004-03-031-1/+5
* move _mesa_load_state_parameters() to state validation stageBrian Paul2004-02-271-6/+1
* fix PK2H, UP2H, PK2US bugsBrian Paul2004-02-271-18/+21
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-1/+1
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-0/+1
* added blurb about NVIDIA extensionsBrian Paul2004-01-141-2/+10
* Problem computing specular value in OPCODE_LIT - pulled in value fromKarl Rasche2003-12-131-1/+1
* pass ctx to fetch_vector4_deriv()Brian Paul2003-11-221-3/+6
* fix some bugs in computation of DDX, DDY commandsBrian Paul2003-11-211-19/+22
* Initial checkin of new ARB_frag/vertex program parserKarl Rasche2003-11-191-4/+10
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* Add casts to prevent double->float conversion compiler warnings.Karl Schultz2003-09-181-2/+2
* implement SWZ and TXB. some code clean-upBrian Paul2003-09-041-46/+55
* Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul2003-09-041-0/+62
* update parameter indexingBrian Paul2003-08-311-4/+5
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-6/+7
* Committing in .Jouk Jansen2003-08-271-1/+1
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-106/+158
* Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul2003-07-221-0/+4
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-7/+19
* initialize condition codes before running programBrian Paul2003-05-101-3/+17
* fix DDX, DDY instructions (probably not finished though)Brian Paul2003-04-211-2/+2
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-2/+2
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-21/+57
* fragment program named constants and named program parameters basically work nowBrian Paul2003-04-051-69/+85
* 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