summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan
AgeCommit message (Expand)Author
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2023-01-27VideoBackends: update Vulkan's 'CopyRectangleFromTexture' to copy one layer, ...iwubcode
2022-12-29VideoCommon: De-globalize GeometryShaderManager class.Admiral H. Curtiss
2022-12-29Merge pull request #11388 from AdmiralCurtiss/globals-vertexshadermanagerMai
2022-12-28Merge pull request #11219 from K0bin/android-vk-alidationJMC47
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-27VideoBackends:Vulkan: Replace debug_report with debug_utilsRobin Kertels
2022-12-22Follow-up on a four-year-old Android NDK workaroundMinty-Meeo
2022-12-19Merge pull request #11286 from K0bin/vk-query-fixJMC47
2022-12-04Merge pull request #11262 from K0bin/present-syncAdmiral H. Curtiss
2022-11-29VideoBackends: Rename query_type to query_groupRobin Kertels
2022-11-29VideoBackends:Vulkan: Fix incorrect barriers in StagingBufferRobin Kertels
2022-11-29VideoBackends:Vulkan: Fix queriesRobin Kertels
2022-11-23Fix build errors related to formatting non-scoped enumsPokechu22
2022-11-07VideoBackends:Vulkan: Synchronize presentationRobin Kertels
2022-10-31VideoBackends:Vulkan: Fix 0 size descriptor poolsRobin Kertels
2022-10-25Merge pull request #10977 from tellowkrinkle/FixBackendMultithreadingJMC47
2022-10-24Merge pull request #11028 from tellowkrinkle/MetalFixesJMC47
2022-10-23Merge pull request #10890 from tellowkrinkle/VertexLineExpandJMC47
2022-10-23VideoBackends:Vulkan: Clean up unused memory allocation codeRobin Kertels
2022-10-23VideoBackends:Vulkan: Use VMA for stream bufferRobin Kertels
2022-10-23VideoBackends:Vulkan: Use VMA for bounding boxRobin Kertels
2022-10-23VideoBackends:Vulkan: Use VMA for staging buffersRobin Kertels
2022-10-22VideoBackends:Vulkan: Add support for vertex shader point and line expansionTellowKrinkle
2022-10-23VideoBackends:Vulkan: Set up VMARobin Kertels
2022-10-17VideoBackends:Vulkan: Improve backend multithreadingTellowKrinkle
2022-10-17Merge pull request #11122 from K0bin/descriptor-overhaulAdmiral H. Curtiss
2022-10-16VideoBackends:Vulkan: Allocate descriptor pools as neededRobin Kertels
2022-10-12Remove varargs support from LOG_VULKAN_ERRORPokechu22
2022-10-08VideoBackends:Vulkan: Fix command buffer cleanupRobin Kertels
2022-10-08VideoBackends:Multiple: More GPUs with broken subgroup opsTellowKrinkle
2022-10-04Vulkan/CommandBufferManager: Show error code in PanicAlerts.Admiral H. Curtiss
2022-09-30Merge pull request #11090 from K0bin/submit-reworkJMC47
2022-10-01VideoBackends:Vulkan: Raise number of command buffersRobin Kertels
2022-10-01VideoBackends:Vulkan: Associate descriptor pool with frame rather than comman...Robin Kertels
2022-10-01VideoBackends:Vulkan: Decouple available command buffers from frames in flightRobin Kertels
2022-10-01VideoBackends:Vulkan: Only synchronize with submission thread when necessaryRobin Kertels
2022-10-01VideoBackends:Vulkan: Fix validation error around surface_capabilities2Robin Kertels
2022-09-30VideoBackends:Vulkan: Workaround slow vkCmdCopyImageToBuffer on QCom driverRobin Kertels
2022-09-19VideoBackends:Vulkan: Make dynamic vertex loader optionalTellowKrinkle
2022-09-19VideoBackends:Vulkan: Dynamic vertex loader supportTellowKrinkle
2022-09-19VideoCommon: Add separate pipeline usage for UberShadersTellowKrinkle
2022-09-19VideoCommon: Add dynamic vertex loader to ubershadersTellowKrinkle
2022-08-23Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`Pokechu22
2022-08-17Vulkan: Remove unused swap chain functionsPokechu22
2022-07-21VideoBackends:Multiple: Grammar fixesTellowKrinkle
2022-07-21VideoBackends:Metal: MSAA supportTellowKrinkle
2022-07-21VideoBackends: Add Metal rendererTellowKrinkle
2022-07-13VideoCommon: Better driver bug handlingTellowKrinkle