summaryrefslogtreecommitdiff
path: root/drivers/vulkan/rendering_device_vulkan.h
AgeCommit message (Expand)Author
2022-02-12Add a separate pool for small allocations in Vulkan RDPedro J. Estébanez
2022-01-13Fix various typosluz paz
2022-01-04Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde
2022-01-04Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio
2021-11-06Added SSIL post processing effectclayjohn
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-17Fixes to mobile rendererreduz
2021-08-17Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg
2021-08-12Use "volk" instead of statically linked Vulkan loader.bruvzg
2021-08-06Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij
2021-07-26Implement Binary Shader Compilationreduz
2021-07-25Fix various typos with codespellluz paz
2021-07-11Implement Specialization Constantsreduz
2021-07-07Fix material invalidation on reimport.reduz
2021-07-07Fix threaded update for texturesreduz
2021-07-03Fix Render Inforeduz
2021-06-24Implement Framebuffer Subpass supportreduz
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-02-04Rewrote how barriers work for faster renderingreduz
2021-01-26Reorganize RenderingDevice barriersreduz
2021-01-25Add named resources and debug labels in RenderDocclayjohn
2021-01-19Added GPU based cluster builderreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-19Fix error spam on wrong attachmentreduz
2020-12-16Reimplement skeletons and blend shapesreduz
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Revert "Revert "Synchronization validation fix patch set 3 (inclusive of all ...Juan Linietsky
2020-10-19Revert "Synchronization validation fix patch set 3 (inclusive of all previous...Juan Linietsky
2020-10-16Add barrier for buffer gettingJohn Zulauf
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-03Vulkan: Initialize struct members on declarationRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-18Ability to create local RenderingDevice instances.Juan Linietsky
2020-04-12Implement MSAAJuan Linietsky
2020-04-11Moved most of the effect code to compute.Juan Linietsky
2020-04-09Merge pull request #36919 from nekomatata/android-vulkan-renderingRémi Verschelde
2020-04-08Display Server supportPouleyKetchoupp
2020-04-06Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit buildsRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky