| Commit message (Expand) | Author | Age | Files | Lines |
* | use _mesa_copy_instructions() | Brian | 2007-03-22 | 1 | -2/+1 |
* | merge from master | Brian | 2007-03-21 | 1 | -4/+4 |
|\ |
|
| * | added SWIZZLE_XXXX, YYYY, etc. macros | Brian | 2007-03-15 | 1 | -4/+4 |
* | | remove unneeded includes | Brian | 2006-12-14 | 1 | -2/+0 |
* | | Updated includes. | Brian | 2006-12-14 | 1 | -1/+1 |
|/ |
|
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -1/+1 |
* | s/GLuint/GLbitfield/ | Brian Paul | 2006-10-10 | 1 | -2/+2 |
* | If program is position invariant, set VERT_BIT_POS in InputsRead field. | Brian Paul | 2006-10-10 | 1 | -2/+4 |
* | s/0/VERT_RESULT_HPOS/ | Brian Paul | 2006-08-30 | 1 | -1/+1 |
* | use _mesa_alloc_instructions() | Brian Paul | 2006-08-25 | 1 | -2/+1 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -2/+2 |
* | Define new NEGATE_* tokens for setting the src register's NegateBase field. | Brian Paul | 2006-05-30 | 1 | -5/+5 |
* | SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program | Dave Airlie | 2006-04-19 | 1 | -0/+3 |
* | Make ARB_vp backends happy with nv arl | Aapo Tahkola | 2006-03-24 | 1 | -0/+5 |
* | Set NumInstructions (bug 5864) | Brian Paul | 2006-02-15 | 1 | -0/+1 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
* | move _mesa_init_instruction() to program.c | Brian Paul | 2005-11-20 | 1 | -23/+0 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 1 | -12/+12 |
* | Use _mesa_opcode_string() | Brian Paul | 2005-11-05 | 1 | -32/+9 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 1 | -91/+100 |
* | use WRITEMASK_* tokens | Brian Paul | 2005-11-03 | 1 | -6/+6 |
* | Several fp and vp tweaks: | Keith Whitwell | 2005-11-01 | 1 | -2/+3 |
* | Lots of clean-up in arb program parser. | Brian Paul | 2005-10-30 | 1 | -5/+20 |
* | Make the vertex program source register Index field a signed int since | Brian Paul | 2005-07-22 | 1 | -4/+4 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |
* | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | 2005-04-21 | 1 | -63/+58 |
* | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul | 2004-12-18 | 1 | -1/+1 |
* | Experimental PRINT instruction for NV_vertex_program. | Brian Paul | 2004-12-16 | 1 | -2/+112 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | disable some debug code | Brian Paul | 2004-06-29 | 1 | -2/+2 |
* | Fix up some assorted issues with initialization of vertex program registers. | Brian Paul | 2004-04-21 | 1 | -0/+1 |
* | Moved from src/mesa/main | Michal Krol | 2004-03-29 | 1 | -0/+1496 |