summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2018-02-20Renderer: Handle resize events on-demand instead of pollingStenzek
2018-02-20BPFunctions: Move upscaling of scissor rect to VideoCommonStenzek
2018-02-20BPFunctions: Move GX viewport conversion to VideoCommonStenzek
2018-02-15PixelShaderGen: Implement table-based fog range as in software rendererStenzek
2018-02-11TextureCache: Add an option to disable EFB copies to VRAMStenzek
2018-02-11VideoConfig: Remove bForceCopyToRam fieldStenzek
2018-02-07Merge pull request #6334 from stenzek/startupAnthony
2018-02-01BPMemory: Handle fog configuration where both A and C are infinity/NaNStenzek
2018-01-29Merge pull request #6303 from TraceBullet/auto-adjust-window-sizeStenzek
2018-01-27VideoBackend: Remove PeekMessages methodStenzek
2018-01-27VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methodsStenzek
2018-01-26Fix Auto-Adjust Window Size option making the window too largeTraceBullet
2018-01-26Renderer: Fix crash on shutdown when frame dumping or taking screenshotsStenzek
2018-01-26AbstractTexture: Fix crash in Vulkan backend when freeing textureStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2018-01-20CustomTexture: Drop old texture format.degasus
2018-01-20CustomTextures: Drop format convertion.degasus
2018-01-17AVIDump: Remove incorrect usage of s_ prefixJosJuice
2018-01-17Merge pull request #6307 from rukai/fix-frame-dump-pathMarkus Wick
2018-01-18Handle framedump path not existingLucas Kent
2018-01-17VideoCommon: Apply custom texture scale for arbitrary mipmaps.Markus Wick
2018-01-15Merge pull request #6297 from JosJuice/custom-texture-arb-filenameMarkus Wick
2018-01-11Merge pull request #6300 from JonnyH/WIP/glsl-es-implicit-int-float-conversio...Markus Wick
2018-01-11Some more implicit uint/float conversions in the texture decode shadersJonathan Hamilton
2018-01-11GLSL-ES doesn't allow implicit int/uint conversionsJonathan Hamilton
2018-01-10Clean up variable naming in HiresTextures::UpdateJosJuice
2018-01-10Treat custom textures with "_arb" suffix as having arbitrary mipmapsJosJuice
2018-01-08Merge pull request #6290 from JosJuice/invalid-aspect-ratioMarkus Wick
2018-01-08Specify underlying types for enums that get casted from integersJosJuice
2018-01-06Treat invalid aspect ratio setting values as AutoJosJuice
2018-01-06VideoCommon: Apply the yscale as upscaling of the XFB.Markus Wick
2018-01-05Enable shader_framebuffer_fetch blend path on ubershadersJonathan Hamilton
2018-01-05Workaround qualcomm driver bugJonathan Hamilton
2018-01-05Implement dual-source blending in shaderJonathan Hamilton
2018-01-03Allow users to specify the encoder used for framedumping.Vlad Firoiu
2017-12-30MAX_XFB_HEIGHT: PAL value off by two fixedSepalani
2017-12-21BPStructs: Use static cast for XFB/EFB copiesiwubcode
2017-12-21Texture Cache Base: Move PAL vertical scaling to be baked into the texture si...iwubcode
2017-12-19Only use the "Scaled EFB Copy" setting for EFB, not XFBJosJuice
2017-12-19Reimplement EFB copy for intensity formatsEmmanuel Gil Peyrot
2017-12-19Merge pull request #6190 from JosJuice/is-trivially-copyable-vsMarkus Wick
2017-12-19Merge pull request #6254 from iwubcode/frame_counter_and_advance_fixMarkus Wick
2017-12-18Rename GFX_HACK_COPY_EFB_ENABLED to GFX_HACK_COPY_EFB_SCALEDJosJuice
2017-12-15Video Common: move frame advance and counter logic to only happen when we act...iwubcode
2017-12-12Fix GLES GPU texture conversion shaderJonathan Hamilton
2017-12-11Merge pull request #6249 from stenzek/texture-dumpMarkus Wick
2017-12-10Fix an invalid (uint < int) comparison in GLES with ubershadersJonathan Hamilton
2017-12-10TextureCache: Don't dump custom texturesStenzek
2017-12-07Merge pull request #6240 from JosJuice/stream-path-encodingLeo Lam
2017-12-06VideoCommon: Drop now unused efb2tex matrix generation.degasus