Android: amd: use exported include dirs instead of explicit includes
[mesa.git] / src / amd / common /
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-08 Marek Olšákac: fix broken elimination of duplicated VS exports
2017-05-05 Dave Airlieradv: enable POLARIS12 support.
2017-05-04 Marek Olšákradeonsi: drop support for LLVM 3.8
2017-05-04 Marek Olšákradeonsi: stop using v16i8
2017-05-04 Marek Olšákradeonsi/gfx9: make some PA & DB registers match the...
2017-05-03 Marek Olšákac: eliminate duplicated VS exports
2017-05-03 Marek Olšákac: rename ac_eliminate_const_vs_outputs -> ac_optimize...
2017-05-03 Marek Olšákac: first parse VS exports before eliminating constant...
2017-05-03 Dave Airlieradv/ac: canonicalize the output for 32-bit float min...
2017-05-03 Dave Airlieradv: flush f32->f16 conversion denormals to zero....
2017-05-01 Bas Nieuwenhuizenradv: Add top of pipe timestamp queries.
2017-04-27 Dave Airlieradeon/ac: remove assert causing regression
2017-04-27 Dave Airlieradeon/ac: fix build on llvm 3.8.1
2017-04-27 Dave Airlieradv/ac: eliminate unused vertex shader outputs. (v2)
2017-04-27 Dave Airlieradeonsi/ac: move vertex export remove to common code.
2017-04-25 Dave Airlieradv/ac: setup mrt exports then export them in one...
2017-04-25 Dave Airlieradv/ac: overhaul vs output/ps input routing
2017-04-24 Dave Airlieradv/ac: copy llvm machine feature flags from radeonsi.
2017-04-20 Dave Airlieradv/ac: use tex_lz if we can.
2017-04-20 Christoph Haagac: fix build after LLVM 5.0 SVN r300718
2017-04-19 Mike Lothianradv/ac: Fix nir.h include
2017-04-18 Dave Airlieradv: drop debugging leftovers code in descriptor set...
2017-04-18 Dave Airlieradv/ac: add support for indirect access of descriptor...
2017-04-18 Dave Airlieradv: start allocating user sgprs
2017-04-18 Dave Airlieradv/ac: mark used descriptor sets in shader info.
2017-04-18 Dave Airlieradv/ac: frag shader only needs ring offsets if sample...
2017-04-18 Dave Airlieradv/ac: move needs_push_constants to shader info.
2017-04-18 Dave Airlieradv: optimise compute shader grid size emission.
2017-04-18 Dave Airlieradv: start conditionalising vertex inputs. (v2)
2017-04-18 Dave Airlieradv/ac: add initial pre-pass for shader info gathering
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-10 Samuel Pitoisetac: add unreachable() in ac_build_image_opcode()
2017-04-03 Dave Airlieradv: fix interp at sample code.
2017-04-03 Dave Airlieradv: overhaul fragment shader sample positions.
2017-04-03 Dave Airlieradv/ac: fix texture derivative ordering
2017-04-03 Dave Airlieradv/ac: round cube array coordinate before fixup.
2017-04-03 Dave Airlieradv: move to using common buffer load format.
2017-03-31 Dave Airlieradv/ac: setup lds for tessellation
2017-03-31 Dave Airlieradv/ac: handle writing out tess factors.
2017-03-31 Dave Airlieradv/ac: add support for TCS/TES inputs/outputs.
2017-03-31 Dave Airlieradv/ac: add clip support for tess eval shader.
2017-03-31 Dave Airlieradv/ac: hook up tessellation intrinsics.
2017-03-31 Dave Airlieradv/ac: hook up shader information handling for tessel...
2017-03-31 Dave Airlieradv: add tess ctrl stage barrier workaround for SI.
2017-03-31 Dave Airlieradv/ac: add support for patch inputs to unique index...
2017-03-31 Dave Airlieradv/ac: setup tessellation shader inputs.
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-31 Dave Airlieradv: handle clip dist in es outputs.
2017-03-31 Dave Airlieradv: drop unneeded start
2017-03-31 Dave Airlieradv: fixup geometry clip emission since using the...
2017-03-30 Marek Olšákradeonsi/gfx9: image descriptor changes in immutable...
2017-03-30 Marek Olšákradeonsi/gfx9: init_config changes
2017-03-30 Marek Olšákradeonsi/gfx9: CP DMA changes
2017-03-30 Marek Olšákradeonsi/gfx9: add IB parser support
2017-03-30 Marek Olšákradeonsi/gfx9: add GFX9 and VEGA10 enums
2017-03-30 Marek Olšákamd: GFX9 packet changes
2017-03-30 Marek Olšákamd: define event types for GFX9
2017-03-30 Marek Olšákamd: add texture format definitions for GFX9
2017-03-30 Marek Olšákamd: resolve remaining definition conflicts with gfx9d.h
2017-03-30 Marek Olšákamd: normalize register definition formatting
2017-03-30 Marek Olšákamd: import GFX9 register definitions
2017-03-30 Nicolai Hähnleamd/addrlib: import gfx9 support
2017-03-30 Dave Airlieradv: fix mask attribs properly.
2017-03-30 Dave Airlieradv: fix regression with mask attrib setting code.
2017-03-30 Dave Airlieradv: move to using nir clip/cull merge pass.
2017-03-28 Dave Airlieradv: add parameter to emit_waitcnt.
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-22 Marek Olšákac: fix build with LLVM 5.0svn
2017-03-17 Alex Smithradv/ac: Fix shared memory offset calculation
2017-03-17 James Leggradv: Fix using more than 4 bound descriptor sets
2017-03-14 Dave Airlieradv/ac: workaround regression in llvm 4.0 release
2017-03-14 Dave Airlieradv/ac: gather4 cube workaround integer
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Dave Airlieradv: setup llvm target data layout
2017-03-12 Dave Airlieradv/ac: move to new image intrinsics.
2017-03-10 Emil Velikovamd: remove shebang from python scripts
2017-03-10 Emil Velikovamd: remove execute bit from python scripts
2017-03-07 Fredrik Höglundradv/ac: fix multiple descriptor sets with dynamic...
2017-03-07 Dave Airlieamd/common: document PREDICATION OP 3 as 64-bit bool.
2017-03-06 Dave Airlieradv/ac: introduce i1true/i1false to context.
2017-03-06 Dave Airlieradv/ac: handle Z export using new builder.
2017-03-06 Dave Airlieradv/ac: move to using common ac_get_image_intr_name.
2017-03-06 Dave Airlieradeonsi/ac: move get_image_intr_name to common
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-03-06 Marek Olšákradeonsi: set the convergent attribute where needed
2017-03-06 Marek Olšákgallivm,ac: add LP_FUNC_ATTR_CONVERGENT
2017-03-06 Marek Olšákradeonsi: fix LLVM 3.9 - don't use non-matching attribu...
2017-03-06 Dave Airlieradv/ac: use bitfield extract new intrinsics.
2017-03-06 Dave Airlieradv/ac: move to new kill build.
2017-03-06 Dave Airlieradv/ac: move to using new export intrinsics.
2017-03-06 Dave Airlieradv/ac: switch to new intrinsics for pkrtz and clamp.
2017-03-05 Dave Airlieradeon/ac: fix intrinsic version check
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákac: replace SI.vs.load.input with amdgcn.buffer.load...
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
next