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
/
vulkan_context.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix init code so it works properly on Vulkan 1.1 devices
Bastiaan Olij
2021-08-17
1
-28
/
+26
*
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-12
1
-0
/
+9
*
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
|
/
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-10
/
+46
*
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
1
-12
/
+51
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
1
-2
/
+45
*
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
*
|
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
1
-17
/
+77
*
|
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
|
Validation layers on Android
Szymon Majewski
2021-04-12
1
-59
/
+52
*
|
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 #47250 from BastiaanOlij/check_vulkan_version
Rémi Verschelde
2021-03-31
1
-1
/
+231
|
\
\
|
*
|
Obtain supported Vulkan API
Bastiaan Olij
2021-03-26
1
-1
/
+231
*
|
|
WIP: Add support for VK_EXT_debug_report in Vulkan
Szymon Majewski
2021-03-30
1
-0
/
+72
|
/
/
*
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-3
/
+3
*
|
Fix memory leak in VulkanContext
Rafał Mikrut
2021-03-07
1
-1
/
+1
|
/
*
Rewrote how barriers work for faster rendering
reduz
2021-02-04
1
-8
/
+54
*
Always init `DEBUG_UTILS_MESSENGER_CREATE_INFO` structure if `DEBUG_UTILS` fu...
bruvzg
2021-02-02
1
-3
/
+5
*
Merge pull request #45476 from qarmin/add_temp_variable
Rémi Verschelde
2021-01-26
1
-1
/
+2
|
\
|
*
Add temporary variable to not use freed memory
Rafał Mikrut
2021-01-26
1
-1
/
+2
*
|
Reorganize RenderingDevice barriers
reduz
2021-01-26
1
-0
/
+19
|
/
*
Add named resources and debug labels in RenderDoc
clayjohn
2021-01-25
1
-4
/
+54
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Turn off robust buffer access by default.
reduz
2020-12-18
1
-0
/
+2
*
Better error handling of vkEnumerateInstanceExtensionProperties
Hanif Bin Ariffin
2020-11-28
1
-4
/
+3
*
allow vulkan validation layers in release builds if explicity asked for
Jordan Schidlowsky
2020-11-18
1
-1
/
+1
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Fixes crash if Vulkan presentation surface is not available.
bruvzg
2020-11-14
1
-1
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Vulkan: Make validation layers optional
Rémi Verschelde
2020-10-27
1
-19
/
+9
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...
bruvzg
2020-07-13
1
-9
/
+18
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-19
/
+0
*
New lightmapper
Juan Linietsky
2020-05-10
1
-0
/
+9
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-6
/
+7
*
[Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated `VK_LAYER_LU...
bruvzg
2020-04-26
1
-23
/
+30
*
Ability to create local RenderingDevice instances.
Juan Linietsky
2020-04-18
1
-0
/
+81
*
Fixes leaks in ResourceCache, Vulkan and X11
qarmin
2020-04-15
1
-0
/
+9
[next]