summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2024-08-31Merge pull request #13031 from parona-source/libfmt-11Admiral H. Curtiss
2024-08-28vulkan: Add line number to vulkan error loggerAli Homafar
2024-08-22Add support for libfmt-11Alfred Wingate
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-07-06Properly link against xxhashTellowKrinkle
2024-06-22Migrate Vulkan-Headers to submodule and update to v1.3.288Luis Condes Diaz
2024-05-21Merge pull request #12537 from TellowKrinkle/MTLSubgroupAdmiral H. Curtiss
2024-04-22port to OpenBSDGuilherme Janczak
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-20Memmap: Replace GetPointer with GetSpanForAddressJosJuice
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2024-03-10Add HDR to MetalSam Belliveau
2024-01-28VideoCommon: Post to analytics when bug is overriddenTellowKrinkle
2024-01-28VideoCommon: Add ability for backends to override bugsTellowKrinkle
2024-01-28VideoBackends:Multiple: Split up BUG_BROKEN_SUBGROUP_OPSTellowKrinkle
2024-01-27VideoBackends:MTL: Use SPIRV 1.5TellowKrinkle
2024-01-05VKGfx: Don't panic for VK_SUBOPTIMAL_KHRMartino Fontana
2024-01-03Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android d...iwubcode
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-17Merge pull request #12372 from iwubcode/texture_usage_flagMai
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-14MTLStateTracker: Increase fragment buffer array size to 3OatmealDome
2023-12-12Software/SWGfx: Default destructor in cpp fileLioncash
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-12-09Fix out of bound write in EfbCopy::ClearEfbtimetravelthree
2023-11-29VideoBackends:Metal: Support multiple compute texturesTellowKrinkle
2023-11-29VideoBackends:Metal: Align utility uniform sizesTellowKrinkle
2023-11-27OGLConfig: Only use Warn Log if OGL extensions are missingDentomologist
2023-11-26Vulkan: use EnumMap for blend factor luts (NFC)Tillmann Karras
2023-11-24Metal: enable concurrent compilation only if availablePierre de La Morinerie
2023-11-11Rename bpmem.copyMipMapStrideChannels to bpmem.copyDestStridePokechu22
2023-10-25VideoBackends:OGL: Handle when SSBOs are only supported in some shader stagesTellowKrinkle
2023-10-06Metal: update binding mapping for SPRV due to change for custom shader unifor...iwubcode
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-09-03Merge pull request #12004 from TellowKrinkle/MetalMultiTargetOatmealDome
2023-08-13VideoBackends: update SRVDescriptorTable size in DX12 to use pixel sampler co...iwubcode
2023-08-10Merge pull request #12061 from iwubcode/cubemap_backends_onlyJMC47
2023-08-04D3D12: Only use framebuffer integer descriptor if allocatedDentomologist
2023-07-21VideoBackends: add support for cube maps for OGL, Vulkan, and D3Diwubcode
2023-07-11Merge pull request #12042 from JosJuice/logic-op-no-win7OatmealDome
2023-07-11D3D: Remove Windows 7 mention in logic ops warningJosJuice
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-28VideoBackends:Metal: Multi render target supportTellowKrinkle
2023-06-23Merge pull request #11850 from Filoppi/post_process_fixesAdmiral H. Curtiss
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi