summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan
AgeCommit message (Expand)Author
2023-12-21VideoCommon: revert max pixel shader samplers back to 8 for Android devices.iwubcode
2023-12-17Merge pull request #12370 from iwubcode/more_samplersMai
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-10VideoBackends / VideoCommon: update max pixel shader samplers from 8 to 16, t...iwubcode
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
2023-11-26Vulkan: use EnumMap for blend factor luts (NFC)Tillmann Karras
2023-10-06VideoCommon: avoid Vulkan validation errors when custom shader ubo isn't set upiwubcode
2023-10-06VideoBackends / VideoCommon: add new uniform buffer object for custom shader ...iwubcode
2023-07-21VideoBackends: add support for cube maps for OGL, Vulkan, and D3Diwubcode
2023-07-01Merge pull request #11923 from iwubcode/multi-texture-compute-supportAdmiral H. Curtiss
2023-06-29VKGfx: Add parentheses around ambiguous if statements.Admiral H. Curtiss
2023-06-28VideoBackends: support multiple compute images for some backends (D3D, OGL, V...iwubcode
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-06-18Video: fix Vulkan RGBA10_2 format to the actual most common one (used as swap...Filoppi
2023-06-17EnumUtils: Add Common::ToUnderlyingget
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-06-09Merge pull request #11699 from Pokechu22/gl-check-maximum-samplesAdmiral H. Curtiss
2023-06-09Merge pull request #11859 from iwubcode/backend-multi-outputAdmiral H. Curtiss
2023-06-08VideoCommon: Pass WindowSystemInfo to InitBackendInfoPokechu22
2023-06-08Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)Filoppi
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-04-19Common/LinearDiskCache: Move interface into Common namespaceLioncash
2023-04-04Merge pull request #11417 from K0bin/vk-submit-thread-cleanupPierre Bourdon
2023-03-24Vulkan: Enable subgroupShuffle.degasus
2023-03-20VideoBackends:Vulkan: Use WorkQueueThreadRobin Kertels
2023-03-20VideoBackends:Vulkan: Clean up submission thread BlockingLoop usageRobin Kertels
2023-03-14Divide by MSAA for PerfQuery in all backends.Admiral H. Curtiss
2023-02-17Merge pull request #11577 from JosJuice/android-armeabi-v7aMarkus Wick
2023-02-17Android: Fix armeabi-v7a buildJosJuice
2023-02-16VideoBackends:Vulkan: Fix printing validation errorsRobin Kertels
2023-02-13Merge pull request #11550 from iwubcode/set_common_samplers_countScott Mansell
2023-02-10Merge pull request #11523 from degasus/OGL_KHR_subgroupJMC47
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2023-02-09VideoCommon: store the configuration used to create the AbstractPipeline on t...iwubcode
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-02-01Merge pull request #11501 from iwubcode/abstract_texture_load_specify_layerScott Mansell
2023-01-31Cleanup headersScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Add virtual Initialize() to PerfQueryBaseScott Mansell
2023-01-31Fix misnamed local variableScott Mansell
2023-01-31Implement AbstractGfx for VulkanScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2023-01-31TextureCache: Refactor with smart pointersScott Mansell
2023-01-30Merge pull request #11507 from phire/Wnullablitly-completenessAdmiral H. Curtiss
2023-01-30Ignore nullability-completeness warnings in VMAScott Mansell