Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-04 | Sort instructions for clarity. | Keith Whitwell | |
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | |
representations by switching to packed structures for registers and instructions. | |||
2004-12-18 | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-04-18 | Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions. | Brian Paul | |
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. | |||
2004-04-02 | Implement ARB_f_p KIL correctly. | Brian Paul | |
2004-03-29 | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell | |
2004-03-29 | Moved from src/mesa/main | Michal Krol | |