aco/wave32: Change uniform bool optimization to work with wave32.
[mesa.git] / src / amd / compiler / aco_optimizer.cpp
2019-12-04 Timur Kristófaco/wave32: Change uniform bool optimization to work...
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-15 Rhys Perryaco: don't combine literals into v_cndmask_b32/v_subb...
2019-11-14 Timur Kristófaco: Optimize out trivial code from uniform bools.
2019-11-14 Timur Kristófaco: Make sure not to mistakenly propagate 64-bit const...
2019-11-12 Rhys Perryaco: don't propagate vgprs into v_readlane/v_writelane
2019-11-08 Rhys Perryaco: add Instruction::usesModifiers() and add more...
2019-10-22 Rhys Perryaco: keep can_reorder/barrier when combining addition...
2019-10-22 Rhys Perryaco: properly combine additions into ds_write2_b64...
2019-10-22 Rhys Perryaco: fix 64-bit p_extract_vector on 32-bit p_create_vector
2019-10-17 Daniel Schürmannaco: don't combine minmax3 if there is a neg or abs...
2019-10-11 Rhys Perryaco: use can_accept_constant in valu_can_accept_literal
2019-10-11 Rhys Perryaco: don't apply sgprs/constants to read/write lane...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler