| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio | 2022-03-17 | 2 | -5/+5 |
* | Merge pull request #58993 from notSanil/device-limit-exceeded-fix | Rémi Verschelde | 2022-03-17 | 2 | -2/+2 |
|\ |
|
| * | Fix device limit exceeding for uniform buffer | notSanil | 2022-03-16 | 2 | -2/+2 |
* | | Split dummy renderer classes into separate files | Bastiaan Olij | 2022-03-16 | 15 | -1890/+2325 |
* | | Change some math macros to constexpr | kobewi | 2022-03-09 | 2 | -16/+16 |
|/ |
|
* | Remove unused GDNative code | Rémi Verschelde | 2022-03-09 | 1 | -2/+2 |
* | Merge pull request #49447 from Calinou/remove-shadow-color-property | Rémi Verschelde | 2022-03-08 | 2 | -4/+0 |
|\ |
|
| * | Remove unused `shadow_color` property from Light3D | Hugo Locurcio | 2022-03-04 | 2 | -4/+0 |
* | | Add a UniformSet cache | reduz | 2022-03-06 | 1 | -65/+64 |
|/ |
|
* | GLES3: Fix `-Wmaybe-uninitialized` warning for MipMaps::Size | Rémi Verschelde | 2022-03-04 | 1 | -15/+9 |
* | Merge pull request #58512 from Calinou/light3d-add-distance-fade | Rémi Verschelde | 2022-03-04 | 2 | -0/+4 |
|\ |
|
| * | Implement distance fade properties in OmniLight3D and SpotLight3D | Hugo Locurcio | 2022-02-25 | 2 | -0/+4 |
* | | Fixing retrospective code for specialisation constants | Bastiaan Olij | 2022-03-01 | 1 | -5/+8 |
* | | Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. | bruvzg | 2022-02-25 | 1 | -0/+3 |
* | | vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling | Pedro J. Estébanez | 2022-02-24 | 2 | -19/+46 |
|/ |
|
* | Implementing OpenXR driver | Bastiaan Olij | 2022-02-23 | 5 | -95/+298 |
* | Use Filament specular models and parametrization | clayjohn | 2022-02-22 | 1 | -4/+4 |
* | vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount | Bastiaan Olij | 2022-02-19 | 1 | -5/+6 |
* | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde | 2022-02-18 | 3 | -1/+16 |
|\ |
|
| * | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | 2022-02-17 | 3 | -1/+16 |
* | | Merge pull request #58186 from BastiaanOlij/fix_shader_features_init | Rémi Verschelde | 2022-02-18 | 2 | -54/+96 |
|\ \
| |/
|/| |
|
| * | We were only getting our available shader features, now we also enabling them | Bastiaan Olij | 2022-02-17 | 2 | -54/+96 |
* | | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 15 | -73/+96 |
|/ |
|
* | Add Particle Shader Userdata | reduz | 2022-02-15 | 2 | -0/+4 |
* | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli | 2022-02-14 | 2 | -10/+41 |
* | Add a separate pool for small allocations in Vulkan RD | Pedro J. Estébanez | 2022-02-12 | 2 | -2/+21 |
* | Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits | Rémi Verschelde | 2022-02-10 | 1 | -2/+2 |
|\ |
|
| * | Enable 16-bit shadow atlas by default in the RenderingServer methods | Hugo Locurcio | 2022-02-04 | 1 | -2/+2 |
* | | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -1/+1 |
* | | Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*. | Bastiaan Olij | 2022-02-09 | 1 | -3/+3 |
|/ |
|
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 6 | -136/+128 |
* | [Net] Simplify IP resolution code, fix caching. | Fabio Alessandrelli | 2022-01-29 | 1 | -1/+1 |
* | Merge pull request #57116 from bruvzg/win_net_share | Rémi Verschelde | 2022-01-28 | 1 | -2/+9 |
|\ |
|
| * | [Windows] Add support for handling network share paths. | bruvzg | 2022-01-24 | 1 | -2/+9 |
* | | Merge pull request #54574 from Ansraer/glow_map | Rémi Verschelde | 2022-01-26 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | add support for glow maps | Ansraer | 2022-01-20 | 2 | -2/+2 |
* | | Merge pull request #54890 from briansemrau/threadsafe-drawpute-lists | Rémi Verschelde | 2022-01-22 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | Make draw/compute lists threadsafe | Brian Semrau | 2021-11-11 | 1 | -0/+12 |
* | | Revert "Add new scaling modes for splash screen" | Rémi Verschelde | 2022-01-19 | 2 | -62/+27 |
* | | Merge pull request #54489 from briansemrau/texture-delete-update | Rémi Verschelde | 2022-01-19 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix materials not updating when texture replaced/deleted | Brian Semrau | 2021-11-01 | 1 | -3/+3 |
* | | | Add new scaling modes for splash screen | Samuel Pedrajas | 2022-01-18 | 2 | -27/+62 |
* | | | Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascades | Rémi Verschelde | 2022-01-18 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Allow using between 1 and 8 cascades for SDFGI | Hugo Locurcio | 2022-01-17 | 2 | -2/+2 |
* | | | | Merge pull request #55020 from bruvzg/vlk_device_surface_check | Rémi Verschelde | 2022-01-17 | 2 | -113/+193 |
|\ \ \ \ |
|
| * | | | | [Vulkan] Check each device capabilities before selecting it. | bruvzg | 2021-11-22 | 2 | -113/+193 |
* | | | | | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 2 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 2 | -4/+4 |
* | | | | | | Remove property hints referencing unsupported svgz extension | Rémi Verschelde | 2022-01-17 | 1 | -2/+0 |
* | | | | | | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | 2022-01-14 | 3 | -128/+6 |