summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #87225 from kleonc/transposed-texture-fix-2d-normalsYuri Sizov2024-01-221-0/+3
|\ | | | | | | Fix 2D normals for transposed texture
| * Fix 2D normals for transposed texturekleonc2024-01-151-0/+3
| |
* | Merge pull request #86073 from m4rr5/add_reflection_maskYuri Sizov2024-01-222-0/+9
|\ \ | | | | | | | | | Add a reflection mask to the reflection probes
| * | Add a reflection mask to the reflection probes.Marcel Offermans2024-01-202-0/+9
| | | | | | | | | | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* | | Merge pull request #85939 from adamscott/single-threaded-godot-4Rémi Verschelde2024-01-181-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 threadAdam Scott2024-01-171-0/+2
| | |
* | | Merge pull request #87298 from RandomShaper/d3d12_qpYuri Sizov2024-01-171-1/+1
|\ \ \ | |/ / |/| | | | | D3D12 RDD: Fix wrong argument when resolving timestamp queries
| * | D3D12 RDD: Fix wrong argument when resolving timestamp queriesPedro J. Estébanez2024-01-171-1/+1
| |/
* | Merge pull request #87206 from bruvzg/dx12_old_msvcRémi Verschelde2024-01-162-6/+16
|\ \ | | | | | | | | | Fix DX12 build on older MSVC versions, fix missing PIX include.
| * | Fix DX12 build on older MSVC versions, fix missing PIX include.bruvzg2024-01-152-6/+16
| |/
* | Merge pull request #87096 from jsjtxietian/save-to-cacheRémi Verschelde2024-01-152-1/+4
|\ \ | | | | | | | | | Add `shader_cache_dir_valid` check to `_save_to_cache`
| * | Add shader_cache_dir_valid check to _save_to_cachejsjtxietian2024-01-122-1/+4
| |/
* | Merge pull request #87067 from ↵Rémi Verschelde2024-01-151-5/+9
|\ \ | | | | | | | | | | | | | | | moonpirates/bugfix-canvastexture-uvs-compatibility Fix UV issues in Compatibility renderer
| * | Fix issue where the UV's were off in CompatibilityJordi Scharp2024-01-111-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_imageRémi Verschelde2024-01-151-2/+5
|\ \ | |/ |/| | | Fix determination of copyable layout for compressed textures in Vulkan
| * Fix determination of copyable layout for compressed textures in VulkanPedro J. Estébanez2024-01-061-2/+5
| |
* | Fix Dummy audio driver initialization issue on WASAPI output device ↵Alessandro Famà2024-01-091-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_fixRémi Verschelde2024-01-091-4/+4
|\ \ | | | | | | | | | Fix build warning with memset value being too large
| * | Fix build warning with memset value being too largeGriffin Kroah-Hartman2024-01-081-4/+4
| |/ | | | | | | Should resolve issue #83342
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-088-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_neededRémi Verschelde2024-01-086-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 Olij2024-01-086-15/+20
| |/
* | Merge pull request #86787 from ryevdokimov/code-spell-checkRémi Verschelde2024-01-081-1/+1
|\ \ | | | | | | | | | Fix various spelling errors across engine solution
| * | Fix various spelling errorsRobert Yevdokimov2024-01-041-1/+1
| | |
* | | Merge pull request #84733 from clayjohn/GL-CanvasGroup-performanceRémi Verschelde2024-01-084-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 ↵clayjohn2023-11-114-3/+20
| | | | | | | | | | | | Compatibility backend
* | | Merge pull request #85837 from akien-mga/clang-format-16Rémi Verschelde2024-01-051-2/+1
|\ \ \ | | | | | | | | | | | | Style: Mark clang-format 16 as supported for pre-commit hook
| * | | Style: Mark clang-format 16 as supported for pre-commit hookRémi Verschelde2023-12-061-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 Verschelde2024-01-052-5/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nklbdev/Fix_lossless_formats_in_PortableCompressedTexture2D Fix lossless formats in PortableCompressedTexture2D
| * | | | Fix lossless formats in PortableCompressedTexture2Dnklbdev2024-01-052-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-optimizationRémi Verschelde2024-01-044-0/+210
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Use platform-specific methods for FileAccess reading and writing
| * | | | | Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-294-0/+210
| | | | | |
* | | | | | Merge pull request #84469 from time-killer-games/patch-1Rémi Verschelde2024-01-041-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix NetBSD executable path
| * | | | | | Fix NetBSD Executable PathSamuel Venable2023-11-061-1/+16
| | | | | | |
* | | | | | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-042-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | Add const references detected by clang-tidy
| * | | | | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-162-2/+2
| | | | | | |
* | | | | | | Merge pull request #86682 from ↵Rémi Verschelde2024-01-021-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-Zeleen2024-01-011-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | [D3D12] Dynamically load Agility SDK.bruvzg2024-01-022-19/+43
| | | | | | |
* | | | | | | Merge pull request #86435 from jsjtxietian/fix-fp-unsupportRémi Verschelde2024-01-022-4/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add `RD_ENABLED` when `VULKAN_ENABLED` or `D3D12_ENABLED` is added
| * | | | | | | Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-252-4/+0
| | | | | | | |
* | | | | | | | Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-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-fixYuri Sizov2023-12-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong error message when graphics pipeline creation fails
| * | | | | | | Fix wrong error message when graphics pipeline creation failswarriormaster122023-12-211-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #86316 from clayjohn/RD-BFN-normalsYuri Sizov2023-12-221-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Use best fit normals for storing screen space normals
| * | | | | | Use best fit normals for storing screen space normalsclayjohn2023-12-211-0/+1
| |/ / / / /
* / / / / / Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-2015-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_skyRémi Verschelde2023-12-132-3/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix radiance for sky in GLES stereo rendering
| * | | | | Fix radiance for sky in GLES stereo renderingBastiaan Olij2023-12-122-3/+12
| | | | | |
* | | | | | Merge pull request #70315 from RandomShaper/d3d12_mesaRémi Verschelde2023-12-128-0/+12319
|\ \ \ \ \ \ | | | | | | | | | | | | | | Direct3D 12 Rendering Driver (Mesa NIR approach)