nir/opt_large_constants: Fix a type/deref_type typo
[mesa.git] / src / amd / compiler / aco_optimizer.cpp
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