Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
bruvzg
|
b5caa2e8b0
[Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated `VK_LAYER_LUNARG_standard_validation`.
|
5 years ago |
Juan Linietsky
|
49d0c6a5c9
Ability to create local RenderingDevice instances.
|
5 years ago |
qarmin
|
943ec79859
Fixes leaks in ResourceCache, Vulkan and X11
|
5 years ago |
qarmin
|
2ab4b054e0
Fixes leaks with Vulkan device and instance
|
5 years ago |
Rémi Verschelde
|
61342e5831
Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
9e08742de8
Added a Window node, and made it the scene root.
|
5 years ago |
Rémi Verschelde
|
f70b5fa30c
Revert "Enhanced physical device selection to use device type and available memory in relation to issue #35397"
|
5 years ago |
Haoyu Qiu
|
46230d253b
Initializes VulkanContext::queue_props to NULL
|
5 years ago |
Rémi Verschelde
|
3625b057af
Vulkan: Use Godot print macros matching MessageSeverity flag
|
5 years ago |
Rémi Verschelde
|
98f88a4102
Merge pull request #36585 from disks86/master
|
5 years ago |
Haoyu Qiu
|
771e66b080
Adds null check of pMessageIdName
|
5 years ago |
Christopher Joseph Dean Schaefer
|
4f3006e5ac
Enhanced physical device selection to use device type and available memory in relation to issue #35397
|
5 years ago |
Rémi Verschelde
|
3a7f1300ee
Merge pull request #36186 from Calinou/remove-vulkan-debugging-prints
|
5 years ago |
Rémi Verschelde
|
e596439497
Vulkan: Work around false positive on 64-bit Linux w/ 32-bit ICDs
|
5 years ago |
Marcel Admiraal
|
529f924aaa
Fix VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp.
|
5 years ago |
Rémi Verschelde
|
d2537407ef
Fix various GCC compilation warnings after Vulkan merge
|
5 years ago |
Hugo Locurcio
|
71b74195de
Remove Vulkan debugging prints
|
5 years ago |
Haoyu Qiu
|
a23a52db3f
Fixes some memory leaks
|
5 years ago |
Rémi Verschelde
|
db81928e08
Vulkan: Move thirdparty code out of drivers, style fixes
|
5 years ago |
Juan Linietsky
|
561b431d85
Dynamic object support for GI Probes (a bit buggy still)
|
5 years ago |
Juan Linietsky
|
6ee2f5e6b6
More GIProbe work and fixes
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
5 years ago |
Juan Linietsky
|
2d6a916835
Environment sky more or less working.
|
6 years ago |
bruvzg
|
eb48be51db
Add static Vulkan loader.
|
6 years ago |
Juan Linietsky
|
8bbbb97336
Completed material/2D shader support (missing SCREEN_TEXTURE)
|
6 years ago |
Juan Linietsky
|
ef083a583b
Modified light rendering to make it more compatible.
|
6 years ago |
Juan Linietsky
|
e3905f9af3
Added ability to retrieve back textures stored on GPU
|
6 years ago |
Juan Linietsky
|
1b4281b895
basic 2D engine is more or less working with Vulkan, including editor.
|
6 years ago |