ac: add ac_build_readlane without optimization barrier
[mesa.git] / src / amd / llvm / ac_llvm_build.c
2020-01-20 Marek Olšákac: add ac_build_readlane without optimization barrier
2020-01-20 Marek Olšákac: add prefix bitcount functions
2020-01-10 Timur Kristófac/llvm: Fix ac_build_reduce in wave32 mode.
2020-01-08 Marek Olšákac: add ac_build_s_endpgm
2020-01-08 Marek Olšákac: add 128-bit bitcount
2020-01-08 Marek Olšákac: unify primitive export code
2020-01-08 Marek Olšákac: unify build_sendmsg_gs_alloc_req
2019-12-16 Marek Olšákac: fix ac_get_i1_sgpr_mask for Wave32
2019-11-28 Bas Nieuwenhuizenamd/llvm: Refactor ac_build_scan.
2019-11-27 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_permlane16()
2019-11-27 Samuel Pitoisetradv/gfx10: fix implementation of exclusive scans
2019-11-26 Samuel Pitoisetac/llvm: fix warning in ac_build_canonicalize()
2019-11-25 Marek Olšákac: set swizzled bit in cache policy as a hint not...
2019-11-25 Connor Abbottac: Add a shared interface between radv, radeonsi,...
2019-11-20 Daniel Schürmannamd/llvm: Add Subgroup Scan functions for SI
2019-11-19 Samuel Pitoisetac: add 16-bit float support to ac_build_alu_op()
2019-11-19 Samuel Pitoisetac: add 8-bit and 16-bit supports to ac_build_optimizat...
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...