summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2019-01-25Remove old RasterFont classesStenzek
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2019-01-25RenderBase: Implement imgui renderingStenzek
2019-01-25OGL: Invalidate tracked state when calling ResetAPIState()Stenzek
2019-01-19OGL: Fix broken stereoscopy geometry shader for EFB copiesStenzek
2019-01-09Android/OGL: fix bounding box for OpenGL-ESzackhow
2019-01-08Always flush on swapweihuoya
2018-12-04Use main buffers for utility drawsStenzek
2018-12-04Renderer: Add backbuffer format to base classStenzek
2018-12-04Renderer: Add a base Initialize() method to match Shutdown()Stenzek
2018-11-07OGL: Fix crash when opening graphics window on another backendStenzek
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Remove global context pointerStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20GLContext: Use host connectionStenzek
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-12Merge pull request #7437 from stenzek/graphics-options-raceMat M
2018-10-09OGL: Disable scissor test when calling glBlitFramebuffer()Stenzek
2018-09-28Core: Call InitBackendInfo before loading configStenzek
2018-08-30GL/TextureCache: Clean up inline shader codespycrab
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-06-30Mark all video backend names for translationTechjar
2018-06-05Merge pull request #6954 from degasus/coherentAnthony
2018-05-26VideoConfig: Add a field for indicating logic op support in the backendStenzek
2018-05-24OGL/Streambuffer: Use coherent mapping by default.degasus
2018-05-22OGL: Fix EFB access in MSAA-modeStenzek
2018-05-22EFB2RAM: Apply copy filter as a float coefficient after samplingStenzek
2018-05-20Remove SOIL altogether from the project.Emmanuel Gil Peyrot
2018-05-17Merge pull request #6743 from stenzek/faster-disabled-copy-filterMarkus Wick
2018-05-12Merge pull request #6825 from leoetlino/onion-typesLéo Lam
2018-05-12Fix syntax error in GLSL_GSScore_Under
2018-05-12Remove stray quote signScore_Under
2018-05-12Config: Fix template deduction for implicit conversionsLéo Lam
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-05-08OGL: Fix broken format changes in i965 driverStenzek
2018-05-07Merge pull request #6646 from spycrab/fbm_stringsMarkus Wick
2018-05-05OGL: Fix incorrect clamping in EFB copiesStenzek
2018-05-03TextureConversionShader: Don't sample from adjacent rows when not neededStenzek
2018-05-01OGL/FramebufferManager: Clean up inline GLSL codespycrab
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-17Fix some warningsTillmann Karras
2018-04-12Reformat all the things!spycrab
2018-04-04Merge pull request #6578 from JosJuice/remove-projection-hacksMarkus Wick
2018-04-02OGL/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-01Remove support for projection hacksJosJuice