mesa/src/freedreno/vulkan
Connor Abbott 32af90d96f freedreno/a6xx: Fix SP_DS_CTRL_REG0 definition
Bit 20 isn't actually MERGEDREGS, the mode for the entire geometry
pipeline is controlled by SP_VS_CTRL_REG0::MERGEDREGS and it appears to
be something preamble-related instead since writing any register in the
preamble hangs if it's set. This fixes those hangs on freedreno and
turnip since we no longer set it.

Fixes: fccc35c2de ("ir3: Add preamble optimization pass")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15801>
2022-04-08 04:40:17 +00:00
..
.clang-format turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
.dir-locals.el turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
.editorconfig turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
meson.build turnip: Drop tu_legacy.c 2022-03-18 11:19:08 -05:00
msm_kgsl.h turnip: Update the msm_kgsl.h header with the sanitized 4.19 version 2022-01-21 21:25:07 +00:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Use vk_common_AcquireImageANDROID 2022-01-11 17:25:22 +00:00
tu_autotune.c turnip: Make autotuner work with reusable command buffers 2022-03-09 12:56:31 +00:00
tu_autotune.h turnip: Make autotuner work with reusable command buffers 2022-03-09 12:56:31 +00:00
tu_clear_blit.c turnip: Add "unaligned_store" debug option to better test gmem stores 2022-04-06 08:44:28 +00:00
tu_cmd_buffer.c turnip: Fix subpassLoad from CUBE input attachments 2022-04-06 19:42:30 +03:00
tu_cs.c turnip: Add a refcount mechanism to BOs 2022-02-19 15:16:55 +00:00
tu_cs.h turnip: Fix unitialized cs->device 2021-09-20 19:13:25 +00:00
tu_descriptor_set.c tu: Add an extra storage descriptor for isam 2022-03-15 21:36:38 +00:00
tu_descriptor_set.h tu: Rewrite dynamic descriptor handling 2022-03-15 21:36:38 +00:00
tu_device.c turnip: Implement VK_EXT_primitives_generated_query 2022-04-07 08:01:59 +00:00
tu_drm.c turnip: Use the DRM or KGSL GPU reset status ioctls to report device loss. 2022-03-16 19:28:04 +00:00
tu_formats.c turnip: Allow image access on swapped formats. 2022-04-02 19:55:40 +00:00
tu_image.c turnip: Ignore aspectMask for D32S8 framebuffer attachment 2022-04-06 08:44:28 +00:00
tu_kgsl.c turnip: Use the DRM or KGSL GPU reset status ioctls to report device loss. 2022-03-16 19:28:04 +00:00
tu_nir_lower_multiview.c turnip: Convert fd_dev_info to const pointer 2021-07-14 01:58:00 +00:00
tu_pass.c turnip: Implement VK_ARM_rasterization_order_attachment_access 2022-02-23 11:31:59 +00:00
tu_perfetto.cc turnip/perfetto: handle gpu timestamps being non-monotonic 2022-01-27 18:59:43 +00:00
tu_perfetto.h turnip/perfetto: handle gpu timestamps being non-monotonic 2022-01-27 18:59:43 +00:00
tu_perfetto_util.c turnip: rename tu_drm_get_timestamp into tu_device_get_gpu_timestamp 2022-01-27 18:59:43 +00:00
tu_pipeline.c freedreno/a6xx: Fix SP_DS_CTRL_REG0 definition 2022-04-08 04:40:17 +00:00
tu_pipeline_cache.c turnip: Plumb non-startup errors through the new vk_error helpers 2021-10-07 20:51:36 +00:00
tu_private.h turnip: Add "unaligned_store" debug option to better test gmem stores 2022-04-06 08:44:28 +00:00
tu_query.c turnip: Implement VK_EXT_primitives_generated_query 2022-04-07 08:01:59 +00:00
tu_shader.c turnip: use vk_shader_module_to_nir(). 2022-03-15 23:13:16 +00:00
tu_tracepoints.py turnip/trace: Delete unused start/end_resolve tracepoints 2022-01-27 18:59:43 +00:00
tu_util.c turnip: Plumb non-startup errors through the new vk_error helpers 2021-10-07 20:51:36 +00:00
tu_util.h turnip: enable VK_EXT_line_rasterization 2021-10-13 12:18:01 +00:00
tu_wsi.c turnip/trace: process u_trace chunks on queue submission 2022-01-27 18:59:43 +00:00
vk_format.h vulkan: Move common format function to vulkan/util/vk_format.h 2022-03-31 17:18:22 +00:00