summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2020-01-31Vulkan: Treat VK_SUBOPTIMAL_KHR as VK_SUCCESS on AndroidStenzek
2020-01-31Vulkan: Log when a swap chain resize is occurringStenzek
2020-01-24Add Dolphin version and current video backend to shader compilation logsRyan Meredith
2019-12-29Use pre-increment for iterators instead of post-increment.David Korth
2019-12-29OGL/Render.cpp, InitDriverInfo(): Use std::string_view to eliminate string co...David Korth
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-19Include <memory> for std::unique_ptr in DXContext.hCasey Carter
2019-12-09Vulkan: Call VertexManagerBase initializeStenzek
2019-12-09D3D12: Call VertexManagerBase initializeStenzek
2019-12-07Merge pull request #8513 from lioncash/bounding-boxAnthony
2019-12-05VideoCommon/BoundingBox: Make interface for querying bounding box dataLioncash
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-28Common: Unify logging namespace with CommonLioncash
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