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
...
*
|
Fix crash on compatibility fallback when vkCreateRenderPass2KHR is unavailable.
Dario
2024-04-25
1
-1
/
+1
|
/
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-2
/
+1
*
Merge pull request #89209 from RandomShaper/padding_for_dummies
Rémi Verschelde
2024-03-06
1
-33
/
+17
|
\
|
*
Make shader binary alignment handling simpler and more robust
Pedro J. Estébanez
2024-03-06
1
-33
/
+17
*
|
Vulkan: Don't warn about pipelines cache if missing
Rémi Verschelde
2024-03-05
1
-1
/
+3
|
/
*
Merge execute and present commands for RenderingDeviceDriver.
Dario
2024-02-19
2
-100
/
+129
*
Handle VK_SUBOPTIMAL_KHR as a valid error code to fix Android performance.
Dario
2024-02-15
1
-8
/
+21
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
8
-3457
/
+2768
*
Add Wayland support
Riteo
2024-01-30
1
-2
/
+5
*
Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...
Dario
2024-01-26
1
-0
/
+47
*
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
Pedro J. Estébanez
2024-01-06
1
-2
/
+5
*
|
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
4
-59
/
+46
*
|
Skip swapchain logic if there is nothing to present (Android OpenXR)
Bastiaan Olij
2024-01-08
2
-5
/
+9
|
/
*
Merge pull request #86435 from jsjtxietian/fix-fp-unsupport
Rémi Verschelde
2024-01-02
1
-2
/
+0
|
\
|
*
Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is added
jsjtxietian
2023-12-25
1
-2
/
+0
*
|
Fix wrong error message when graphics pipeline creation fails
warriormaster12
2023-12-21
1
-1
/
+1
|
/
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
7
-11251
/
+4044
*
Merge pull request #85532 from RandomShaper/kill_redund_clear
Yuri Sizov
2023-12-08
2
-51
/
+80
|
\
|
*
Remove superfluous locking in RID owners in Vulkan RD
Pedro J. Estébanez
2023-12-01
1
-13
/
+13
|
*
Remove redundant explicit clears in the Vulkan RD
Pedro J. Estébanez
2023-12-01
2
-38
/
+67
*
|
Merge pull request #84852 from Alex2782/fix_vulkan_buffer_android
Rémi Verschelde
2023-12-04
2
-2
/
+5
|
\
\
|
*
|
Vulkan: Fix incorrect access to the buffers on Android
Alexander Hartmann
2023-11-15
2
-2
/
+5
|
|
/
*
|
Merge pull request #83736 from darksylinc/matias-broken_buffer_update
Rémi Verschelde
2023-12-04
2
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix buffer updates going to the wrong cmd buffer if barriers were 0
Matias N. Goldberg
2023-10-21
2
-3
/
+8
*
|
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-1
/
+1
*
|
Parse OpenGL and Vulkan strings as UTF-8.
bruvzg
2023-10-30
1
-8
/
+8
|
/
*
Bump version of Vulkan RD binary shader format
Pedro J. Estébanez
2023-10-18
1
-1
/
+2
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-2
/
+2
*
Merge pull request #81827 from darksylinc/matias-vkfeatures-opt-in
Rémi Verschelde
2023-10-05
1
-5
/
+89
|
\
|
*
Opt-in to Vulkan features we actually use.
Matias N. Goldberg
2023-09-24
1
-5
/
+89
*
|
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
2
-7
/
+8
*
|
Workaround crash due to null shader when running XR project with --xr-mode off
Lyuma
2023-10-02
1
-0
/
+1
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
|
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
3
-2
/
+36
*
|
Expose texture_create_from_extension to GDExtension
Shawn Wallace
2023-09-23
2
-2
/
+2
|
/
*
Polish a few things in Vulkan RD
Pedro J. Estébanez
2023-09-19
1
-7
/
+4
*
Fix validation error when using pipeline cache control
Matias N. Goldberg
2023-09-16
3
-1
/
+27
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-67
/
+67
*
Enhance Vulkan PSO caching
Pedro J. Estébanez
2023-08-30
3
-77
/
+95
*
Fix missing EARLY_FRAGMENT_TESTS_BIT barrier flags
Matias N. Goldberg
2023-08-27
1
-4
/
+9
*
Fix Vulkan texture update
bitsawer
2023-08-19
1
-1
/
+1
*
Abort on startup with a visible alert if required Vulkan features are missing
Hugo Locurcio
2023-08-17
1
-3
/
+20
*
Merge pull request #80288 from pkpro/memcpy_into_nullptr
Rémi Verschelde
2023-08-17
1
-4
/
+7
|
\
|
*
Vulkan: Fix sanitizers error with empty shader name
Pavel Kraynyukhov
2023-08-09
1
-4
/
+7
*
|
Merge pull request #80571 from darksylinc/matias-resize-window-fix
Rémi Verschelde
2023-08-16
1
-14
/
+22
|
\
\
|
*
|
Fix validation error when resizing window
Matias N. Goldberg
2023-08-15
1
-14
/
+22
|
|
/
*
|
Merge pull request #80424 from DarioSamo/rd-buffer-copy-vulkan
Rémi Verschelde
2023-08-16
2
-0
/
+59
|
\
\
|
*
|
Add buffer_copy method to RenderingDevice interface and an implementation for...
Dario
2023-08-12
2
-0
/
+59
|
|
/
*
/
Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...
sakrel
2023-08-12
1
-0
/
+4
|
/
[prev]
[next]