summaryrefslogtreecommitdiff
path: root/drivers/vulkan
AgeCommit message (Expand)Author
2021-09-17Merge pull request #52464 from raulsntos/fix_buffer_info_uninitializedRémi Verschelde
2021-09-17Fix buffer_info may be used uninitializedRaul Santos
2021-09-14Print the Vulkan API version and device used on the same lineHugo Locurcio
2021-09-12Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS
2021-09-09Expose Vulkan internal values for access from extensionsBastiaan Olij
2021-08-26Optionally scale 3D render contentBastiaan Olij
2021-08-21Remove redundant assignments.Anilforextra
2021-08-17Fixes to mobile rendererreduz
2021-08-17Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg
2021-08-17Fix init code so it works properly on Vulkan 1.1 devicesBastiaan Olij
2021-08-13Upgrade Vulkan memory allocatorPedro J. Estébanez
2021-08-12Android: Use volk instead of NDK Vulkan headersRémi Verschelde
2021-08-12Use "volk" instead of statically linked Vulkan loader.bruvzg
2021-08-10Fixes and optimizations to mobile rendererreduz
2021-08-06Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij
2021-07-31Merge pull request #51103 from Calinou/vulkan-detect-intel-title-caseRémi Verschelde
2021-07-31Merge pull request #51108 from Calinou/vulkan-print-verboseRémi Verschelde
2021-07-31Use title case instead of uppercase for Vulkan Intel GPU detectionHugo Locurcio
2021-07-31Move Vulkan debugging prints to verboseHugo Locurcio
2021-07-31Print the Vulkan device name in release builds tooHugo Locurcio
2021-07-26Merge pull request #50847 from reduz/implement-binary-shader-compilationRémi Verschelde
2021-07-26Implement Binary Shader Compilationreduz
2021-07-25Fix various typosluz paz
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg
2021-07-15Fixes to forward mobilereduz
2021-07-12Use specialization constants in clustered rendererreduz
2021-07-11Implement Specialization Constantsreduz
2021-07-10Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio
2021-07-07Fix material invalidation on reimport.reduz
2021-07-07Fix threaded update for texturesreduz
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-07-03Fix Render Inforeduz
2021-06-30Enum constant in boolean contextK. S. Ernest (iFire) Lee
2021-06-28Fix Context Validation Layer Errorsreduz
2021-06-24Implement Framebuffer Subpass supportreduz
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-11Merge pull request #49506 from akien-mga/vulkan_prefer_discrete_gpuRémi Verschelde
2021-06-11Prefer discrete GPU over integrated oneBlazej Floch
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-08Remove debugging prints in the Linux DisplayServerHugo Locurcio
2021-05-06Cleanup vulkan capabilities check and add multiview checkBastiaan Olij
2021-05-03Tweak warning messages related to leaked RIDsHugo Locurcio
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde