summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL
AgeCommit message (Expand)Author
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/OGLShawn Hoffman
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-24Fix bounding box incorrectly disabled on OpenGL ES 3.1, 3.2blåhaj
2020-11-09OpenGL: Migrate logging over to fmtLioncash
2020-09-06Make default graphics backend not show up as emptyJosJuice
2020-08-27ogl: init ProgramShaderCache::s_ubo_align to 1.Shawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
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