mesa/src/amd/vulkan
Mauro Rossi cf389ba895 android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies
Fix android building errors in winsys/amdgpu and radv
due to 'amdgfxregs.h' not found.

Changelog:
amd/common - generated $(intermediated)/common path is added to exports
winsys/amdgpu - libmesa_amd_common static dependency is added
radv - correct generated $(intermediated)/common path is added to includes

Fixes: f480b8a ("amd/common: use generated register header")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2019-06-21 15:53:23 +02:00
..
winsys/amdgpu ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 2019-05-15 20:54:10 -04:00
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
Android.mk android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies 2019-06-21 15:53:23 +02:00
Makefile.sources radv: Add ycbcr lowering pass. 2019-04-25 19:56:20 +00:00
meson.build radv: Fix vulkan build in meson. 2019-06-19 23:27:46 +00:00
radv_android.c radv: Use bo metadata for imported image tiling on Android. 2019-06-04 18:32:45 +00:00
radv_cmd_buffer.c radv: pass sample locations for transitions before depth/stencil resolves 2019-06-21 14:50:35 +02:00
radv_cs.h amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf 2018-06-19 13:08:50 -04:00
radv_debug.c ac: add radeon_info::is_amdgpu instead of checking drm_major == 3 2019-06-14 13:31:18 -04:00
radv_debug.h radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask 2019-06-19 10:06:39 +02:00
radv_descriptor_set.c radv: Do not use extra descriptor space for the 3rd plane. 2019-05-12 23:02:44 +00:00
radv_descriptor_set.h radv: Do not use extra descriptor space for the 3rd plane. 2019-05-12 23:02:44 +00:00
radv_device.c radv: add support for VK_KHR_depth_stencil_resolve 2019-06-21 14:50:38 +02:00
radv_entrypoints_gen.py radv: Add support for icd loader interface v4. 2019-05-13 00:41:31 +02:00
radv_extensions.py radv: add support for VK_KHR_depth_stencil_resolve 2019-06-21 14:50:38 +02:00
radv_formats.c radv: Disable linear tiled compressed textures. 2019-06-18 01:00:49 +02:00
radv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
radv_image.c radv: enable DCC for mipmapped color textures on GFX8 2019-06-20 11:04:02 +02:00
radv_llvm_helper.cpp radv/llvm: initialise passes member. 2019-02-11 08:59:02 +10:00
radv_meta.c radv: allow to save/restore sample locations during meta operations 2019-06-07 13:10:50 +02:00
radv_meta.h radv: add radv_dcc_clear_level() helper 2019-06-20 11:03:53 +02:00
radv_meta_blit.c nir/builder: Remove the use_fmov parameter from nir_swizzle 2019-05-24 08:38:11 -05:00
radv_meta_blit2d.c radv: Support different source & dest aspects for planar images in blit2d. 2019-04-25 19:56:20 +00:00
radv_meta_buffer.c nir/builder: Remove the use_fmov parameter from nir_swizzle 2019-05-24 08:38:11 -05:00
radv_meta_bufimage.c radv: Add multiple planes to images. 2019-04-25 19:56:20 +00:00
radv_meta_clear.c radv: clear the depth/stencil resolve attachment if necessary 2019-06-21 14:50:33 +02:00
radv_meta_copy.c radv: check if DCC is enabled per mip not for the whole image 2019-06-18 11:24:36 +02:00
radv_meta_decompress.c radv: allow the depth decompress pass to emit dynamic sample locations 2019-06-07 13:11:00 +02:00
radv_meta_fast_clear.c radv: re-initialize DCC metadata after decompressing using compute 2019-06-20 11:03:52 +02:00
radv_meta_fmask_expand.c radv: fix FMASK expand with SRGB formats 2019-06-19 07:53:53 +02:00
radv_meta_resolve.c radv: pass sample locations for transitions before depth/stencil resolves 2019-06-21 14:50:35 +02:00
radv_meta_resolve_cs.c radv: implement all depth/stencil resolve modes using compute 2019-06-21 14:50:19 +02:00
radv_meta_resolve_fs.c radv: implement all depth/stencil resolve modes using graphics 2019-06-21 14:50:15 +02:00
radv_nir_lower_ycbcr_textures.c radv: Implement cosited_even sampling. 2019-05-06 11:09:30 +00:00
radv_nir_to_llvm.c ac,radeonsi: Always mark buffer stores as inaccessiblememonly 2019-06-19 14:08:27 +02:00
radv_pass.c radv: record if a render pass has depth/stencil resolve attachments 2019-06-21 14:50:12 +02:00
radv_pipeline.c radv: disable viewport clamping even if FS doesn't write Z 2019-06-19 11:18:50 +02:00
radv_pipeline_cache.c radv: Implement VK_EXT_pipeline_creation_feedback. 2019-03-20 21:19:46 +00:00
radv_private.h radv: pass sample locations for transitions before depth/stencil resolves 2019-06-21 14:50:35 +02:00
radv_query.c radv: flush and invalidate CB before resetting query pools on GFX9 2019-06-13 11:23:48 +02:00
radv_radeon_winsys.h radv: Clean up signalled and submitted fields from winsys fences. 2019-05-13 20:36:29 +00:00
radv_shader.c radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ballot') 2019-06-13 12:44:23 +00:00
radv_shader.h radv: Run the new ycbcr lowering pass. 2019-04-25 19:56:20 +00:00
radv_shader_helper.h amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
radv_shader_info.c radv: fix set_output_usage_mask() with composite and 64-bit types 2019-05-02 10:24:20 +01:00
radv_util.c radv: Add startup debug option. 2018-05-31 11:51:23 +02:00
radv_util.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_wsi.c radv: Clean up signalled and submitted fields from winsys fences. 2019-05-13 20:36:29 +00:00
radv_wsi_display.c radv: Clean up signalled and submitted fields from winsys fences. 2019-05-13 20:36:29 +00:00
radv_wsi_wayland.c radv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
radv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
si_cmd_buffer.c radv: fix some compiler warnings 2019-06-04 17:30:53 +01:00
vk_format.h radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_layout.csv radv: Add ycbcr subsampled & multiplane formats to csv. 2019-04-25 19:56:20 +00:00
vk_format_parse.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_table.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00