summaryrefslogtreecommitdiff
path: root/src/mesa/shader/programopt.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell1-0/+1
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell1-2/+117
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-1/+1
2009-03-07mesa: gl_register_file enum typedefBrian Paul1-1/+1
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-3/+3
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul1-6/+6
2008-06-12silly bug: it's PROGRAM_VARYINGZack Rusin1-1/+1
2008-06-12glsl: make sure we replace all output reads with temporariesZack Rusin1-5/+7
2008-05-14clean-up swizzle fields in fog code, fix NegateBaseBrian Paul1-11/+10
2008-05-14added _mesa_combine_parameter_lists()Brian Paul1-2/+94
2007-04-16need to clamp MAD for linear fogBrian1-0/+1
2007-03-22use _mesa_copy_instructions()Brian1-2/+1
2007-03-21merge from masterBrian1-2/+1
2007-03-18Use _mesa_copy_instructions rather than memcpy in _mesa_insert_mvp_code.Oliver McFadden1-2/+1
2007-02-23replace GLint with gl_state_indexBrian1-3/+3
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian1-4/+5
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-55/+31
2007-02-21adjustments to STATE_ token layout/format so token[1] is always the array indexBrian1-6/+8
2007-02-09optimize per-pixel fog programRoland Scheidegger1-49/+30
2007-01-09added _mesa_count_texture_indirections(), _mesa_count_texture_instructions()Brian1-2/+84
2006-12-14remove some unneeded includesBrian1-3/+0
2006-12-14Updated includes.Brian1-1/+3
2006-12-13Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian1-1/+4
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul1-1/+1
2006-10-29fix wrong inequalityBrian Paul1-1/+1
2006-10-29Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul1-3/+2
2006-10-28Implement _mesa_append_fog_code() for fragment program fog options.Brian Paul1-18/+177
2006-08-25Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().Brian Paul1-22/+23
2006-08-24Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul1-0/+146