summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Render.cpp
AgeCommit message (Expand)Author
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
2016-08-15OGL: Disable clip distance on when not in a game-like state.Jules Blok
2016-08-15OGL: Check for GL_DEPTH_CLAMP support.Jules Blok
2016-08-15VertexShaderGen: Use reversed depth range.Jules Blok
2016-08-15VideoBackends: Enable depth clamping.Jules Blok
2016-08-15VertexShaderGen: Clip z using user-defined clipping planes.Jules Blok
2016-08-15VideoCommon: Implement depth range equation in vertex shader.Jules Blok
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-20analytics: Report OpenGL's adapter name too.Scott Mansell
2016-05-30[OGL] Workaround nvidia being weird with GL_MAX_TEXTURE_SIZEAnthony Serna
2016-05-11OGL: Drop QC ES3.1 workaround.degasus
2016-05-08D3D12: Implement XFB encoding/decoding (support Real XFB)Stenzek
2016-03-26OpenGL: Cache query to max texture size.Scott Mansell
2016-01-28Merge pull request #3426 from Sonicadvance1/ES_fix_framedumpRyan Houdek
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-20Blacklist Sandy Bridge on mesa from using geometry shaders.Ryan Houdek
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-10[Android] Add support for rotation and minimizing the applicationRyan Houdek