summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan/rendering_device_vulkan.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up Hash Functionsreduz2022-06-201-7/+7
* Add a new HashSet templatereduz2022-05-201-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-11/+11
* Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio2022-05-031-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* vk_mem_alloc: Update to upstream + Replace use of deprecated itemsPedro J. Estébanez2022-03-291-1/+1
* Fix device limit exceeding for uniform buffernotSanil2022-03-161-1/+1
* vk_mem_alloc: Update to upstream + Adapt approach to small objects poolingPedro J. Estébanez2022-02-241-1/+2
* Implementing OpenXR driverBastiaan Olij2022-02-231-0/+1
* Add a separate pool for small allocations in Vulkan RDPedro J. Estébanez2022-02-121-0/+1
* Fix various typosluz paz2022-01-131-1/+1
* Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde2022-01-041-0/+1
|\
| * Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio2021-12-101-0/+1
* | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-041-1/+1
|\ \
| * | Added SSIL post processing effectclayjohn2021-11-061-1/+1
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS2021-09-121-1/+1
|\
| * Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg2021-08-171-1/+1
* | Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-091-0/+2
* | Optionally scale 3D render contentBastiaan Olij2021-08-261-0/+1
* | Fixes to mobile rendererreduz2021-08-171-1/+2
|/
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-0/+4
* Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij2021-08-061-0/+1
* Implement Binary Shader Compilationreduz2021-07-261-1/+5
* Fix various typos with codespellluz paz2021-07-251-2/+2
* Implement Specialization Constantsreduz2021-07-111-2/+8
* Fix material invalidation on reimport.reduz2021-07-071-0/+3
* Fix threaded update for texturesreduz2021-07-071-0/+1
* Fix Render Inforeduz2021-07-031-1/+4
* Implement Framebuffer Subpass supportreduz2021-06-241-9/+100
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-4/+16
* Rewrote how barriers work for faster renderingreduz2021-02-041-1/+16
* Reorganize RenderingDevice barriersreduz2021-01-261-10/+11
* Add named resources and debug labels in RenderDocclayjohn2021-01-251-0/+6
* Added GPU based cluster builderreduz2021-01-191-7/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix error spam on wrong attachmentreduz2020-12-191-6/+7
* Reimplement skeletons and blend shapesreduz2020-12-161-1/+1
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-115/+111
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Revert "Revert "Synchronization validation fix patch set 3 (inclusive of all ...Juan Linietsky2020-10-191-0/+1
* Revert "Synchronization validation fix patch set 3 (inclusive of all previous...Juan Linietsky2020-10-191-1/+0
* Add barrier for buffer gettingJohn Zulauf2020-10-161-0/+1
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-4/+4
* Addition of SDFGI for open world global illuminationJuan Linietsky2020-06-261-7/+25
* Vulkan: Initialize struct members on declarationRémi Verschelde2020-06-031-116/+51
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* New lightmapperJuan Linietsky2020-05-101-0/+2
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-9/+9
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-2/+2