index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
1
-1
/
+3
|
\
|
*
Fix: Error output is not require, `VK_QUEUE_TRANSFER_BIT` is optional.
Alexander Hartmann
2024-11-19
1
-1
/
+3
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-4
/
+1
|
\
|
|
*
Merge pull request #99149 from mrsaturnsan/set_max_fps_fix
Thaddeus Crews
2024-11-13
1
-4
/
+1
|
|
\
|
|
*
Fix max FPS initialization
mrsaturnsan
2024-11-12
1
-4
/
+1
*
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
2
-9
/
+36
|
\
|
|
|
*
|
Merge pull request #98883 from ducklin5/fix/VkResultError
Thaddeus Crews
2024-11-10
2
-1
/
+22
|
|
\
\
|
|
*
|
fix: add vulkan error checks in command_queue_execute_and_present
Azeez Abass
2024-11-06
2
-1
/
+22
|
*
|
|
Account for the case surface_capabilities.currentExtent is unset
Trevor Davenport
2024-11-05
2
-8
/
+14
|
|
/
/
*
|
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
2
-4
/
+31
|
\
|
|
|
*
|
Merge pull request #93401 from Repiteo/style/clang-tidy-fixes
Thaddeus Crews
2024-11-04
2
-4
/
+4
|
|
\
\
|
|
*
|
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-2
/
+2
|
|
*
|
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
2
-2
/
+2
|
|
|
/
|
*
/
Fix splash screen upside down on Android
Matias N. Goldberg
2024-10-31
2
-0
/
+27
|
|
/
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
2
-12
/
+154
|
\
|
|
*
Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased
Clay John
2024-10-29
2
-9
/
+153
|
|
\
|
|
*
Add Swappy & Pre-Transformed Swapchain
Matias N. Goldberg
2024-10-28
2
-9
/
+153
|
*
|
Merge pull request #98279 from Calinou/vulkan-d3d12-silence-using-present-mode
Clay John
2024-10-27
1
-3
/
+1
|
|
\
\
|
|
*
|
Remove "Using present mode" verbose prints in Vulkan and Direct3D 12
Hugo Locurcio
2024-10-17
1
-3
/
+1
|
|
|
/
*
|
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
7
-14
/
+14
|
\
\
\
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
7
-14
/
+14
*
|
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
2
-57
/
+183
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Fix race conditions in breadcrumbs
Matias N. Goldberg
2024-10-22
2
-57
/
+183
*
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
2
-7
/
+44
|
\
|
|
|
*
|
Improve synchronization of rendering commands after changes from transfer que...
Dario
2024-10-21
2
-7
/
+44
*
|
|
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-0
/
+1
|
\
|
|
|
*
|
Move transitions of textures initialized by transfer workers to the main grap...
Dario
2024-10-18
1
-0
/
+1
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
7
-0
/
+14
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
2
-6
/
+6
|
/
*
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
2
-5
/
+1
*
Move Vulkan includes to a central godot_vulkan.h header
Gergely Kis
2024-09-29
4
-15
/
+45
*
Merge pull request #97483 from akien-mga/clang-format-19.1.0
Rémi Verschelde
2024-09-26
1
-2
/
+2
|
\
|
*
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
1
-2
/
+2
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Vulkan: account for externally backed textures (i.e., created via `texture_cr...
Sander
2024-09-12
2
-4
/
+8
*
Merge pull request #96045 from darksylinc/matias-TheForge-pr02
Rémi Verschelde
2024-09-02
1
-0
/
+11
|
\
|
*
Add VK_EXT_astc_decode_mode support
Matias N. Goldberg
2024-08-24
1
-0
/
+11
*
|
Disable extra memory tracking by default
Matias N. Goldberg
2024-08-24
3
-3
/
+17
|
/
*
Fix build error in arm32
Matias N. Goldberg
2024-08-23
1
-5
/
+12
*
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
4
-76
/
+839
*
Fix building with `use_volk=yes` on MacOS
David Snopek
2024-06-19
2
-2
/
+11
*
vulkan: Update all components to Vulkan SDK 1.3.183.0
Rémi Verschelde
2024-06-03
1
-0
/
+4
*
Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriers
Rémi Verschelde
2024-05-31
2
-37
/
+85
|
\
|
*
Add support for enhanced barriers in D3D12.
Dario
2024-05-20
2
-37
/
+85
*
|
[DisplayServer] Add method to check if window transparency is supported and e...
bruvzg
2024-05-23
2
-0
/
+11
|
/
*
Merge pull request #80232 from Calinou/vulkan-pipeline-cache-improve-messages
Rémi Verschelde
2024-05-20
1
-3
/
+3
|
\
|
*
Improve warning messages related to Vulkan pipeline cache
Hugo Locurcio
2024-03-26
1
-3
/
+3
*
|
Add optional driver workaround to RenderingDevice for Adreno 6XX.
Dario
2024-05-13
2
-0
/
+29
*
|
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+1
*
|
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
2
-1
/
+8
[next]