blender/intern/ghost
Mateusz Albecki 0fd14d659b GHOST/Wayland: Fix disposeContext with VK
During createOffscreenContext with VK backend enabled wl_surface
was not stored in the context's user data. This resulted in nullptr
dereference later on during disposeContext. Added a line that sets
user data and additionally added nullptr checks in disposeContext.

Ref !107057.
2023-04-19 07:44:06 +10:00
..
intern GHOST/Wayland: Fix disposeContext with VK 2023-04-19 07:44:06 +10:00
test Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
CMakeLists.txt Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_C-api.h UI: Allow Clipboard Copy/Paste Images 2023-04-14 03:48:17 +02:00
GHOST_IContext.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_IEvent.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_IEventConsumer.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_ISystem.hh UI: Allow Clipboard Copy/Paste Images 2023-04-14 03:48:17 +02:00
GHOST_ISystemPaths.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_ITimerTask.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_IWindow.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_IXrContext.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_Path-api.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_Rect.hh Cleanup: use ".cc" & ".hh" extensions for intern/ghost 2023-04-06 08:29:57 +10:00
GHOST_Types.h UI: Capabilities Flag for Clipboard Image copy/paste 2023-04-16 21:04:55 +02:00