mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 21:30:39 +01:00
This extension adds new NONE attachment load / store operations, which are identical to the DONT_CARE variants with the difference that DONT_CARE doesn't ensure that the original contents of the memory within the render area are preserved and these new versions do (with some caveats). Our implementation was not destroying data with DONT_CARE anyway so we already support the new semantics. Our implementation is such that we don't need to do anything specific with the new operations and the current behavior will do what is expected. We pass all the tests under: dEQP-VK.renderpass*.load_store_op_none.* Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18570> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| meson.build | ||