summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL
AgeCommit message (Expand)Author
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-09GLContext: Fix shared context creation error on MesaStenzek
2018-12-14Common/GLContext: Make member functions const qualified where applicableLioncash
2018-10-20GLContext: Try GL versions 3.2-4.6 when getting a contextStenzek
2018-10-20CMake: Make X11 and EGL optionalStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Combine shared context initialization and creationStenzek
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-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20GLInterface: Drop Haiku supportStenzek
2018-04-13Fix change in comment meaning by autoformat.Scott Mansell
2018-04-12Reformat all the things!spycrab
2018-03-26GLInterface: Use EXT_swap_control or MESA_swap_control over SGIStenzek
2018-03-10OGL: Move primitive restart enable logic to GLUtilStenzek
2018-03-10GLUtil: Encapsulate functions in a namespaceStenzek
2018-02-22GLUtil: Drop now-unused attributeless VAO helpersStenzek
2017-12-29Require WINDOW_BIT if we have a window handle.Vlad Firoiu
2017-12-29Surfaceless egl rendering.Vlad Firoiu
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-08-05Merge pull request #5856 from stenzek/optimus-crashAnthony
2017-08-03Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseVertex-in...Markus Wick
2017-08-02GLInterface: Support surfaceless contexts on GLXStenzek
2017-08-01GLExtensions: Add GL_ARB_texture_compression_bptcStenzek
2017-07-31Merge pull request #5826 from JonnyH/WIP/add-option-to-prefer-GLES-when-using...Leo Lam
2017-07-30EGLInterface: Create shared context with same attributes as main contextStenzek
2017-07-30GLInterface: Support shared contexts on AGLStenzek
2017-07-30GLInterface: Support shared contexts in GLXRyan Houdek
2017-07-26Add "PreferGLES" option to EGL GLInterfaceJonathan Hamilton
2017-07-25Fix an incorrect OES suffix on glMultiDrawElementsBaseVertexJonathan Hamilton
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-06-05Merge pull request #5276 from ligfx/macosheadlessshuffle2
2017-06-05Fix minor formatting issuesLéo Lam
2017-04-29GLExtensions: Add GL_EXT_texture_compression_s3tcStenzek
2017-04-15AGL: small style fixesMichael Maltese
2017-04-15AGL: refactor some functionsMichael Maltese
2017-04-15Add headless support on macOSMichael Maltese
2017-04-01GLExtensions: Seperate GL_ARB_compute_shader from GL 4.3Stenzek
2017-04-01GLExtensions: Seperate GL_ARB_shader_image_load_store from GL 4.2Stenzek
2017-04-01GLExtensions: Seperate GL_ARB_texture_storage from GL 4.2Stenzek
2017-03-28Merge pull request #4951 from waddlesplash/haiku-2Matthew Parlane
2017-03-27Initial support for Haiku.Augustin Cavalier
2017-03-25EGL: Fix missing-braces warningMichael Maltese
2017-03-10GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0Michael Maltese
2017-02-24OGL: Add support for glDepthRangedNV to handle oversized depth ranges.Jules Blok
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2016-11-29GLInterface: Implement core and shared context creation for WGLStenzek