ac: add 8-bit and 16-bit supports to ac_build_wwm()
[mesa.git] / src / amd / llvm / ac_llvm_build.c
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_wwm()
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to get_reduction_iden...
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_swizzle()
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_dpp()
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_set_inact...
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_readlane()
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_shuffle()
2019-11-19 Samuel Pitoisetac: remove useless cast in ac_build_set_inactive()
2019-11-12 Samuel Pitoisetac: handle pointer types to LDS in ac_get_elem_bits()
2019-10-21 Samuel Pitoisetac/llvm: fix ac_to_integer_type() for 32-bit const...
2019-10-18 Samuel Pitoisetac/llvm: add AC_FLOAT_MODE_ROUND_TO_ZERO
2019-10-18 Samuel Pitoisetac/llvm: add ac_build_canonicalize() helper
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...