mesa/src/amd/common
Dylan Baker 673dda8330 meson: build "radv" vulkan driver for radeon hardware
This builds, installs, and has been tested on a r290x (Hawaii) with the Vulkan
CTS. It dies horribly in a fire at the same point for the meson build as the
autotools build.

v2: - enable radv by default
    - add shader cache support and enforce that it's built for radv
v3: - Fix typo in meson_options (Nicholas)
    - strip trailing 'svn' from llvm version before setting the version
      preprocessor flag (Bas)
    - Check for LLVM module requirements

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2017-09-27 09:12:34 -07:00
..
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
.gitignore ac/debug: move .gitignore for sid_tables.h too 2017-01-13 00:37:52 +01:00
ac_binary.c ac: fail shader compilation if libelf is replaced by an incompatible version 2017-08-10 13:24:23 +02:00
ac_binary.h ac: reorg ac_shader_binary struct to take less space. 2017-09-04 08:40:37 +10:00
ac_debug.c radeonsi: move si_get_wave_info() to AMD common code 2017-09-14 10:37:57 +02:00
ac_debug.h radeonsi: move si_get_wave_info() to AMD common code 2017-09-14 10:37:57 +02:00
ac_exp_param.h radeonsi/ac: move vertex export remove to common code. 2017-04-27 05:17:47 +01:00
ac_gpu_info.c amd/common: get ME/PFP/CE firmware feature versions as well 2017-09-13 18:25:06 +02:00
ac_gpu_info.h amd/common: get ME/PFP/CE firmware feature versions as well 2017-09-13 18:25:06 +02:00
ac_llvm_build.c amd/common: add workaround for cube map array layer clamping 2017-09-18 11:25:18 +02:00
ac_llvm_build.h amd/common: remove has_ds_bpermute argument from ac_build_ddxy 2017-09-18 11:25:18 +02:00
ac_llvm_helper.cpp radeon/ac: fix build on llvm 3.8.1 2017-04-27 11:22:12 +01:00
ac_llvm_util.c radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target 2017-07-17 10:50:39 -04:00
ac_llvm_util.h radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target 2017-07-17 10:50:39 -04:00
ac_nir_to_llvm.c amd/common: remove has_ds_bpermute argument from ac_build_ddxy 2017-09-18 11:25:18 +02:00
ac_nir_to_llvm.h ac/nir: Add shader support for multiviews. 2017-08-24 19:20:47 +02:00
ac_shader_abi.h ac/nir,radeonsi: add and use ac_shader_abi::frag_pos 2017-07-31 14:55:43 +02:00
ac_shader_info.c ac/nir: Add shader support for multiviews. 2017-08-24 19:20:47 +02:00
ac_shader_info.h ac/nir: Add shader support for multiviews. 2017-08-24 19:20:47 +02:00
ac_surface.c ac/surface: handle error when choosing preferred swizzle mode 2017-09-21 11:00:00 +02:00
ac_surface.h ac/surface: add radeon_surf::has_stencil for convenience 2017-09-07 17:59:37 +02:00
amd_family.h radeonsi/gfx9: add support for Raven 2017-05-15 13:00:26 +02:00
amd_kernel_code_t.h tree-wide: remove trailing backslash 2017-06-07 01:18:09 +01:00
amdgpu_id.h amd/addrlib: import Raven support 2017-05-15 13:00:26 +02:00
gfx9d.h radeonsi/gfx9: fix TC-compatible stencil compression 2017-06-19 20:15:36 +02:00
meson.build meson: build "radv" vulkan driver for radeon hardware 2017-09-27 09:12:34 -07:00
r600d_common.h gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation 2017-08-28 21:45:33 +02:00
sid.h ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition 2017-06-19 20:15:36 +02:00
sid_tables.py ac/debug: take ASIC generation into account when printing registers 2017-09-06 09:59:19 +02:00