Merge commit 'origin/gallium-master-merge'
[mesa.git] / src / mesa / shader / programopt.c
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-13 Ben SkeggsMerge remote branch 'origin/gallium-0.1' into nouveau...
2008-08-12 Brian Paulmesa: allow _mesa_remove_output_reads() to work on...
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-12 Zack Rusinsilly bug: it's PROGRAM_VARYING
2008-06-12 Zack Rusinsilly bug: it's PROGRAM_VARYING
2008-06-12 Zack Rusinglsl: make sure we replace all output reads with tempor...
2008-06-12 Zack Rusinglsl: make sure we replace all output reads with tempor...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-14 Brian Paulclean-up swizzle fields in fog code, fix NegateBase
2008-05-14 Brian Pauladded _mesa_combine_parameter_lists()
2008-04-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-07 Brianmesa: new _mesa_remove_varying_reads() function
2008-01-19 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-16 Brianclean-up swizzle fields in fog code, fix NegateBase
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-16 Brianneed to clamp MAD for linear fog
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-22 Brianuse _mesa_copy_instructions()
2007-03-21 Brianmerge from master
2007-03-18 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Oliver McFaddenUse _mesa_copy_instructions rather than memcpy in _mesa...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 Brianreplace GLint with gl_state_index
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
2007-02-09 Roland Scheideggeroptimize per-pixel fog program
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-09 Brianadded _mesa_count_texture_indirections(), _mesa_count_t...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 Brianremove some unneeded includes
2006-12-14 BrianUpdated includes.
2006-12-13 BrianCheckpoint of work for new GLSL compiler back-end....
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-29 Brian Paulfix wrong inequality
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-08-25 Brian PaulRename _mesa_append_modelview_code() to _mesa_insert_mv...
2006-08-24 Brian PaulFunctions for vertex/fragment program transformations...