summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2021-02-13Software: Fix line-width effectsPokechu22
2021-02-12Software: Always divide the texture coordinates by q.Pokechu22
2021-02-11Merge pull request #9424 from Pokechu22/sw-no-special-caseLéo Lam
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename D3DCommon/Common to D3DCommon/D3DCommonShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/D3D12Shawn Hoffman
2021-01-27normalize common filenames in VideoBackends/D3DShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/VulkanShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/NullShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/OGLShawn Hoffman
2021-01-03Software: Remove normalization special casePokechu22
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