summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
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
2019-05-31VideoSoftware/CMakeLists: Specify headers in target sourcesLioncash
2019-05-31VideoOGL/CMakeLists: Specify headers in target sourcesLioncash
2019-05-31VideoNull/CMakeLists: Specify headers in target sourcesLioncash
2019-05-30VideoVulkan/ShaderCompiler: Use non-member std::size instead of ArraySize()Lioncash
2019-05-30VideoVulkan/ShaderCompiler: Use a std::optional instead of bool+out variableLioncash
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-05-26Also free when initialization fails, and move to endPokechu22
2019-05-26DX11: Fix access violation on closing dolphinPokechu22
2019-05-14Merge pull request #8087 from spycrab/cmake_win2019spycrab
2019-05-12VideoBackends/D3D: Fix CMakeLists.txtspycrab
2019-05-09bbox minor fxweihuoya
2019-05-08VideoBackends/D3DCommon: Fix linking against selfspycrab
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-04-30Remove redundant initializationFilip Gawin
2019-04-28Merge pull request #8048 from stenzek/vulkan-negative-scissor-rectConnor McLaughlin
2019-04-28Renderer: Adjust target rectangle in the base classStenzek
2019-04-28Renderer: Adjust source rectangle when crop would draw off screenStenzek
2019-04-28Merge pull request #8051 from JosJuice/efb-constexprConnor McLaughlin
2019-04-28Turn EFB_WIDTH/EFB_HEIGHT into constexprJosJuice
2019-04-28Vulkan: Don't set a negative offset in scissor rectStenzek
2019-04-28D3D: Set optional features after creating the deviceStenzek
2019-04-21OGL: Set shared context state up to match main contextStenzek
2019-04-21OGL: Only set GL_PROGRAM_POINT_SIZE on desktop GLStenzek
2019-04-21OGL: Fix binding error on shutdownStenzek
2019-04-21OGL: Store shader source in OGLShaderStenzek
2019-04-21OGL: Remove unused ProgramShaderCache::CompileShader()Stenzek
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek