i965/fs: Lower 32x32 bit multiplication on BXT.
[mesa.git] / src / mesa / drivers / dri / i965 / test_fs_cmod_propagation.cpp
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_cmod_propagation to the IR...
2015-05-15 Ian Romanicki965: Fix FS unit tests
2015-04-22 Jason Ekstrandi965: Do better fake context setup in unit tests
2015-03-20 Ian Romanicki965/fs: Use correct null destination register in cmod...
2015-03-17 Ian Romanicki965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly...
2015-03-04 Matt Turneri965/fs: Don't propagate cmod to inst with different...
2015-01-24 Matt Turneri965/fs: Add support for removing MOV.NZ instructions.
2015-01-24 Matt Turneri965/fs: Allow flipping cond mod for negated arguments.
2015-01-24 Matt Turneri965/fs: Propagate cmod across flag read if it contains...
2015-01-24 Matt Turneri965/fs: Add unit tests for cmod propagation pass.