mesa/src/freedreno/vulkan
Jonathan Marek 55dac91adc turnip: fix tile->slot calculation
Fixes HW binning cases when the horizontal number of tiles isn't divisible
by the horizontal number of pipes (only happens with more than 32 tiles).

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3142>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3142>
2020-03-05 12:53:29 -05: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
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
meson.build freedreno: Move a6xx's setup_slices() to a shareable helper function. 2019-12-11 04:24:18 +00:00
tu_android.c turnip: implement UBWC 2019-11-21 22:21:57 +00:00
tu_blit.c turnip: rework format table to support r5g5b5a1_unorm/b5g5r5a1_unorm 2020-02-28 12:48:11 +00:00
tu_blit.h tu: Handle vkCmdClearAttachments() with sysmem 2020-02-12 21:36:41 -05:00
tu_cmd_buffer.c turnip: fix tile->slot calculation 2020-03-05 12:53:29 -05:00
tu_cs.c turnip: Promote tu_cs_get_size/is_empty to header 2020-03-03 02:25:25 +00:00
tu_cs.h turnip: Promote tu_cs_get_size/is_empty to header 2020-03-03 02:25:25 +00:00
tu_descriptor_set.c turnip: Add support for uniform texel buffers. 2020-01-23 02:40:09 +00:00
tu_descriptor_set.h turnip: more descriptor sets 2019-10-15 07:56:20 -04:00
tu_device.c turnip: don't hardcode gmem base for input attachment 2020-02-28 14:04:20 +00:00
tu_drm.c turnip: don't hardcode gmem base for input attachment 2020-02-28 14:04:20 +00:00
tu_entrypoints_gen.py tu/entrypoints: Import copy 2019-05-13 17:20:33 -05:00
tu_extensions.py turnip: hook up GetImageDrmFormatModifierPropertiesEXT 2020-01-23 18:34:07 +00:00
tu_fence.c turnip: fix display wsi fence timing out 2019-12-02 14:29:47 -05:00
tu_formats.c turnip: add r5g5b5a1_unorm/b5g5r5a1_unorm formats 2020-02-28 12:48:11 +00:00
tu_icd.py
tu_image.c turnip: minify image_view extent 2020-02-28 14:04:20 +00:00
tu_meta_blit.c tu/blit: Support blits in secondary cmdstreams 2020-02-12 21:31:44 -05:00
tu_meta_buffer.c turnip: add tu_device pointer to tu_cs 2020-02-24 21:52:45 +00:00
tu_meta_clear.c turnip: rework format table to support r5g5b5a1_unorm/b5g5r5a1_unorm 2020-02-28 12:48:11 +00:00
tu_meta_copy.c tu/blit: Support blits in secondary cmdstreams 2020-02-12 21:31:44 -05:00
tu_meta_resolve.c tu/blit: Support blits in secondary cmdstreams 2020-02-12 21:31:44 -05:00
tu_pass.c turnip: fall back to sysmem when attachments don't fit into gmem 2020-02-28 14:04:20 +00:00
tu_pipeline.c turnip: remove unecessary MRT_CONTROL fill 2020-02-28 14:04:20 +00:00
tu_pipeline_cache.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_private.h turnip: increase array sizes in tu_descriptor_map 2020-02-28 14:04:20 +00:00
tu_query.c turnip: automatically reserve cmdstream space in emit_pkt4/emit_pkt7 2020-02-24 21:52:45 +00:00
tu_shader.c nir: Drop nir_tex_instr::texture_array_size 2020-02-26 18:29:49 +00:00
tu_util.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_util.h
tu_wsi.c vulkan/wsi: remove unused image_get_modifier 2020-01-23 18:34:07 +00:00
tu_wsi_display.c turnip: add display wsi 2019-11-18 22:18:05 +00:00
tu_wsi_wayland.c turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
tu_wsi_x11.c turnip: add x11 wsi 2019-11-18 22:18:05 +00:00
vk_format.h turnip: Drop the copy of the formats table. 2019-11-19 15:35:52 -08:00
vk_format_parse.py