Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
Moved type conversion and interpolation macros into macros.h
Updated all the files that used to include mmath.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented remaining fragment program instructions.
Initial changes to implement fragment program texture sampling.
|
|
|
|
|
|
|
|
Misc parser clean-ups.
|
|
|
|
|
|
Clean-up and optimize _swrast_texture_table_lookup().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re-org of some GL_NV_vertex_program code.
Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function names
|