| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul | 2009-07-29 | 1 | -1/+0 |
* | mesa: ensure UsesFogFragCoord value is set for non-glsl shaders | Keith Whitwell | 2009-07-02 | 1 | -0/+1 |
* | mesa: more complete fix for transform_invarient glitches | Keith Whitwell | 2009-05-08 | 1 | -2/+117 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -1/+1 |
* | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -3/+3 |
* | mesa: import latest GLSL code from gallium-0.1 branch | Brian Paul | 2008-08-16 | 1 | -6/+6 |
* | silly bug: it's PROGRAM_VARYING | Zack Rusin | 2008-06-12 | 1 | -1/+1 |
* | glsl: make sure we replace all output reads with temporaries | Zack Rusin | 2008-06-12 | 1 | -5/+7 |
* | clean-up swizzle fields in fog code, fix NegateBase | Brian Paul | 2008-05-14 | 1 | -11/+10 |
* | added _mesa_combine_parameter_lists() | Brian Paul | 2008-05-14 | 1 | -2/+94 |
* | need to clamp MAD for linear fog | Brian | 2007-04-16 | 1 | -0/+1 |
* | use _mesa_copy_instructions() | Brian | 2007-03-22 | 1 | -2/+1 |
* | merge from master | Brian | 2007-03-21 | 1 | -2/+1 |
|\ |
|
| * | Use _mesa_copy_instructions rather than memcpy in _mesa_insert_mvp_code. | Oliver McFadden | 2007-03-18 | 1 | -2/+1 |
* | | replace GLint with gl_state_index | Brian | 2007-02-23 | 1 | -3/+3 |
* | | Undo some STATE_POINT/FOG changes. Max length of state token array is now 5. | Brian | 2007-02-22 | 1 | -4/+5 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -55/+31 |
|\| |
|
| * | optimize per-pixel fog program | Roland Scheidegger | 2007-02-09 | 1 | -49/+30 |
* | | adjustments to STATE_ token layout/format so token[1] is always the array index | Brian | 2007-02-21 | 1 | -6/+8 |
* | | added _mesa_count_texture_indirections(), _mesa_count_texture_instructions() | Brian | 2007-01-09 | 1 | -2/+84 |
* | | remove some unneeded includes | Brian | 2006-12-14 | 1 | -3/+0 |
* | | Updated includes. | Brian | 2006-12-14 | 1 | -1/+3 |
* | | Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes. | Brian | 2006-12-13 | 1 | -1/+4 |
|/ |
|
* | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | 2006-11-15 | 1 | -1/+1 |
* | fix wrong inequality | Brian Paul | 2006-10-29 | 1 | -1/+1 |
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -3/+2 |
* | Implement _mesa_append_fog_code() for fragment program fog options. | Brian Paul | 2006-10-28 | 1 | -18/+177 |
* | Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code(). | Brian Paul | 2006-08-25 | 1 | -22/+23 |
* | Functions for vertex/fragment program transformations, optimizations, etc. | Brian Paul | 2006-08-24 | 1 | -0/+146 |