mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 17:08:20 +02:00
In the future, we'd like to have all drivers only ingest unified atomics, and all frontends only produce unified atomics, and garbage collect the existing non-unified atomics. To get to that future, it's a lot nicer to convert drivers one-by-one. Add a pass to translate old-style atomics to new-style atomics so drivers can opt-in to the new form one-by-one. Once all drivers are converted, we can convert producers one-by-one. Finally, we can just drop the calls to the pass and garbage collect this pass and the old atomics. That's probably a while out, though, so this will be out bridge to get there. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Rob Clark <robclark@freedesktop.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22914> |
||
|---|---|---|
| .. | ||
| clc | ||
| glsl | ||
| isaspec | ||
| nir | ||
| spirv | ||
| builtin_type_macros.h | ||
| glsl_types.cpp | ||
| glsl_types.h | ||
| meson.build | ||
| nir_gl_types.h | ||
| nir_types.cpp | ||
| nir_types.h | ||
| shader_enums.c | ||
| shader_enums.h | ||
| shader_info.h | ||