Hugo Locurcio
|
064ca9adae
Remove debugging prints in the Linux DisplayServer
|
4 年之前 |
Bastiaan Olij
|
90ef5d73c4
Cleanup vulkan capabilities check and add multiview check
|
4 年之前 |
Rémi Verschelde
|
5b16020846
Replace remaining uses of `NULL` with `nullptr`
|
4 年之前 |
Szymon Majewski
|
0a29322991
Validation layers on Android
|
4 年之前 |
Rémi Verschelde
|
9e8acb3897
Merge pull request #47640 from BastiaanOlij/fix_vulkan_format
|
4 年之前 |
Bastiaan Olij
|
ceebe4b565
Chose format from supported ones that we support
|
4 年之前 |
Rémi Verschelde
|
9bbe51dc27
Style: Apply clang-tidy's `modernize-use-nullptr`
|
4 年之前 |
Szymon Majewski
|
1328208063
Removed debug code
|
4 年之前 |
Rémi Verschelde
|
9cd1e50969
Merge pull request #47250 from BastiaanOlij/check_vulkan_version
|
4 年之前 |
Szymon Majewski
|
c3de4aeb75
WIP: Add support for VK_EXT_debug_report in Vulkan
|
4 年之前 |
Bastiaan Olij
|
a6c989bc1b
Obtain supported Vulkan API
|
4 年之前 |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 年之前 |
Rafał Mikrut
|
f9d0ea9f6b
Fix memory leak in VulkanContext
|
4 年之前 |
reduz
|
f20999f6fe
Rewrote how barriers work for faster rendering
|
4 年之前 |
bruvzg
|
7be7e87ff3
Always init `DEBUG_UTILS_MESSENGER_CREATE_INFO` structure if `DEBUG_UTILS` functions are used. Add temporary variables to fix potential use-after-free.
|
4 年之前 |
Rémi Verschelde
|
96bcaadbf2
Merge pull request #45476 from qarmin/add_temp_variable
|
4 年之前 |
reduz
|
280f334f81
Reorganize RenderingDevice barriers
|
4 年之前 |
Rafał Mikrut
|
b80c502c2c
Add temporary variable to not use freed memory
|
4 年之前 |
clayjohn
|
7323cbab4b
Add named resources and debug labels in RenderDoc
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
reduz
|
985892bfec
Turn off robust buffer access by default.
|
4 年之前 |
Hanif Bin Ariffin
|
cc2097c79c
Better error handling of vkEnumerateInstanceExtensionProperties
|
5 年之前 |
Jordan Schidlowsky
|
e9527d0353
allow vulkan validation layers in release builds if explicity asked for
|
4 年之前 |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
5 年之前 |
bruvzg
|
f09a37a8d5
Fixes crash if Vulkan presentation surface is not available.
|
4 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年之前 |
Rémi Verschelde
|
54e6338c9b
Vulkan: Make validation layers optional
|
4 年之前 |
Andy Maloney
|
4dda62f591
Fix spelling & grammar in comments, docs, and messages
|
5 年之前 |
bruvzg
|
996910b627
Add error messages if Vulkan init failed, prevent Vulkan context freeing uninitialized device and instance.
|
5 年之前 |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 年之前 |