i965: Store uniform constant values in a gl_constant_value instead of float
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_cse.cpp
2014-08-11 Kenneth Graunkei965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f...
2014-08-11 Jason Ekstrandi965/cse: Don't eliminate instructions with side-effects
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-14 Matt Turneri965/vec4: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/vec4: Move aeb list into opt_cse_local.
2014-07-07 Matt Turneri965/vec4: Perform CSE on CMP(N) instructions.
2014-07-07 Matt Turneri965/vec4: Don't emit null MOVs in CSE.
2014-07-07 Matt Turneri965/vec4: Improve CSE performance by expiring some...
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.