mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 00:28:08 +02:00
If a format is not supported by the TLB, we can still use the TLB path if we setup the render target using a compatible format. The only caveat is that for clears we need to pack the clear value using the original format of the underlying image, not the compatible format. With this change we get to use the TLB path successfully for all supported image formats (except a1r5g5b5, at least for now) so long as the region starts at (0,0), and we only need to consider fallback paths for partial copies and clears, not because of the format. This gets us to pass a few extra hundreds of tests in: dEQP-VK.api.image_clearing.core.clear_color_image.* Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766> |
||
|---|---|---|
| .. | ||
| .dir-locals.el | ||
| .editorconfig | ||
| meson.build | ||
| v3d_tiling.c | ||
| v3dv_bo.c | ||
| v3dv_bo.h | ||
| v3dv_cl.c | ||
| v3dv_cl.h | ||
| v3dv_cmd_buffer.c | ||
| v3dv_debug.c | ||
| v3dv_debug.h | ||
| v3dv_descriptor_set.c | ||
| v3dv_device.c | ||
| v3dv_entrypoints_gen.py | ||
| v3dv_extensions.py | ||
| v3dv_extensions_gen.py | ||
| v3dv_formats.c | ||
| v3dv_icd.py | ||
| v3dv_image.c | ||
| v3dv_meta_clear.c | ||
| v3dv_meta_copy.c | ||
| v3dv_pass.c | ||
| v3dv_pipeline.c | ||
| v3dv_pipeline_cache.c | ||
| v3dv_private.h | ||
| v3dv_queue.c | ||
| v3dv_uniforms.c | ||
| v3dv_util.c | ||
| v3dv_wsi.c | ||
| v3dv_wsi_x11.c | ||
| vk_format_info.h | ||