Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-10 | initialize condition codes before running program | Brian Paul | |
2003-04-21 | fix DDX, DDY instructions (probably not finished though) | Brian Paul | |
2003-04-11 | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | |
2003-04-08 | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | |
Fixed some vertex array / vertex program glitches with glDrawElements. Fixed some fragment program runtime bugs. Non-trivial Cg programs are running now. | |||
2003-04-05 | fragment program named constants and named program parameters basically work now | Brian Paul | |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | |
2003-03-19 | Committing in . | Jouk Jansen | |
Added some type casts Modified Files: Mesa/src/swrast/s_nvfragprog.c ---------------------------------------------------------------------- | |||
2003-03-19 | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | |
2003-03-16 | Store partial derivative values in sw_span structure. | Brian Paul | |
Implemented DDX and DDY fragment program instructions (whew!) Not fully tested yet. | |||
2003-03-15 | Fix up some fragment program texture enable issues. | Brian Paul | |
Implemented TXD instruction. | |||
2003-03-14 | Clean-up of parser error handling/reporting. | Brian Paul | |
Basic fragment program texture instructions are limping along. | |||
2003-03-04 | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-02-25 | pass the instruction to store_vector4(). implement KIL. | Brian Paul | |
2003-02-23 | Move span stuff from swrast.h to s_context.h (it's private). | Brian Paul | |
Implemented remaining fragment program instructions. Initial changes to implement fragment program texture sampling. | |||
2003-02-17 | Implement parsing of texture instructions and prototype execution. | Brian Paul | |
Misc parser clean-ups. | |||
2003-01-14 | fragment program execution | Brian Paul | |