summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
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
2018-07-06VideoCommon/TextureCacheBase: Resolve a -Wmissing-braces warning in GetRAMCop...Lioncash
2018-07-03Make arbitrary mipmap detection toggle invalidate the texture cacheTechjar
2018-07-02Remove unused sRGB conversion functionsJonathan Hamilton
2018-07-02Do all arbitrary mipmap detection in integer spaceJonathan Hamilton
2018-06-25VideoCommon: Fix auto IR being very overzealousTechjar
2018-06-21Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaksMarkus Wick
2018-06-21Merge pull request #6539 from degasus/asyncMarkus Wick
2018-06-15ConfigManager: Convert GPUDeterminismMode into an enum classLioncash
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-06-06Add OSD message for Volume Hotkeysmaster0fdisaster
2018-06-06VideoCommon: Flush the GPU pipeline on async requests.Markus Wick