mesa/src/amd/vulkan
Bas Nieuwenhuizen 1ef2855692 radv: Handle clip+cull distances more generally as compact arrays.
Needed for https://gitlab.freedesktop.org/mesa/mesa/merge_requests/248 .

That MR keeps the clip and cull arrays split.

So we have to handle
 - compact arrays with location_frac != 0
 - VARYING_SLOT_CLIP_DIST1

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-02-20 22:49:52 +00:00
..
winsys/amdgpu radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set 2019-02-13 20:51:40 +01:00
.editorconfig
.gitignore
Android.mk android: radv: add libmesa_git_sha1 static dependency 2018-11-03 10:48:45 +01:00
Makefile.am configure: allow building with python3 2018-10-31 19:15:50 +00:00
Makefile.sources radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
meson.build radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_android.c radv: get rid of bunch of KHR suffixes 2019-01-09 12:26:48 +01:00
radv_cmd_buffer.c radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8 2019-02-12 17:39:30 +01:00
radv_cs.h
radv_debug.c radv/winsys: Set winsys bo priority on creation. 2019-01-29 15:56:41 +01:00
radv_debug.h radv: enable primitive binning by default 2018-11-16 17:51:15 +01:00
radv_descriptor_set.c radv: Only look at pImmutableSamples if the descriptor has a sampler. 2019-02-06 22:35:32 +01:00
radv_descriptor_set.h radv: improve gathering of load_push_constants with dynamic bindings 2019-01-23 09:43:53 +01:00
radv_device.c radv: Sync ETC2 whitelisted devices. 2019-02-20 02:55:41 +01:00
radv_entrypoints_gen.py
radv_extensions.py radv: Implement VK_EXT_buffer_device_address. 2019-02-06 22:37:38 +01:00
radv_formats.c radv: Sync ETC2 whitelisted devices. 2019-02-20 02:55:41 +01:00
radv_icd.py
radv_image.c radv/winsys: Set winsys bo priority on creation. 2019-01-29 15:56:41 +01:00
radv_llvm_helper.cpp radv/llvm: initialise passes member. 2019-02-11 08:59:02 +10:00
radv_meta.c radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_meta.h radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_meta_blit.c radv: fix compiler issues with GCC 9 2019-02-12 14:48:08 +01:00
radv_meta_blit2d.c radv: do not set preserveAttachments for internal render passes 2019-02-04 13:19:14 +01:00
radv_meta_buffer.c radeonsi: correct WRITE_DATA.DST_SEL definitions 2019-01-22 12:14:26 -05:00
radv_meta_bufimage.c nir: replace more nir_load_system_value calls with builder functions 2019-01-21 00:16:51 +01:00
radv_meta_clear.c radv: assert that colorAttachment is valid for CmdClearAttachment 2019-02-08 00:18:16 +00:00
radv_meta_copy.c radv: Fix wrongly positioned paren. 2018-12-21 21:06:55 +01:00
radv_meta_decompress.c radv: drop few useless state changes when doing color/depth decompressions 2018-11-29 10:18:55 +01:00
radv_meta_fast_clear.c radv: allow to skip DCC decompressions with the new predicate 2018-12-13 09:21:14 +01:00
radv_meta_fmask_expand.c radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_meta_resolve.c radv: drop useless checks when resolving subpass color attachments 2019-02-04 13:19:14 +01:00
radv_meta_resolve_cs.c nir: replace nir_load_system_value calls with appropiate builder functions 2018-11-14 02:09:11 +01:00
radv_meta_resolve_fs.c radv: do not set preserveAttachments for internal render passes 2019-02-04 13:19:14 +01:00
radv_nir_to_llvm.c radv: Handle clip+cull distances more generally as compact arrays. 2019-02-20 22:49:52 +00:00
radv_pass.c radv: Clean up a bunch of compiler warnings. 2019-02-20 03:21:09 +01:00
radv_pipeline.c radv: Clean up a bunch of compiler warnings. 2019-02-20 03:21:09 +01:00
radv_pipeline_cache.c
radv_private.h radv: Sync ETC2 whitelisted devices. 2019-02-20 02:55:41 +01:00
radv_query.c radv/winsys: Set winsys bo priority on creation. 2019-01-29 15:56:41 +01:00
radv_radeon_winsys.h radv: Enable VK_EXT_memory_priority. 2019-01-29 15:56:56 +01:00
radv_shader.c radv: Implement VK_EXT_buffer_device_address. 2019-02-06 22:37:38 +01:00
radv_shader.h radv: Handle clip+cull distances more generally as compact arrays. 2019-02-20 22:49:52 +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: Handle clip+cull distances more generally as compact arrays. 2019-02-20 22:49:52 +00:00
radv_util.c
radv_util.h
radv_wsi.c vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching 2018-10-18 11:29:00 -05:00
radv_wsi_display.c
radv_wsi_wayland.c
radv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
si_cmd_buffer.c radv/winsys: Set winsys bo priority on creation. 2019-01-29 15:56:41 +01:00
vk_format.h
vk_format_layout.csv
vk_format_parse.py
vk_format_table.py radv: Remove redundant format check. 2018-12-17 20:09:38 +00:00