Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #87225 from kleonc/transposed-texture-fix-2d-normals | Yuri Sizov | 2024-01-22 | 1 | -0/+3 |
|\ | | | | | | | Fix 2D normals for transposed texture | ||||
| * | Fix 2D normals for transposed texture | kleonc | 2024-01-15 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #86073 from m4rr5/add_reflection_mask | Yuri Sizov | 2024-01-22 | 2 | -0/+9 |
|\ \ | | | | | | | | | | Add a reflection mask to the reflection probes | ||||
| * | | Add a reflection mask to the reflection probes. | Marcel Offermans | 2024-01-20 | 2 | -0/+9 |
| | | | | | | | | | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com> | ||||
* | | | Merge pull request #85939 from adamscott/single-threaded-godot-4 | Rémi Verschelde | 2024-01-18 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | | | | Add `THREADS_ENABLED` macro in order to compile Godot to run on the main thread | ||||
| * | | Add THREADS_ENABLED macro in order to compile Godot to run on the main thread | Adam Scott | 2024-01-17 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #87298 from RandomShaper/d3d12_qp | Yuri Sizov | 2024-01-17 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | D3D12 RDD: Fix wrong argument when resolving timestamp queries | ||||
| * | | D3D12 RDD: Fix wrong argument when resolving timestamp queries | Pedro J. Estébanez | 2024-01-17 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #87206 from bruvzg/dx12_old_msvc | Rémi Verschelde | 2024-01-16 | 2 | -6/+16 |
|\ \ | | | | | | | | | | Fix DX12 build on older MSVC versions, fix missing PIX include. | ||||
| * | | Fix DX12 build on older MSVC versions, fix missing PIX include. | bruvzg | 2024-01-15 | 2 | -6/+16 |
| |/ | |||||
* | | Merge pull request #87096 from jsjtxietian/save-to-cache | Rémi Verschelde | 2024-01-15 | 2 | -1/+4 |
|\ \ | | | | | | | | | | Add `shader_cache_dir_valid` check to `_save_to_cache` | ||||
| * | | Add shader_cache_dir_valid check to _save_to_cache | jsjtxietian | 2024-01-12 | 2 | -1/+4 |
| |/ | |||||
* | | Merge pull request #87067 from ↵ | Rémi Verschelde | 2024-01-15 | 1 | -5/+9 |
|\ \ | | | | | | | | | | | | | | | | moonpirates/bugfix-canvastexture-uvs-compatibility Fix UV issues in Compatibility renderer | ||||
| * | | Fix issue where the UV's were off in Compatibility | Jordi Scharp | 2024-01-11 | 1 | -5/+9 |
| |/ | | | | | | | | | | | Fixes a bug where CanvasTexture's UVs were off when using the Compatibility mode's renderer. Fixes #86746 | ||||
* | | Merge pull request #86855 from RandomShaper/fix_vk_get_image | Rémi Verschelde | 2024-01-15 | 1 | -2/+5 |
|\ \ | |/ |/| | | | Fix determination of copyable layout for compressed textures in Vulkan | ||||
| * | Fix determination of copyable layout for compressed textures in Vulkan | Pedro J. Estébanez | 2024-01-06 | 1 | -2/+5 |
| | | |||||
* | | Fix Dummy audio driver initialization issue on WASAPI output device ↵ | Alessandro Famà | 2024-01-09 | 1 | -5/+3 |
| | | | | | | | | | | initialization failure `AudioDriverWASAPI::init` consistently returns `Error::OK`, even when encountering a failure during the initialization of the output device. This behaviour blocks the dummy driver from initializing in `AudioDriverManager::initialize`. | ||||
* | | Merge pull request #86920 from griffinkh/build_warning_fix | Rémi Verschelde | 2024-01-09 | 1 | -4/+4 |
|\ \ | | | | | | | | | | Fix build warning with memset value being too large | ||||
| * | | Fix build warning with memset value being too large | Griffin Kroah-Hartman | 2024-01-08 | 1 | -4/+4 |
| |/ | | | | | | | Should resolve issue #83342 | ||||
* | | Acyclic Command Graph for RenderingDevice. | Dario | 2024-01-08 | 8 | -83/+83 |
| | | | | | | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice. | ||||
* | | Merge pull request #84244 from BastiaanOlij/skip_present_if_needed | Rémi Verschelde | 2024-01-08 | 6 | -15/+20 |
|\ \ | | | | | | | | | | Skip swapchain logic if there is nothing to present (Android OpenXR) | ||||
| * | | Skip swapchain logic if there is nothing to present (Android OpenXR) | Bastiaan Olij | 2024-01-08 | 6 | -15/+20 |
| |/ | |||||
* | | Merge pull request #86787 from ryevdokimov/code-spell-check | Rémi Verschelde | 2024-01-08 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Fix various spelling errors across engine solution | ||||
| * | | Fix various spelling errors | Robert Yevdokimov | 2024-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #84733 from clayjohn/GL-CanvasGroup-performance | Rémi Verschelde | 2024-01-08 | 4 | -3/+20 |
|\ \ \ | |_|/ |/| | | | | | Only copy the relevant portion of the screen when copying to backbuffer in Compatibility backend | ||||
| * | | Only copy the relevant portion of the screen when copying to backbuffer in ↵ | clayjohn | 2023-11-11 | 4 | -3/+20 |
| | | | | | | | | | | | | Compatibility backend | ||||
* | | | Merge pull request #85837 from akien-mga/clang-format-16 | Rémi Verschelde | 2024-01-05 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | | | | | Style: Mark clang-format 16 as supported for pre-commit hook | ||||
| * | | | Style: Mark clang-format 16 as supported for pre-commit hook | Rémi Verschelde | 2023-12-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It only introduced a difference in a .glsl file, which I've worked around by removing an empty line. This keeps formatting consistent between clang-format 15 and 16. Also added a change in the 3-to-4 project converter to fix bogus formatting in clang-format < 17. | ||||
* | | | | Merge pull request #77712 from ↵ | Rémi Verschelde | 2024-01-05 | 2 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nklbdev/Fix_lossless_formats_in_PortableCompressedTexture2D Fix lossless formats in PortableCompressedTexture2D | ||||
| * | | | | Fix lossless formats in PortableCompressedTexture2D | nklbdev | 2024-01-05 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update scene/resources/portable_compressed_texture.cpp Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | | | | | Merge pull request #84107 from BlueCube3310/file-access-optimization | Rémi Verschelde | 2024-01-04 | 4 | -0/+210 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use platform-specific methods for FileAccess reading and writing | ||||
| * | | | | | Use platform-specific methods for FileAccess reading and writing | BlueCube3310 | 2023-10-29 | 4 | -0/+210 |
| | | | | | | |||||
* | | | | | | Merge pull request #84469 from time-killer-games/patch-1 | Rémi Verschelde | 2024-01-04 | 1 | -1/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix NetBSD executable path | ||||
| * | | | | | | Fix NetBSD Executable Path | Samuel Venable | 2023-11-06 | 1 | -1/+16 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | Add const references detected by clang-tidy | ||||
| * | | | | | | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #86682 from ↵ | Rémi Verschelde | 2024-01-02 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/distinguish_between_dynamic_libaray_not_found_and_can't_open Distinguish between dynamic library not found and can't be opened. | ||||
| * | | | | | | | Distinguishs between dynamic library not found and can't be opened. | Daylily-Zeleen | 2024-01-01 | 1 | -0/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | [D3D12] Dynamically load Agility SDK. | bruvzg | 2024-01-02 | 2 | -19/+43 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #86435 from jsjtxietian/fix-fp-unsupport | Rémi Verschelde | 2024-01-02 | 2 | -4/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add `RD_ENABLED` when `VULKAN_ENABLED` or `D3D12_ENABLED` is added | ||||
| * | | | | | | | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is added | jsjtxietian | 2023-12-25 | 2 | -4/+0 |
| | | | | | | | | |||||
* | | | | | | | | Fix potential integer underflow in rounded up divisions | EddieBreeg | 2024-01-02 | 1 | -6/+6 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new `Math::division_round_up()` function was added, allowing for easy and correct computation of integer divisions when the result needs to be rounded up. Fixes #80358. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | | | | | | | Merge pull request #86405 from warriormaster12/pipeline-message-fix | Yuri Sizov | 2023-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong error message when graphics pipeline creation fails | ||||
| * | | | | | | | Fix wrong error message when graphics pipeline creation fails | warriormaster12 | 2023-12-21 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #86316 from clayjohn/RD-BFN-normals | Yuri Sizov | 2023-12-22 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Use best fit normals for storing screen space normals | ||||
| * | | | | | | Use best fit normals for storing screen space normals | clayjohn | 2023-12-21 | 1 | -0/+1 |
| |/ / / / / | |||||
* / / / / / | Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts | Pedro J. Estébanez | 2023-12-20 | 15 | -22176/+10655 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Credit and thanks to @bruzvg for multiple build fixes, update of 3rd-party items and MinGW support. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | ||||
* | | | | | Merge pull request #86018 from BastiaanOlij/fix_gles_stereo_sky | Rémi Verschelde | 2023-12-13 | 2 | -3/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix radiance for sky in GLES stereo rendering | ||||
| * | | | | | Fix radiance for sky in GLES stereo rendering | Bastiaan Olij | 2023-12-12 | 2 | -3/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #70315 from RandomShaper/d3d12_mesa | Rémi Verschelde | 2023-12-12 | 8 | -0/+12319 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Direct3D 12 Rendering Driver (Mesa NIR approach) |