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
*
Optionally scale 3D render content
Bastiaan Olij
2021-08-26
2
-0
/
+9
*
Remove redundant assignments.
Anilforextra
2021-08-21
1
-2
/
+2
*
Fixes to mobile renderer
reduz
2021-08-17
2
-5
/
+36
*
Fix init code so it works properly on Vulkan 1.1 devices
Bastiaan Olij
2021-08-17
1
-28
/
+26
*
Upgrade Vulkan memory allocator
Pedro J. Estébanez
2021-08-13
3
-4
/
+6
*
Android: Use volk instead of NDK Vulkan headers
Rémi Verschelde
2021-08-12
1
-14
/
+3
*
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-12
5
-103
/
+56
*
Fixes and optimizations to mobile renderer
reduz
2021-08-10
1
-20
/
+85
*
Use subpasses to do 3D rendering and resolve in mobile renderer
Bastiaan Olij
2021-08-06
2
-9
/
+30
*
Merge pull request #51103 from Calinou/vulkan-detect-intel-title-case
Rémi Verschelde
2021-07-31
1
-1
/
+2
|
\
|
*
Use title case instead of uppercase for Vulkan Intel GPU detection
Hugo Locurcio
2021-07-31
1
-1
/
+2
*
|
Merge pull request #51108 from Calinou/vulkan-print-verbose
Rémi Verschelde
2021-07-31
1
-14
/
+10
|
\
\
|
*
|
Move Vulkan debugging prints to verbose
Hugo Locurcio
2021-07-31
1
-14
/
+10
|
|
/
*
/
Print the Vulkan device name in release builds too
Hugo Locurcio
2021-07-31
1
-2
/
+2
|
/
*
Merge pull request #50847 from reduz/implement-binary-shader-compilation
Rémi Verschelde
2021-07-26
2
-109
/
+408
|
\
|
*
Implement Binary Shader Compilation
reduz
2021-07-26
2
-109
/
+408
*
|
Fix various typos
luz paz
2021-07-25
1
-2
/
+2
|
/
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-2
/
+2
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-2
/
+2
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+5
*
Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...
bruvzg
2021-07-22
1
-1
/
+1
*
Fixes to forward mobile
reduz
2021-07-15
1
-1
/
+1
*
Use specialization constants in clustered renderer
reduz
2021-07-12
1
-10
/
+8
*
Implement Specialization Constants
reduz
2021-07-11
2
-6
/
+164
*
Merge pull request #48622 from Geometror/reimplement-disableable-vsync
Hugo Locurcio
2021-07-10
2
-11
/
+51
|
\
|
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
2
-11
/
+51
*
|
Fix material invalidation on reimport.
reduz
2021-07-07
2
-0
/
+14
*
|
Fix threaded update for textures
reduz
2021-07-07
2
-5
/
+10
|
/
*
Fix Render Info
reduz
2021-07-03
2
-6
/
+19
*
Enum constant in boolean context
K. S. Ernest (iFire) Lee
2021-06-30
1
-1
/
+1
*
Fix Context Validation Layer Errors
reduz
2021-06-28
3
-16
/
+58
*
Implement Framebuffer Subpass support
reduz
2021-06-24
2
-231
/
+659
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
4
-14
/
+103
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Merge pull request #49506 from akien-mga/vulkan_prefer_discrete_gpu
Rémi Verschelde
2021-06-11
1
-1
/
+18
|
\
|
*
Prefer discrete GPU over integrated one
Blazej Floch
2021-06-11
1
-1
/
+18
*
|
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
|
Remove debugging prints in the Linux DisplayServer
Hugo Locurcio
2021-05-08
1
-7
/
+7
*
|
Cleanup vulkan capabilities check and add multiview check
Bastiaan Olij
2021-05-06
3
-17
/
+89
*
|
Tweak warning messages related to leaked RIDs
Hugo Locurcio
2021-05-03
1
-2
/
+10
*
|
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-5
/
+5
*
|
Validation layers on Android
Szymon Majewski
2021-04-12
2
-67
/
+57
*
|
Merge pull request #47640 from BastiaanOlij/fix_vulkan_format
Rémi Verschelde
2021-04-05
1
-2
/
+25
|
\
\
|
*
|
Chose format from supported ones that we support
Bastiaan Olij
2021-04-05
1
-2
/
+25
*
|
|
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-1
/
+1
|
/
/
*
|
Removed debug code
Szymon Majewski
2021-04-01
1
-1
/
+1
*
|
Merge pull request #47283 from Panquesito7/fix_lgtm_alerts
Rémi Verschelde
2021-03-31
1
-3
/
+3
|
\
\
[next]