Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass ctx to fetch_vector4_deriv() | Brian Paul | 2003-11-22 | 1 | -3/+6 |
| | |||||
* | fix some bugs in computation of DDX, DDY commands | Brian Paul | 2003-11-21 | 1 | -19/+22 |
| | |||||
* | Initial checkin of new ARB_frag/vertex program parser | Karl Rasche | 2003-11-19 | 1 | -4/+10 |
| | |||||
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -1/+1 |
| | |||||
* | Add casts to prevent double->float conversion compiler warnings. | Karl Schultz | 2003-09-18 | 1 | -2/+2 |
| | |||||
* | implement SWZ and TXB. some code clean-up | Brian Paul | 2003-09-04 | 1 | -46/+55 |
| | |||||
* | Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc. | Brian Paul | 2003-09-04 | 1 | -0/+62 |
| | |||||
* | update parameter indexing | Brian Paul | 2003-08-31 | 1 | -4/+5 |
| | |||||
* | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | 2003-08-30 | 1 | -6/+7 |
| | | | | explicit casts and/or tweaking constant and variable definitions. | ||||
* | Committing in . | Jouk Jansen | 2003-08-27 | 1 | -1/+1 |
| | | | | | | | | Added a type cast to silence the OpenVMS DECC compiler Modified Files: Mesa-newtree/src/mesa/swrast/s_nvfragprog.c ---------------------------------------------------------------------- | ||||
* | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | 2003-08-17 | 1 | -106/+158 |
| | | | | hook in global state references, etc. for ARB programs. | ||||
* | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul | 2003-07-22 | 1 | -0/+4 |
| | |||||
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -7/+19 |
| | | | | debugging extension. | ||||
* | initialize condition codes before running program | Brian Paul | 2003-05-10 | 1 | -3/+17 |
| | |||||
* | fix DDX, DDY instructions (probably not finished though) | Brian Paul | 2003-04-21 | 1 | -2/+2 |
| | |||||
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -2/+2 |
| | |||||
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -21/+57 |
| | | | | | | Fixed some vertex array / vertex program glitches with glDrawElements. Fixed some fragment program runtime bugs. Non-trivial Cg programs are running now. | ||||
* | fragment program named constants and named program parameters basically work now | Brian Paul | 2003-04-05 | 1 | -69/+85 |
| | |||||
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -2/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-03-19 | 1 | -7/+7 |
| | | | | | | | | Added some type casts Modified Files: Mesa/src/swrast/s_nvfragprog.c ---------------------------------------------------------------------- | ||||
* | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 2003-03-19 | 1 | -17/+23 |
| | |||||
* | Store partial derivative values in sw_span structure. | Brian Paul | 2003-03-16 | 1 | -102/+340 |
| | | | | | Implemented DDX and DDY fragment program instructions (whew!) Not fully tested yet. | ||||
* | Fix up some fragment program texture enable issues. | Brian Paul | 2003-03-15 | 1 | -64/+78 |
| | | | | Implemented TXD instruction. | ||||
* | Clean-up of parser error handling/reporting. | Brian Paul | 2003-03-14 | 1 | -15/+21 |
| | | | | Basic fragment program texture instructions are limping along. | ||||
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -3/+2 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -23/+9 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | pass the instruction to store_vector4(). implement KIL. | Brian Paul | 2003-02-25 | 1 | -151/+116 |
| | |||||
* | Move span stuff from swrast.h to s_context.h (it's private). | Brian Paul | 2003-02-23 | 1 | -39/+475 |
| | | | | | Implemented remaining fragment program instructions. Initial changes to implement fragment program texture sampling. | ||||
* | Implement parsing of texture instructions and prototype execution. | Brian Paul | 2003-02-17 | 1 | -1/+106 |
| | | | | Misc parser clean-ups. | ||||
* | fragment program execution | Brian Paul | 2003-01-14 | 1 | -0/+376 |