summaryrefslogtreecommitdiffstats
path: root/drivers/d3d12/rendering_device_driver_d3d12.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-8/+35
|\
| * Use direct composition for d3d12 backend0x0ACB2024-11-261-8/+35
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Merge pull request #98975 from clayjohn/D3D12-event-timingThaddeus Crews2024-11-131-1/+1
| |\
| | * Move D3D12 fence SetEventOnCompletion call to fence_wait to avoid stalling on...clayjohn2024-11-081-1/+1
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\| |
| * | Add dependency detection improvements to the render graph.Dario2024-11-011-0/+2
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+1
|\| |
| * | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
| |\ \
| | * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| * | | Merge pull request #98279 from Calinou/vulkan-d3d12-silence-using-present-modeClay John2024-10-271-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | Remove "Using present mode" verbose prints in Vulkan and Direct3D 12Hugo Locurcio2024-10-171-2/+0
* | | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-0/+4
|\| | |
| * | | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-181-0/+4
| |/ /
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-2/+7
|\| |
| * | CI: Add MinGW/GCC build to Windows GHAThaddeus Crews2024-10-101-2/+7
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ /
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-198/+131
* | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-0/+9
* | Merge pull request #94733 from RandomShaper/d3d12_tex_barr_fastRémi Verschelde2024-08-161-6/+17
|\ \
| * | D3D12: Be explicit about all-resources texture barriersPedro J. Estébanez2024-07-251-6/+17
* | | Merge pull request #94731 from RandomShaper/d3d12_no_null_barr_grpsRémi Verschelde2024-08-161-10/+25
|\ \ \ | |_|/ |/| |
| * | D3D12: Avoid validation warnings about zero-sized barrier groupsDario2024-07-251-10/+25
| |/
* / D3D12: Avoid cases of redundant render target clearsPedro J. Estébanez2024-08-021-0/+1
|/
* Merge pull request #94267 from RandomShaper/d3d12_dbRémi Verschelde2024-07-171-6/+27
|\
| * D3D12: Avoid enabling depth bounds test if unsupportedPedro J. Estébanez2024-07-151-6/+27
* | D3D12: Get rid of DXIL.dll!Pedro J. Estébanez2024-07-111-58/+8
|/
* D3D12: Use the right state for resources in certain heap typesPedro J. Estébanez2024-07-011-2/+5
* [LLVM/MinGW] Fix/suppress DX12 related warnings.bruvzg2024-06-191-11/+14
* Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-311-325/+597
|\
| * Add support for enhanced barriers in D3D12.Dario2024-05-201-325/+597
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+19
|/
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+4
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1
* Merge pull request #89209 from RandomShaper/padding_for_dummiesRémi Verschelde2024-03-061-31/+16
|\
| * Make shader binary alignment handling simpler and more robustPedro J. Estébanez2024-03-061-31/+16
* | Merge pull request #88496 from bruvzg/d3d12_dyn_loadRémi Verschelde2024-03-051-5/+14
|\ \
| * | [Windows] Make D3D12 loading dynamic to support pre Windows 10 versions.bruvzg2024-02-191-5/+14
* | | Direct3D 12: Fix shader model support check for devices not aware of the high...Pedro J. Estébanez2024-03-041-9/+33
| |/ |/|
* | Direct3D 12: Implement proper fallback for format castingPedro J. Estébanez2024-02-271-253/+317
* | Merge pull request #87872 from RandomShaper/d3d12_tex_mem_is_lifeRémi Verschelde2024-02-271-81/+139
|\ \
| * | Direct3D 12: Enhance management of texture data life cyclePedro J. Estébanez2024-02-271-81/+139
| |/
* | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | SCons: Add proper MinGW support to D3D12 deps install scriptRémi Verschelde2024-02-231-5/+2
* | Merge execute and present commands for RenderingDeviceDriver.Dario2024-02-191-25/+21
|/
* Merge pull request #88252 from RandomShaper/d3d12_slice_of_cubeRémi Verschelde2024-02-151-5/+7
|\
| * Direct3D 12: Fix cubemap slicingPedro J. Estébanez2024-02-121-5/+7