summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2019-11-10D3DCommon: Remove unused GetDebugObjectName and tidy up SetDebugObjectNameSilent
2019-11-10D3DCommon: Migrate few remaining raw pointers to WRL::ComPtrSilent
2019-11-08Merge pull request #8378 from stenzek/quad-buffer-stereoConnor McLaughlin
2019-10-31Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusiveStenzek
2019-10-31Vulkan: Explicitly enable VK_KHR_get_physical_device_properties2Stenzek
2019-10-31Vulkan: Allow runtime querying of enabled extensionsStenzek
2019-10-31Merge pull request #8379 from stenzek/maliConnor McLaughlin
2019-10-04Drop 3D Vision SupportStenzek
2019-10-02Vulkan: Add a DriverDetails bug for "slow cached readback memory"Stenzek
2019-10-02Vulkan: Add strict flag to memory type selectionStenzek
2019-10-02D3D11: Initialize shader cache before rendererStenzek
2019-08-08Merge pull request #8276 from stenzek/adreno-efb-accessConnor McLaughlin
2019-08-02D3D11: Only use integer RTV when logic op is supported+enabledStenzek
2019-07-31Vulkan: Use correct aspect for D24S8 texturesStenzek
2019-07-30Merge pull request #8258 from CookiePLMonster/dx11.1-detection-fixesConnor McLaughlin
2019-07-29D3D11: Add extra logging to StateCache::GetSilent
2019-07-29D3D11: Show a warning message about unsupported features when switching to D3...Silent
2019-07-29D3D11: Query for output merger logic op support and use logic op code only if...Silent
2019-07-29D3D11: Ownership fixes for objects in DXTextureSilent
2019-07-29D3D11: Ownership fixes for objects in D3DStateSilent
2019-07-29D3D11: Correctly poll ALL possible AA levels.Silent
2019-07-28Merge pull request #8266 from lioncash/shadowingConnor McLaughlin
2019-07-28Merge pull request #8265 from lioncash/viewConnor McLaughlin
2019-07-27VideoBackends/Null: Add missing override specifiersLioncash
2019-07-27VideoBackends/Null: Apply final to classes where applicableLioncash
2019-07-27VideoBackends/Null: Remove unnecessary constructors and destructorsLioncash
2019-07-27VideoBackends/Null: Remove unnecessary includesLioncash
2019-07-26D3DCommon/Shader: Use std::optional with CompileShader()Lioncash
2019-07-26D3DCommon/Shader: Create vector via iterators in CreateByteCode()Lioncash
2019-07-26D3D/DXShader: Remove duplicate GetByteCode functionLioncash
2019-07-26OGL/ProgramShaderCache: Convert typedef over to a using aliasLioncash
2019-07-26OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicableLioncash
2019-07-26OGL/ProgramShaderCache: Remove unused headersLioncash
2019-07-26OGL/ProgramShaderCache: Use std::string_view where applicableLioncash
2019-07-26Factorize software renderer backend switching warning to be fetched from a ne...Silent
2019-07-26Fixes for WRL usage - QueryInterface is explicitly mentioned as not to be use...Silent
2019-07-19Merge pull request #8249 from lioncash/rectConnor McLaughlin
2019-07-18Vulkan: Use reversed depth range in viewportStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-20VideoCommon/Statistics: Use std::array for projection valuesLioncash
2019-06-17VideoBackends/Vulkan: Use nested namespace specifiers where applicableLioncash
2019-06-08Merge pull request #8049 from stenzek/cropConnor McLaughlin
2019-06-08Merge pull request #7734 from stenzek/mojave-warningConnor McLaughlin
2019-06-08Vulkan: Display a warning when using MoltenVK on HS and earlierStenzek
2019-06-08D3D12: Remove unnecessary includes in DXContext.hStenzek
2019-06-08D3DCommon: Fallback to base CreateSwapChain on failureStenzek
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-31VideoVulkan/CMakeLists: Specify headers in target sourcesLioncash