kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
Bastiaan Olij
|
64a78c3dad
Added fallback to vkCreateRenderPass if VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME isn't supported
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
bruvzg
|
6afb2d0225
[Windows] Fix LLVM MinGW build.
|
2 years ago |
Rémi Verschelde
|
8a47cdc933
Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode
|
2 years ago |
Rémi Verschelde
|
85fe6ecc32
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
|
2 years ago |
bruvzg
|
57829b7cc4
Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vulkan and OpenGL rendering drivers).
|
3 years ago |
Pedro J. Estébanez
|
994d2faf97
Let platforms override the sizing of Vulkan swapchain and window
|
3 years ago |
Pedro J. Estébanez
|
8a3bc72954
Apply correct formatting to comments in the Vulkan driver
|
3 years ago |
Hugo Locurcio
|
d2271eb300
Improve error message when the requested V-Sync mode cannot be used
|
3 years ago |
Pedro J. Estébanez
|
df0a7ce17a
Remove unintended string copies
|
3 years ago |
Pedro J. Estébanez
|
6d0c84717f
Fill view and correlation masks correctly for single view in Vulkan RD
|
3 years ago |
Rémi Verschelde
|
3fe89e7fa9
Merge pull request #63237 from RandomShaper/amend_error_msg
|
3 years ago |
Pedro J. Estébanez
|
73ba313368
Improve messages about VRS
|
3 years ago |
Aaron Franke
|
97df94ae90
Update comments in vulkan_context.cpp
|
3 years ago |
Bastiaan Olij
|
d139131aab
Adding Variable Rate Shading support to Godot
|
3 years ago |
Rémi Verschelde
|
08044aa2e3
Vulkan: Make `loader_get_json` "error" a verbose message on Windows
|
3 years ago |
Pedro J. Estébanez
|
509c0eb86b
Apply some small fixes/enhancements to the Vulkan RD
|
3 years ago |
Hugo Locurcio
|
31194f5b1c
Add `get_video_adapter_api_version()` to RenderingServer
|
4 years ago |
Rémi Verschelde
|
a647fb3e62
Fix typos with codespell
|
3 years ago |
Bastiaan Olij
|
a78a9fee71
Implementing OpenXR driver
|
3 years ago |
Bastiaan Olij
|
1034459d61
vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount
|
3 years ago |
Rémi Verschelde
|
488116e4d8
Merge pull request #58236 from bruvzg/win_min_fix
|
3 years ago |
bruvzg
|
0c27667124
[Windows] Fix Vulkan driver crash on sub-window minimization.
|
3 years ago |
Bastiaan Olij
|
d7465d7c6a
We were only getting our available shader features, now we also enabling them
|
3 years ago |
Rémi Verschelde
|
1bdb82c64e
Fix typos with codespell
|
3 years ago |
Bastiaan Olij
|
eb9d8ad44a
Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*.
|
3 years ago |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 years ago |
Rémi Verschelde
|
d9a4ff7583
Merge pull request #55020 from bruvzg/vlk_device_surface_check
|
3 years ago |
Haoyu Qiu
|
c0d3bdc0ca
Add list initialization support for Vector & LocalVector
|
4 years ago |