summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_wrapper.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11402 from FernandoS27/depth-bias-controlliamwhite2023-09-281-0/+13
|\
| * Vulkan: Implement Depth Bias ControlFernando Sahmkow2023-09-161-0/+13
* | Macro HLE: Add DrawIndirectByteCountFernando Sahmkow2023-09-231-0/+8
* | Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2023-09-231-0/+19
|/
* VideoCore: Implement DispatchIndirectFernando Sahmkow2023-08-271-0/+5
* vulkan: centralize configAlexandre Bouvier2023-08-021-8/+0
* vma: enable options everywhereAlexandre Bouvier2023-07-311-9/+2
* vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.Steveice102023-07-011-0/+2
* renderer_vulkan: Add suport for debug report callbackGPUCode2023-06-281-0/+9
* renderer_vulkan: Use VMA for buffersGPUCode2023-06-181-13/+78
* renderer_vulkan: Use VMA for imagesGPUCode2023-06-181-13/+57
* general: fix spelling mistakesLiam2023-03-121-7/+7
* vulkan_common: fix indirect draw with countLiam2023-01-101-6/+6
* video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn2023-01-051-2/+22
* MacroHLE: Final cleanup and fixes.Fernando Sahmkow2023-01-011-1/+2
* Vulkan: Implement Dynamic State 3Fernando Sahmkow2023-01-011-0/+25
* Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow2023-01-011-0/+10
* Vulkan: Implement Dynamic States 2Fernando Sahmkow2023-01-011-0/+15
* MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow2023-01-011-6/+18
* MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow2023-01-011-0/+15
* video_core: Integrate SMAALiam2022-12-081-0/+6
* vulkan_common: clean up extension usageLiam2022-12-041-4/+7
* vulkan_common: promote host query reset usage to coreLiam2022-12-041-3/+3
* vulkan_common: promote descriptor update template usage to coreLiam2022-12-041-10/+10
* vulkan_common: promote timeline semaphore usage to coreLiam2022-12-041-6/+6
* vulkan_blitter: Fix pool allocation double free.Byte2022-10-061-20/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow2022-03-251-1/+3
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp2021-07-281-0/+8
* vk_graphics_pipeline: Implement line widthReinUsesLisp2021-07-231-0/+5
* vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp2021-07-231-12/+19
* vulkan: Add VK_EXT_vertex_input_dynamic_state supportReinUsesLisp2021-07-231-0/+8
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-2/+3
* vulkan_wrapper: Add memory barrier pipeline barrier helperReinUsesLisp2021-02-131-0/+6
* vulkan_wrapper: Add interop functionsReinUsesLisp2021-02-131-1/+11
* vulkan_wrapper: Pull Windows symbolsReinUsesLisp2021-02-131-0/+11
* gpu: Report renderer errors with exceptionsReinUsesLisp2021-02-131-0/+3
* vulkan_common: Silence missing initializer warningsReinUsesLisp2021-01-151-142/+142
* renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp2020-12-311-1/+1
* renderer_vulkan: Throw when enumerating devices failsReinUsesLisp2020-12-311-1/+2
* renderer_vulkan: Initialize surface in separate fileReinUsesLisp2020-12-311-0/+5
* renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp2020-12-311-6/+9
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-0/+1213