summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-12-16Fix -Wclass-memaccess warningsLéo Lam
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-24Fix bounding box incorrectly disabled on OpenGL ES 3.1, 3.2blåhaj
2020-11-20Software: Use same logic for colors as hardware backendsStenzek
2020-11-20Vulkan: fix validation error in bSupportsGeometryShaders=false caseJonathan Marek
2020-11-09Vulkan: Migrate logging over to fmtLioncash
2020-11-09Software: Migrate logging over to fmtLioncash
2020-11-09OpenGL: Migrate logging over to fmtLioncash
2020-11-09D3DCommon: Migrate logging over to fmtLioncash
2020-11-09D3D: Migrate logging over to fmtLioncash
2020-11-09D3D12: Migrate logging over to fmtLioncash
2020-11-05Common/LinearDiskCache: Replace std::fstream with File::IOFileJosJuice
2020-11-03Merge pull request #9138 from martymac/VK_NULL_HANDLE-fixJordan Woyak
2020-11-03Resolve VkDeviceMemory/nullptr type mismatch to fix build on FreeBSD i386Ganael Laplanche
2020-10-29Merge pull request #9141 from Techjar/but-for-how-longJMC47
2020-10-23CMake: Add option to enable/disable Vulkan video backendmazes-80
2020-10-08DriverDetails: Remove bug for broken GPU Texture DecodingTechjar
2020-10-01Vulkan: Use VK_LAYER_KHRONOS_validation for validationStenzek
2020-09-07VideoBackends: Disable GPU Texture Decoding under MoltenVKTechjar
2020-09-06Make default graphics backend not show up as emptyJosJuice
2020-08-27msvc: enable /Zc:preprocessor and make build compile cleanlyShawn Hoffman
2020-08-27ogl: init ProgramShaderCache::s_ubo_align to 1.Shawn Hoffman
2020-08-23use constexpr for some compile-time expressionsShawn Hoffman
2020-08-22name some threadsShawn Hoffman
2020-08-22Merge pull request #9035 from shuffle2/vs-prettyLC
2020-08-22windows: fix build if pch were to be disabledShawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22msbuild: enable D3DCommon to use pchShawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-18Use range loop (if possible)Filip Gawin
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-08Reword "Please avoid forcing Dolphin to use MSAA by the driver" messageJosJuice
2020-05-30Externals: Fix build failures with the newer glslang.orbea
2020-05-25VideoCommon/ShaderGenCommon: Make template functions regular functionsLioncash
2020-05-24FramebufferManager: Copy to color format for depth readbacks on GLESStenzek
2020-04-29Fix windows build system.degasus
2020-04-28Merge pull request #8689 from howard0su/cleanup_signLéo Lam
2020-04-27Merge pull request #8696 from howard0su/cleanup_shadowLéo Lam
2020-04-07Vulkan: Switch from vkCreateMacOSSurfaceMVK() to vkCreateMetalSurfaceEXT()Stenzek
2020-03-25Remove warnings of -Wsign-compareJun Su
2020-03-24Cleanup warnings of -Wmissing-declarationsJun Su
2020-03-11Vulkan: Pass CAMetalLayer to MoltenVK instead of NSViewStenzek
2020-03-11VideoBackends: Make it possible for PrepareWindow to change the surfaceStenzek
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