Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul | |
Based on patch by Ian (#4967) but also unify instruction opcodes. | |||
2005-11-05 | don't need MAKE_SWIZZLE() macro | Brian Paul | |
2005-11-05 | Replace parameter_type enum in program.[ch], use register_file enums instead. | Brian Paul | |
2005-11-03 | use WRITEMASK_* tokens | Brian Paul | |
2005-11-02 | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul | |
2005-10-30 | Lots of clean-up in arb program parser. | Brian Paul | |
Use new _mesa_init_fp/vp_instruction() function to initialize instructions. | |||
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul | |
2005-09-08 | be consistent in populating NegateBase field | Keith Whitwell | |
2005-09-02 | replace -1 with PROGRAM_UNDEFINED when initializing instructions | Brian Paul | |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | |
use 64-bit pointers and 32-bit longs. So, operations like casting pointers to unsigned long and back to pointer won't work. glheader.h now includes files to define uintptr_t, which should instead be used for this sort of operation. It is an integer type that is the same size as a pointer. | |||
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-06-29 | disable some debug code | Brian Paul | |
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 | Moved from src/mesa/main | Michal Krol | |