| Commit message (Expand) | Author | Age | Files | Lines |
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -10/+10 |
* | SCons: Support linking system Vulkan loader while using vendored VMA | Rémi Verschelde | 2020-07-26 | 1 | -0/+11 |
* | iOS SCons: static Vulkan binary usage | Sergey Minakov | 2020-07-25 | 1 | -10/+11 |
* | Vulkan: Fix struct init for VkClearAttachment | Rémi Verschelde | 2020-07-22 | 1 | -27/+2 |
* | Merge pull request #38835 from madmiraal/fix-38829 | Rémi Verschelde | 2020-07-22 | 1 | -6/+31 |
|\ |
|
| * | Fix may be used unitialized warnings in _render_pass_create() | Marcel Admiraal | 2020-05-19 | 1 | -6/+31 |
* | | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | 2020-07-21 | 3 | -16/+16 |
|\ \ |
|
| * | | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 3 | -16/+16 |
* | | | Fix spelling of a var, a struct, and message output | Andy Maloney | 2020-07-17 | 1 | -7/+7 |
|/ / |
|
* | | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg | 2020-07-13 | 2 | -9/+20 |
* | | Addition of SDFGI for open world global illumination | Juan Linietsky | 2020-06-26 | 2 | -17/+228 |
* | | Vulkan: Initialize struct members on declaration | Rémi Verschelde | 2020-06-03 | 3 | -144/+66 |
|/ |
|
* | Merge pull request #38750 from madmiraal/fix-vulkan-uninitialized-warning | Rémi Verschelde | 2020-05-15 | 1 | -0/+6 |
|\ |
|
| * | Silence mulitple may be used uninitialized warnings in | Marcel Admiraal | 2020-05-15 | 1 | -0/+6 |
* | | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 2 | -0/+12 |
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 4 | -151/+0 |
|/ |
|
* | New lightmapper | Juan Linietsky | 2020-05-10 | 3 | -1/+20 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -99/+197 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -6/+7 |
* | [Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated `VK_LAYER_LU... | bruvzg | 2020-04-26 | 1 | -23/+30 |
* | Add proper type to most public API uses of Array | Juan Linietsky | 2020-04-21 | 2 | -11/+11 |
* | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 2 | -27/+27 |
* | Ability to create local RenderingDevice instances. | Juan Linietsky | 2020-04-18 | 4 | -73/+256 |
* | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin | 2020-04-15 | 2 | -0/+14 |
* | Merge pull request #37881 from qarmin/leak_vulkan | Rémi Verschelde | 2020-04-14 | 1 | -0/+2 |
|\ |
|
| * | Fixes leaks with Vulkan device and instance | qarmin | 2020-04-14 | 1 | -0/+2 |
* | | Implement decals | Juan Linietsky | 2020-04-14 | 1 | -4/+4 |
|/ |
|
* | Implement MSAA | Juan Linietsky | 2020-04-12 | 2 | -0/+154 |
* | Merge pull request #37808 from reduz/port-effects-to-compute | Juan Linietsky | 2020-04-11 | 2 | -31/+57 |
|\ |
|
| * | Moved most of the effect code to compute. | Juan Linietsky | 2020-04-11 | 2 | -31/+57 |
* | | Shows proper scene render time in editor info | Juan Linietsky | 2020-04-10 | 1 | -1/+34 |
|/ |
|
* | Fix extra warnings in Android build | PouleyKetchoupp | 2020-04-10 | 1 | -0/+8 |
* | Merge pull request #36919 from nekomatata/android-vulkan-rendering | Rémi Verschelde | 2020-04-09 | 4 | -6/+24 |
|\ |
|
| * | Display Server support | PouleyKetchoupp | 2020-04-08 | 3 | -2/+12 |
| * | Vulkan rendering for Android | PouleyKetchoupp | 2020-04-03 | 3 | -6/+14 |
* | | Merge pull request #37586 from qarmin/vulkan_allocator_leak | Rémi Verschelde | 2020-04-07 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix leak with Vulkan allocator | qarmin | 2020-04-04 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #37635 from qarmin/leak_vertex | Rémi Verschelde | 2020-04-06 | 1 | -0/+7 |
|\ \ |
|
| * | | Fixed leak with vertex_formats | qarmin | 2020-04-06 | 1 | -0/+7 |
| |/ |
|
* / | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | Rémi Verschelde | 2020-04-06 | 3 | -10/+11 |
|/ |
|
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 3 | -283/+283 |
* | 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 |
|\ |
|