radv: add support for anisotropic filtering on SI-CI
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-22 Dave Airlieradv: fix sample id loading
2016-11-22 Dave Airlieradv/ac: add implementation of load_sample_pos intrinsic.
2016-11-22 Dave Airlieradv/ac: cleanup ddxy emission
2016-11-20 Dave Airlieradv: spir-v allows texture size query with and without...
2016-11-15 Dave Airlieac/nir/llvm: fix channel in texture gather lowering...
2016-11-11 Daniel Scharrerac/nir/llvm: Fix setting function attributes for intrinsics
2016-11-10 Dave Airlieradv: fix texturesamples to handle single sample case
2016-11-10 Dave Airlieradv: fixup botched llvm API changes.
2016-11-10 Dave Airlieac/nir/llvm: adopt to new LLVM attribute API.
2016-11-09 Dave Airlieac/nir: add support for discard_if intrinsic (v2)
2016-11-08 Dave Airlieradv: emit correct last export when Z/stencil export...
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-10-27 Dave Airlieradv/ac/llvm: trim texture return values
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-20 Dave Airlieradv: use emit_icmp for samples_identical
2016-10-19 Dave Airlieradv: fix samples_identical return value.
2016-10-19 Dave Airlieradv: fix fmask ptr issue
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-13 Tom Stellardradv: Use new image load/store intrinsic signatures v2
2016-10-13 Tom Stellardradv: Fix incorrect comment
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver