mesa/src/intel/vulkan
Jason Ekstrand bc612536eb anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
There is an object-level  preemption workaround which requires this.
However, even without object-level preemption, we seem to have issues
with geometry flickering when 3D and compute are combined in the same
batch and this appears to fix it.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109630
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111267
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2019-08-06 05:46:28 +00:00
..
tests anv: Fix pool allocator when first alloc needs to grow 2019-07-12 22:25:37 -07:00
anv_allocator.c anv: Fix pool allocator when first alloc needs to grow 2019-07-12 22:25:37 -07:00
anv_android.c anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format 2019-06-24 08:28:18 +03:00
anv_android.h anv/android: support creating images from external format 2018-12-19 09:38:41 +02:00
anv_android_stubs.c anv/android: support creating images from external format 2018-12-19 09:38:41 +02:00
anv_batch_chain.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_blorp.c anv: fix crash in vkCmdClearAttachments with unused attachment 2019-07-15 16:47:41 +03:00
anv_cmd_buffer.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
anv_descriptor_set.c anv/descriptor_set: Only write texture swizzles if we have an image view 2019-06-25 19:43:25 +00:00
anv_device.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
anv_dump.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_entrypoints_gen.py anv: use the platform defines in vk.xml instead of hard-coding them 2019-03-05 11:57:10 +00:00
anv_extensions.py anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
anv_extensions_gen.py anv: manually add KHR_display to the list of platforms 2019-07-07 15:34:09 +03:00
anv_formats.c anv: Don't claim support for 24 and 48-bit formats on IVB 2019-07-29 11:34:30 -05:00
anv_gem.c intel/common: provide common ioctl routine 2019-08-01 16:38:40 -07:00
anv_gem_stubs.c
anv_genX.h anv: Move mi_memcpy and mi_memset to gen_mi_builder 2019-04-11 18:04:09 +00:00
anv_icd.py anv: fix typo 2019-06-29 22:41:06 +01:00
anv_image.c anv: Properly compute image usage in CreateImageView 2019-07-12 16:13:48 +00:00
anv_intel.c anv: fix indentation 2019-06-29 22:41:06 +01:00
anv_nir.h anv,nir: Move lower_input_attachments pass from ANV to NIR. 2019-07-08 14:02:50 +02:00
anv_nir_add_base_work_group_id.c
anv_nir_apply_pipeline_layout.c intel: add a couple of ASSERTED 2019-07-31 09:41:05 +01:00
anv_nir_lower_multiview.c nir/builder: Add a build_deref_array_imm helper 2019-03-07 21:20:30 +00:00
anv_nir_lower_push_constants.c
anv_nir_lower_ycbcr_textures.c nir: make nir_const_value scalar 2019-04-14 22:25:56 +02:00
anv_pass.c anv/pass: Flag the need for a RT flush for resolve attachments 2019-03-13 17:58:27 -05:00
anv_pipeline.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
anv_pipeline_cache.c anv: Put image params in the descriptor set buffer on gen8 and earlier 2019-04-19 19:56:42 +00:00
anv_private.h anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
anv_queue.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_util.c
anv_wsi.c vulkan/wsi: Add X11 adaptive sync support based on dri options. 2019-04-23 23:49:39 +00:00
anv_wsi_display.c
anv_wsi_wayland.c
anv_wsi_x11.c
gen7_cmd_buffer.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
gen8_cmd_buffer.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
genX_blorp_exec.c Revert "anv: limit URB reconfigurations when using blorp" 2019-04-29 11:41:27 +00:00
genX_cmd_buffer.c anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D 2019-08-06 05:46:28 +00:00
genX_gpu_memcpy.c anv: Move mi_memcpy and mi_memset to gen_mi_builder 2019-04-11 18:04:09 +00:00
genX_pipeline.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
genX_query.c anv: rework queries writes to ensure ordering memory writes 2019-05-08 09:49:09 +00:00
genX_state.c anv: disable repacking for compression for applicable gen 2019-07-08 10:54:38 -07:00
meson.build meson: replace libmesa_util with idep_mesautil 2019-08-03 00:08:37 +00:00
TODO
vk_format_info.h anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format 2019-06-24 08:28:18 +03:00