radv/ac: add some geom shader info from nir->ac shader.
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
2017-01-30 Dave Airlieradv/ac: add some geom shader info from nir->ac shader.
2017-01-30 Dave Airlieradv/ac: implement txs for buffer textures.
2017-01-30 Dave Airlieradv/ac: handle nir irem opcode.
2017-01-30 Dave Airlieradv/ac: fix multisample subpass image.
2017-01-30 Bas Nieuwenhuizenradv/ac: Add compiler support for spilling.
2017-01-29 Bas Nieuwenhuizenvarious: Fix missing DumpModule with recent LLVM.
2017-01-28 Bas Nieuwenhuizenradv/ac: Use base in push constant loads.
2017-01-17 Dave Airlieradv/ac: split part of llvm compile into a separate...
2017-01-17 Dave Airlieradv/ac: switch an if to switch
2017-01-17 Dave Airlieradv: add support for writing layer/viewport index...
2017-01-16 Dave Airlieradv/ac: use ctx->voidt in more places. (v2)
2017-01-12 Nicolai Hähnleac/nir: use ac_emit_fdiv throughout
2017-01-12 Nicolai Hähnleac/nir: use ac_build_gather_values[_extended] throughout
2017-01-12 Nicolai Hähnleac/nir: use ac_emit_llvm_intrinsic throughout
2017-01-12 Nicolai Hähnleamd/common: unify cube map coordinate handling between...
2017-01-10 Dave Airlieradv/ac: add support for multi sample image coords
2016-12-26 Dave Airlieradv: handle multi-component shared load/stores.
2016-12-22 Fredrik Höglundradv: fix dual source blending
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-10 Grazvydas Ignotasradv/ac: some fix maybe-uninitialized warnings
2016-12-08 Dave Airlieradv/ac: no need to pass nir to the post outputs handling
2016-12-08 Dave Airlieradv: fix warnings in ubo load code.
2016-12-08 Dave Airlieradv/ac: pass a mask of array params not a number.
2016-12-08 Dave Airlieradv/ac: don't pass nir to create_function
2016-12-08 Dave Airlieradv/ac: use build_gep0 instead of opencoding it.
2016-12-07 Dave Airlieradv: make push constants optional
2016-12-07 Dave Airlieradv: only emit descriptor sgprs when needed
2016-12-07 Dave Airlieradv: move userdata sgpr ownership to compiler side.
2016-12-05 Bas Nieuwenhuizenac/nir: Only use the first component for SSBO atomics.
2016-12-05 Dave Airlieradv: fix another regression since shadow fixes.
2016-11-30 Bas Nieuwenhuizenac/nir: Fix out of bounds array access.
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-29 Bas Nieuwenhuizenac/nir: Fix accessing an unitialized value.
2016-11-29 Bas Nieuwenhuizenradv: Use different intrinsic for ubo loads.
2016-11-28 Dave Airlieradv: brown-paper bag for a forgotten else.
2016-11-28 Dave Airlieradv/ac/llvm: fix regression with shadow samplers fix
2016-11-27 Dave Airlieradv/ac/llvm: shadow samplers only return one value.
2016-11-24 Dave Airlieradv: fix texel fetch offset with 2d arrays.
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