summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
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
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