summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvfragparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Added PRINT instruction for GL_NV_fragment_program.Brian Paul2004-12-181-6/+73
|
* disable some debug codeBrian Paul2004-06-291-2/+2
|
* Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul2004-04-181-1/+1
| | | | | | Some texture instructions were using wrong LOD. Fixed interpolate_texcoords() so it doesn't do texcoord projective division when using a fragment program. The TXP instruction does that.
* Implement ARB_f_p KIL correctly.Brian Paul2004-04-021-2/+2
|
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+1767