summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2020-07-08Reword "Please avoid forcing Dolphin to use MSAA by the driver" messageJosJuice
2020-05-25VideoCommon/ShaderGenCommon: Make template functions regular functionsLioncash
2020-05-24FramebufferManager: Copy to color format for depth readbacks on GLESStenzek
2020-01-24Add Dolphin version and current video backend to shader compilation logsRyan Meredith
2019-12-29OGL/Render.cpp, InitDriverInfo(): Use std::string_view to eliminate string co...David Korth
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-07-26OGL/ProgramShaderCache: Convert typedef over to a using aliasLioncash
2019-07-26OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicableLioncash
2019-07-26OGL/ProgramShaderCache: Remove unused headersLioncash
2019-07-26OGL/ProgramShaderCache: Use std::string_view where applicableLioncash
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-08Merge pull request #8049 from stenzek/cropConnor McLaughlin
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-31VideoOGL/CMakeLists: Specify headers in target sourcesLioncash
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-04-30Remove redundant initializationFilip Gawin
2019-04-28Renderer: Adjust target rectangle in the base classStenzek
2019-04-28Renderer: Adjust source rectangle when crop would draw off screenStenzek
2019-04-21OGL: Set shared context state up to match main contextStenzek
2019-04-21OGL: Only set GL_PROGRAM_POINT_SIZE on desktop GLStenzek
2019-04-21OGL: Fix binding error on shutdownStenzek
2019-04-21OGL: Store shader source in OGLShaderStenzek
2019-04-21OGL: Remove unused ProgramShaderCache::CompileShader()Stenzek
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek
2019-04-16OGL: Support returning pipeline cache dataStenzek
2019-04-16AbstractPipeline: Support returning "cache data"Stenzek
2019-03-31Merge pull request #7939 from Techjar/no-more-disabled-gfx-featuresConnor McLaughlin
2019-03-29Qt/HacksWidget: Fix backend feature support checksTechjar
2019-03-29Merge pull request #7869 from stenzek/d3dcommonConnor McLaughlin
2019-03-29OGL: Support subgroup reduction operations via GL_NV_shader_thread_shuffleStenzek
2019-03-29VertexManagerBase: Increase vertex/uniform buffer sizesStenzek
2019-03-29VideoBackends: Verify validity before doing full renderer initStenzek
2019-03-25VideoBackends: Scale bounding box rectangle in the pixel shaderStenzek
2019-03-09FramebufferManager: Implement deferred EFB cache invalidationStenzek
2019-03-09VideoConfig: Add SupportsPartialDepthCopies to backend infoStenzek
2019-02-28VideoBackends: Fix GPU decoding of XFB buffersStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-13Merge pull request #7798 from ShFil119/impr/emptyTilka
2019-02-13Use empty instead of sizeFilip Gawin
2019-02-03Merge pull request #7716 from stenzek/stereoTilka
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
2019-01-25Decouple XFB scanout from presentationStenzek
2019-01-25VideoBackends: Store a backbuffer 'scale'Stenzek