vk: Add four unit tests for our lock-free data-structures
[mesa.git] / src / mesa / drivers / dri / i965 / test_fs_cmod_propagation.cpp
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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.