Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
entrypoints
|
|
GL_NV_fragment_program
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added some type casts
Modified Files:
Mesa/src/swrast/s_nvfragprog.c
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Implemented DDX and DDY fragment program instructions (whew!)
Not fully tested yet.
|
|
|
|
|
|
Implemented TXD instruction.
|
|
Basic fragment program texture instructions are limping along.
|
|
|
|
|
|
|
|
|
|
Removed src/mmath.c from OpenVMS makefile
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moved type conversion and interpolation macros into macros.h
Updated all the files that used to include mmath.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|