radeonsi: drop support for LLVM 3.8
[mesa.git] / src / amd / common / ac_nir_to_llvm.h
2017-04-27 Dave Airlieradv/ac: eliminate unused vertex shader outputs. (v2)
2017-04-25 Dave Airlieradv/ac: overhaul vs output/ps input routing
2017-04-18 Dave Airlieradv/ac: add support for indirect access of descriptor...
2017-04-18 Dave Airlieradv/ac: add initial pre-pass for shader info gathering
2017-04-03 Dave Airlieradv: overhaul fragment shader sample positions.
2017-03-31 Dave Airlieradv/ac: setup tess rings on compiler side.
2017-03-31 Dave Airlieradv/ac: add tess changes to shader keys/info
2017-03-31 Dave Airlieradv: use defines for ring descriptor offsets.
2017-03-28 Dave Airlieradv: rework vertex/export shader output handling
2017-03-22 Emil Velikovac: consistently use ifndef guards over pragma once
2017-03-17 James Leggradv: Fix using more than 4 bound descriptor sets
2017-02-24 Dave Airlieradv: add sample mask output support
2017-01-30 Dave Airlieradv: handle layer export from vs->fs properly
2017-01-30 Dave Airlieradv/ac: handle primitive id
2017-01-30 Dave Airlieradv/ac: handle emitting vertex outputs to esgs ring.
2017-01-30 Dave Airlieradv/ac: add copy shader creation
2017-01-30 Dave Airlieradv: pass some necessary gs info back to state handling.
2017-01-30 Dave Airlieradv/ac: propogate as_es flag into shader info from...
2017-01-30 Dave Airlieradv/ac: start setting up the geom shader rings (v2)
2017-01-30 Dave Airlieradv/ac: handle geom shader sgpr/vgpr inputs
2017-01-30 Dave Airlieradv/ac: add some geom shader info from nir->ac shader.
2017-01-30 Bas Nieuwenhuizenradv/ac: Add compiler support for spilling.
2017-01-17 Dave Airlieradv: add support for writing layer/viewport index...
2016-12-07 Dave Airlieradv: move userdata sgpr ownership to compiler side.
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver