aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Fix invalid array access in copy propagation.Kenneth Graunke2012-01-061-14/+15
* i965/vs: Properly clear cur_value when propagating direct copies.Kenneth Graunke2011-12-271-16/+12
* i965/vs: Fix incorrect subscript when resetting copy propagation records.Kenneth Graunke2011-12-271-1/+1
* i965: Fix constant propagation into 32-bit integer MUL.Paul Berry2011-11-031-1/+7
* i965/vs: Fix comparisons with uint negation.Eric Anholt2011-10-201-0/+9
* i965/vs: Fix access beyond array bounds for non-GRF operands.Eric Anholt2011-09-261-3/+3
* i965 new VS: Fix copy propagation of double negatives.Paul Berry2011-09-191-1/+1
* i965/vs: Allow copy propagation on GRFs.Eric Anholt2011-09-081-1/+6
* i965/vs: Clear tracked copy propagation values whose source gets overwritten.Eric Anholt2011-09-081-3/+12
* i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.Eric Anholt2011-09-081-1/+57
* i965/vs: Add constant propagation to a few opcodes.Eric Anholt2011-09-081-0/+260