| Commit message (Expand) | Author | Age | Files | Lines |
| * | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -40/+48 |
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
| * | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 4 | -28/+27 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 2 | -12/+12 |
| * | Revert "Enhanced physical device selection to use device type and available m... | Rémi Verschelde | 2020-03-10 | 1 | -33/+2 |
| * | Initializes VulkanContext::queue_props to NULL | Haoyu Qiu | 2020-03-10 | 1 | -0/+1 |
| * | More explicit error messages when vulkan calls return errors | PouleyKetchoupp | 2020-03-09 | 1 | -49/+35 |
| * | Merge pull request #36792 from akien-mga/vulkan-better-debug-prints | Rémi Verschelde | 2020-03-04 | 1 | -24/+22 |
| |\ |
|
| | * | Vulkan: Use Godot print macros matching MessageSeverity flag | Rémi Verschelde | 2020-03-04 | 1 | -24/+22 |
| * | | Merge pull request #36733 from qarmin/static_analyzer_fixes | Rémi Verschelde | 2020-03-04 | 1 | -1/+4 |
| |\ \ |
|
| | * | | Fixes bugs found by Sonarcloud and Coverity | qarmin | 2020-03-02 | 1 | -1/+4 |
| * | | | Merge pull request #36385 from kuruk-mm/some_static_asserts | Rémi Verschelde | 2020-03-04 | 1 | -1/+1 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | Mateo Dev .59 | 2020-03-04 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #36585 from disks86/master | Rémi Verschelde | 2020-03-04 | 1 | -2/+33 |
| |\ \
| |/
|/| |
|
| | * | Enhanced physical device selection to use device type and available memory in... | Christopher Joseph Dean Schaefer | 2020-02-28 | 1 | -2/+33 |
| * | | Adds null check of pMessageIdName | Haoyu Qiu | 2020-02-29 | 1 | -1/+1 |
| * | | Merge pull request #36186 from Calinou/remove-vulkan-debugging-prints | Rémi Verschelde | 2020-02-27 | 1 | -10/+1 |
| |\ \
| |/
|/| |
|
| | * | Remove Vulkan debugging prints | Hugo Locurcio | 2020-02-13 | 1 | -10/+1 |
| * | | Merge pull request #36454 from akien-mga/vulkan-workaround-32-bit-lib-error | Rémi Verschelde | 2020-02-22 | 1 | -2/+9 |
| |\ \ |
|
| | * | | Vulkan: Work around false positive on 64-bit Linux w/ 32-bit ICDs | Rémi Verschelde | 2020-02-22 | 1 | -2/+9 |
| * | | | Correct condition wrongly converted to ERR_FAIL_COND_MSG | Juan Linietsky | 2020-02-22 | 1 | -1/+1 |
| |/ / |
|
| * | | Add iphone to vulkan drivers SCsub | Sam Green | 2020-02-21 | 1 | -0/+8 |
| * | | rendering_vulkan: VertexDescriptionKey equal comparator was checking only the... | Mateo Dev .59 | 2020-02-19 | 1 | -1/+3 |
| * | | Merge pull request #36320 from madmiraal/fix-c4996-warning-vulkan_context | Rémi Verschelde | 2020-02-18 | 1 | -57/+62 |
| |\ \ |
|
| | * | | Fix VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp. | Marcel Admiraal | 2020-02-18 | 1 | -57/+62 |
| * | | | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 2 | -55/+55 |
| |/ / |
|
| * | | Vulkan-Loader: Mark secure_getenv as available on Linux | Rémi Verschelde | 2020-02-14 | 1 | -0/+4 |
| * | | Fix various GCC compilation warnings after Vulkan merge | Rémi Verschelde | 2020-02-14 | 2 | -5/+6 |
| |/ |
|
| * | Fixes some memory leaks | Haoyu Qiu | 2020-02-13 | 1 | -18/+69 |
| * | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | 2020-02-11 | 8 | -19216/+11 |
| * | Auto exposure re-implemented in Vulkan | Juan Linietsky | 2020-02-11 | 1 | -2/+6 |
| * | Update Vulkan loader to 1.1.127 | bruvzg | 2020-02-11 | 1 | -1/+1 |
| * | Several fixes to GIProbes | Juan Linietsky | 2020-02-11 | 2 | -2/+57 |
| * | Use a different strategy to get textures from GPU (via buffers), for more com... | Juan Linietsky | 2020-02-11 | 2 | -118/+55 |
| * | Improve HiDPI handling, fix incorrect window viewport clipping. | bruvzg | 2020-02-11 | 1 | -1/+1 |
| * | Dynamic object support for GI Probes (a bit buggy still) | Juan Linietsky | 2020-02-11 | 2 | -2/+5 |
| * | More GIProbe work and fixes | Juan Linietsky | 2020-02-11 | 3 | -72/+112 |
| * | Better GIProbe quality settings. | Juan Linietsky | 2020-02-11 | 1 | -40/+39 |
| * | GIProbes working. | Juan Linietsky | 2020-02-11 | 3 | -135/+267 |
| * | Untested support for compute shaders | Juan Linietsky | 2020-02-11 | 2 | -66/+599 |
| * | Visual GPU profiler and related profiling support in Vulkan. | Juan Linietsky | 2020-02-11 | 2 | -0/+111 |
| * | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky | 2020-02-11 | 1 | -1/+3 |
| * | Rewrote large part of rendering, omni and spot shadows now work. | Juan Linietsky | 2020-02-11 | 2 | -21/+152 |
| * | Environment sky more or less working. | Juan Linietsky | 2020-02-11 | 3 | -48/+42 |
| * | Yay very basic 3D (only white) finally shows. | Juan Linietsky | 2020-02-11 | 2 | -18/+41 |
| * | Base 3D engine done, still untested, though. | Juan Linietsky | 2020-02-11 | 2 | -17/+87 |
| * | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde | 2020-02-11 | 1 | -2/+55 |
| * | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde | 2020-02-11 | 5 | -143/+338 |
| |\ |
|
| | * | Add runtime GLES2 / Vulkan context selection. | bruvzg | 2020-02-11 | 2 | -3/+25 |