mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-08 12:25:41 -04:00
The use of stage spans for 3dluts was missed when the new cached mappings were introduced, meaning that it would try to map and unmap memory that might already have a cached mapping. Vulkan does not support mapping memory multiple times, so make sure the 3dlut code also uses the cached mapping to avoid segfaults after unmap. |
||
|---|---|---|
| .. | ||
| allocator | ||
| gles2 | ||
| pixman | ||
| vulkan | ||
| color.c | ||
| color_fallback.c | ||
| color_lcms2.c | ||
| dmabuf.c | ||
| dmabuf_fallback.c | ||
| dmabuf_linux.c | ||
| drm_format_set.c | ||
| drm_syncobj.c | ||
| egl.c | ||
| meson.build | ||
| pass.c | ||
| pixel_format.c | ||
| swapchain.c | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||