summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2018-12-04Renderer: Add a base Initialize() method to match Shutdown()Stenzek
2018-12-04RenderBase: Force a pipeline flush when drawing the XFB to the hostStenzek
2018-11-30Merge pull request #7039 from stenzek/moltenvkConnor McLaughlin
2018-11-13TextureCache: Recompute overlapping XFB copy hashes after copying to RAMStenzek
2018-11-09Merge pull request #7550 from JosJuice/widescreen-hack-suggested-ratioPierre Bourdon
2018-11-08TextureCache: Fix leaking TCacheEntry instancesStenzek
2018-11-07RenderBase: Set m_aspect_wide on startJosJuice
2018-11-07Fix the widescreen hack for Wii games with 4:3 forced in game INIJosJuice
2018-11-07PixelShaderGen: Split bbox into seperate variablesStenzek
2018-11-07Vulkan: Support macOS via MoltenVKStenzek
2018-11-07VideoBackend: Add a virtual PrepareWindow functionStenzek
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
2018-10-28Merge pull request #7501 from Techjar/class-memaccess-cleanupPierre Bourdon
2018-10-27RenderBase: send performance sample at every end of framePierre Bourdon
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20GLInterface: Drop Haiku supportStenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-14VideoCommon: Clean up class-memaccess warningsTechjar
2018-10-14Merge pull request #7496 from stenzek/null-shader-cacheTilka
2018-10-14Merge pull request #7412 from AdmiralCurtiss/xfb-stitch-in-orderTilka
2018-10-14ShaderCache: Don't create or load shader cache with Null backendStenzek
2018-10-12Merge pull request #7437 from stenzek/graphics-options-raceMat M
2018-10-09Merge pull request #7470 from Tilka/fifoplayerTilka
2018-10-09VideoCommon: remove unnecessary floor()Tillmann Karras
2018-10-08FifoPlayer: reduce XF_REGS_SIZE to what we knowTillmann Karras
2018-10-07BPStructs: don't warn about busclock/perf regsTillmann Karras
2018-10-01Merge pull request #7408 from AdmiralCurtiss/twin-snakes-cutscene-flicker-fixPierre Bourdon
2018-09-28Core: Call InitBackendInfo before loading configStenzek
2018-09-28Don't fill backend info when core is runningStenzek
2018-09-28Remove unused Host_ShowVideoConfigStenzek
2018-09-16Merge pull request #7398 from Techjar/emu-speed-skip-vsyncLéo Lam
2018-09-15Do not consider XFB copies for invalidating textures when loading a new texture.Admiral H. Curtiss
2018-09-14Stitch together overlapping XFB regions in order of XFB copy creation.Admiral H. Curtiss
2018-09-13Correctly adjust the rendered XFB region at non-native internal resolutions w...Admiral H. Curtiss
2018-09-05VideoCommon: Skip vsync if configured emulation speed is not 100%Techjar
2018-09-01Revert "ShaderGen: Drop broken fragment shader index workaround for Vulkan"Pierre Bourdon
2018-08-28ShaderGen: Drop broken fragment shader index workaround for VulkanStenzek
2018-08-27Merge pull request #7253 from booto/fifo_regPierre Bourdon
2018-08-24PixelShaderGen: Ensure all components of ocol1 are initializedStenzek
2018-08-21VideoCommon/HiresTextures: Change wildcard to a Windows-compatible characterTechjar
2018-07-19FramebufferManager: Use D24S8 on Adreno when using VulkanStenzek
2018-07-19FramebufferManager: Dynamic selection of EFB depth formatStenzek
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-07-19Merge pull request #7276 from stenzek/disable-shared-context-nouveauMarkus Wick
2018-07-17DriverDetails: Disable shared context shader compilation on nouveauStenzek
2018-07-14AVIDump: use dump_path rather than deprecated AVFormatContext::filenameMichael M
2018-07-14AVIDump: av_register_all is deprecated/unneeded since 58.9.100Michael M
2018-07-12CP: some bits in some of the HI registers cannot be setbooto