mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 07:08:05 +02:00
The problem with this is that TLB clears always clear and store full tiles, so if our render area is not perfectly aligned to tile boundaries we end up clearing all pixels in tiles that are only partially covered. In this scenario we have to avoid using TLB clears and instead fallback to clearing by rendering a scissored quad in the clear color, like we do for partial clears in vkCmdClearAttachments. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766> |
||
|---|---|---|
| .. | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| Android.cle.mk | ||
| Android.genxml.mk | ||
| Android.mk | ||
| Makefile.sources | ||
| meson.build | ||