summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2017-02-18VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptrLioncash
2017-02-03FramebufferManagerBase: Return a std::pair from GetTargetSizeLioncash
2017-02-01ShaderGenCommon: Remove unnecessary includesLioncash
2017-02-01LightingShaderGen: Remove unnecessary includesLioncash
2017-01-23RenderBase: Forward declare EFBAccessTypeLioncash
2017-01-23VideoBackendBase: Convert EFBAccessType into an enum classLioncash
2017-01-13Merge pull request #4496 from Mystro256/masterMatthew Parlane
2017-01-06OGL: Use VideoCommon blend state for framebuffer configuration.degasus
2017-01-05specify custom brace style to fix unionsBhaaL
2017-01-04VideoCommon: Make dst_alpha state implicit.degasus
2017-01-04OGL/Vulkan: Drop dual pass alpha.degasus
2017-01-02Merge pull request #4574 from stenzek/vulkan-alpha-clearMarkus Wick
2016-12-27VideoBackends: Clamp the range to the maximum depth value supported in the z ...Jules Blok
2016-12-27VideoCommon: Don't process the depth range in the vertex shader if it's not o...Jules Blok
2016-12-27Vulkan/GL: Set the alpha channel to 0 when creating the EFB framebufferStenzek
2016-12-26TextureCache: Drop unused parameter in backend API.degasus
2016-12-26TextureCache: Extract BP enum check to VideoCommon.degasus
2016-12-24Change RasterFont static const namesMystro256
2016-12-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-19Merge pull request #4517 from stenzek/mp3-blotchesStenzek
2016-12-19Merge pull request #4505 from hthh/macos-likes-pbosMarkus Wick
2016-12-15TextureCache: Use same color coefficients for EFB2Tex as EFB2RAMStenzek
2016-12-12OpenGL: Always use a PBO in EncodeToRamUsingShaderhthh
2016-12-12OGL: Fix black screen when MSAA is enabledStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-12-06Common: Add alignment headerLéo Lam
2016-12-03OGL: Fix assertion when minimizing windowStenzek
2016-11-28OGL: Support full-resolution frame dumpingStenzek
2016-11-28OGL: Move frame rendering procedures to seperate methodsStenzek
2016-11-28VideoCommon: Remove backbuffer size parameters from methodsStenzek
2016-11-28VideoConfig: Add option for full-resolution frame dumpingStenzek
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-11-10OGL: Fix frame dump on emulation close.degasus
2016-11-10OGL: Only flush the frame dumping thread on dumping.degasus
2016-11-07OGL: Avoid reallocation of frame dumping PBO.degasus
2016-11-07OGL: Use PBO for framedump, with async readback.degasus
2016-11-04AVIDump: Add a struct for the state.degasus
2016-10-31DriverDetails: Make the bug identifiers humanly readable.Jules Blok
2016-10-31Merge pull request #4401 from JosJuice/rename-getuniqueidMarkus Wick
2016-10-29OGL: Fall back to the old dual-source blending behaviour.Jules Blok
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-27DriverDetails: Disable dual-source blending on AMD OGL drivers.Jules Blok
2016-10-21Merge pull request #4194 from Armada651/efb-source-formatJules Blok
2016-10-10VideoBackends: Always enable dual-source blending if supported.Jules Blok
2016-10-10AVIDump: Move CoreTiming into caller.degasus
2016-10-10Merge pull request #4326 from degasus/framedumpMarkus Wick
2016-10-08Merge pull request #4322 from Helios747/I_hate_featuresMarkus Wick
2016-10-08Renderer: Merge screenshot logic into VideoCommon.degasus
2016-10-08Remove Frameskipanthony
2016-10-08AVIDump: Hard code rgba.degasus