index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
OGL
Age
Commit message (
Expand
)
Author
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-01-27
msbuild: bundle all dolphin "core" code into single library
Shawn Hoffman
2021-01-27
normalize common filenames in VideoBackends/OGL
Shawn Hoffman
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-11-24
Fix bounding box incorrectly disabled on OpenGL ES 3.1, 3.2
blåhaj
2020-11-09
OpenGL: Migrate logging over to fmt
Lioncash
2020-09-06
Make default graphics backend not show up as empty
JosJuice
2020-08-27
ogl: init ProgramShaderCache::s_ubo_align to 1.
Shawn Hoffman
2020-08-22
msbuild: re-enable standalone vcxproj processing
Shawn Hoffman
2020-08-22
msbuild: refactor stuff out of project files (for dolphin)
Shawn Hoffman
2020-08-22
prettify some constructs in vcxproj files
Shawn Hoffman
2020-07-08
Reword "Please avoid forcing Dolphin to use MSAA by the driver" message
JosJuice
2020-05-25
VideoCommon/ShaderGenCommon: Make template functions regular functions
Lioncash
2020-05-24
FramebufferManager: Copy to color format for depth readbacks on GLES
Stenzek
2020-01-24
Add Dolphin version and current video backend to shader compilation logs
Ryan Meredith
2019-12-29
OGL/Render.cpp, InitDriverInfo(): Use std::string_view to eliminate string co...
David Korth
2019-12-28
Add an ARM64 target to Visual Studio projects
Stenzek
2019-12-05
VideoCommon/IndexGenerator: Eliminate static state
Lioncash
2019-11-30
Update VS projects/solutions to VS2019
Stenzek
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2019-07-26
OGL/ProgramShaderCache: Convert typedef over to a using alias
Lioncash
2019-07-26
OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicable
Lioncash
2019-07-26
OGL/ProgramShaderCache: Remove unused headers
Lioncash
2019-07-26
OGL/ProgramShaderCache: Use std::string_view where applicable
Lioncash
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-06-08
Merge pull request #8049 from stenzek/crop
Connor McLaughlin
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-05-31
VideoOGL/CMakeLists: Specify headers in target sources
Lioncash
2019-05-30
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Merge pull request #7839 from ShFil119/impr/redundant
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
2019-04-28
Renderer: Adjust target rectangle in the base class
Stenzek
2019-04-28
Renderer: Adjust source rectangle when crop would draw off screen
Stenzek
2019-04-21
OGL: Set shared context state up to match main context
Stenzek
2019-04-21
OGL: Only set GL_PROGRAM_POINT_SIZE on desktop GL
Stenzek
2019-04-21
OGL: Fix binding error on shutdown
Stenzek
2019-04-21
OGL: Store shader source in OGLShader
Stenzek
2019-04-21
OGL: Remove unused ProgramShaderCache::CompileShader()
Stenzek
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
2019-04-16
OGL: Support returning pipeline cache data
Stenzek
2019-04-16
AbstractPipeline: Support returning "cache data"
Stenzek
2019-03-31
Merge pull request #7939 from Techjar/no-more-disabled-gfx-features
Connor McLaughlin
2019-03-29
Qt/HacksWidget: Fix backend feature support checks
Techjar
2019-03-29
Merge pull request #7869 from stenzek/d3dcommon
Connor McLaughlin
2019-03-29
OGL: Support subgroup reduction operations via GL_NV_shader_thread_shuffle
Stenzek
2019-03-29
VertexManagerBase: Increase vertex/uniform buffer sizes
Stenzek
2019-03-29
VideoBackends: Verify validity before doing full renderer init
Stenzek
[next]