blender/intern/ghost
Jeroen Bakker 12a5b2977f Vulkan: Do not enable layers
Vulkan layers should not be controlled from application, but
 should be enabled via `vkconfig`. There are configurations
in the layers that are mutual exclusive and hard to maintain from
within an application.

An example is that currently we are not able to use renderdoc efficient,
because there is an validation error triggered from within renderdoc.

This PR removes all vulkan layer configuration from Blender.

Pull Request: https://projects.blender.org/blender/blender/pulls/122473
2024-05-30 11:11:21 +02:00
..
intern Vulkan: Do not enable layers 2024-05-30 11:11:21 +02:00
test Refactor: Require C++ for users of BLI_simd.h 2024-05-02 16:22:19 +02:00
CMakeLists.txt Unbreak build on macOS with AppleClang from recent cleanup 2024-03-07 19:56:58 +11:00
GHOST_C-api.h Cleanup: spelling in comments 2024-05-04 15:24:46 +10:00
GHOST_IContext.hh Vulkan: Rewrite GHOST_ContextVK 2023-08-29 15:05:08 +02:00
GHOST_IEvent.hh Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
GHOST_IEventConsumer.hh Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
GHOST_ISystem.hh Cleanup: correct doc-strings for GHOST_GetMilliSeconds 2024-01-29 11:47:43 +11:00
GHOST_ISystemPaths.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GHOST_ITimerTask.hh License headers: use SPDX-FileCopyrightText in intern/ghost 2023-06-14 17:42:15 +10:00
GHOST_IWindow.hh Cleanup: spelling in comments 2024-05-04 15:24:46 +10:00
GHOST_IXrContext.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GHOST_Path-api.hh Cleanup: Remove C++ ifdef checks in C++ headers 2024-03-26 04:56:03 +01:00
GHOST_Rect.hh Cleanup: make class doc-strings directly above classes 2023-07-25 14:11:42 +10:00
GHOST_Types.h WM: add a capability flag for physical trackpad direction 2024-04-26 21:26:49 +10:00