summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.cpp
AgeCommit message (Expand)Author
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-06OGL: Use VideoCommon blend state for framebuffer configuration.degasus
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-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-12OGL: Fix black screen when MSAA is enabledStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
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-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-29OGL: Fall back to the old dual-source blending behaviour.Jules Blok
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
2016-10-08VideoCommon: Add custom stride for framedumping.degasus
2016-10-08Framedumps: Add finish() function to limit memory lifetime.degasus
2016-10-08VideoCommon: Drop RepeatFrameDumpFrame helper.degasus
2016-10-07OGL: Use VideoCommon framedump helpers.degasus
2016-10-07OGL/Render: Drop write-only variable.degasus
2016-10-04Fix frame dumps on file close in certain situationsChris Burgener
2016-10-03VideoCommon: Minor changesShawn Hoffman
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-10-01VideoCommon: Call Renderer::SurfaceChanged on render parent resizeStenzek
2016-10-01VideoCommon: Extend DriverDetails to support both OpenGL and VulkanStenzek
2016-08-31OGL: Remove unnecessary renderer global referencesLioncash
2016-08-23OGL: Handle cases where reversed depth is already used.Jules Blok
2016-08-19Fix a really stupid GLSL version parsing bugChris Burgener
2016-08-18OGL: Workaround gl_ClipDistance bug on Mesa i965.Jules Blok
2016-08-16Improve documentation.Jules Blok
2016-08-15Cosmetics.Jules Blok
2016-08-15DriverDetails: Add bug for broken gl_ClipDistance on i965.Jules Blok
2016-08-15VideoCommon: Add a user-defined far clipping plane.Jules Blok