qarmin
|
a0832e6f5e
Fix leak with Vulkan allocator
|
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
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
PouleyKetchoupp
|
d99bea20dc
More explicit error messages when vulkan calls return errors
|
5 years ago |
Rémi Verschelde
|
a0e33e17fb
Merge pull request #36733 from qarmin/static_analyzer_fixes
|
5 years ago |
Mateo Dev .59
|
c933eb7acc
Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert
|
5 years ago |
qarmin
|
1f209bfc41
Fixes bugs found by Sonarcloud and Coverity
|
5 years ago |
Juan Linietsky
|
54dfdd1cdb
Correct condition wrongly converted to ERR_FAIL_COND_MSG
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
d2537407ef
Fix various GCC compilation warnings after Vulkan merge
|
5 years ago |
Rémi Verschelde
|
db81928e08
Vulkan: Move thirdparty code out of drivers, style fixes
|
5 years ago |
Juan Linietsky
|
bd364d1447
Auto exposure re-implemented in Vulkan
|
5 years ago |
Juan Linietsky
|
da0457fa29
Several fixes to GIProbes
|
5 years ago |
Juan Linietsky
|
2af701fa03
Use a different strategy to get textures from GPU (via buffers), for more compatibility.
|
5 years ago |
bruvzg
|
d5df1b651c
Improve HiDPI handling, fix incorrect window viewport clipping.
|
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
|
965185c765
Better GIProbe quality settings.
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
5 years ago |
Juan Linietsky
|
263bebe023
Untested support for compute shaders
|
5 years ago |
Juan Linietsky
|
123ee5995c
Visual GPU profiler and related profiling support in Vulkan.
|
5 years ago |
Juan Linietsky
|
6deffa62fb
Several fixes to 3D rendering, and multimesh implementation.
|
6 years ago |
Juan Linietsky
|
920db604d2
Rewrote large part of rendering, omni and spot shadows now work.
|
6 years ago |
Juan Linietsky
|
2d6a916835
Environment sky more or less working.
|
6 years ago |
Juan Linietsky
|
8cee7703a6
Yay very basic 3D (only white) finally shows.
|
6 years ago |
Juan Linietsky
|
449df8f688
Base 3D engine done, still untested, though.
|
6 years ago |
Rémi Verschelde
|
6289e7d147
Merge pull request #29993 from bruvzg/vulkan
|
6 years ago |
bruvzg
|
b456bfad5c
Add runtime GLES2 / Vulkan context selection.
|
6 years ago |
bruvzg
|
eb48be51db
Add static Vulkan loader.
|
6 years ago |