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
release-prep-2609
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
2014-04-14
Merge pull request #263 from Sonicadvance1/DetermineMaliVersion
Matthew Parlane
2014-04-12
OpenGL backend: remove useless header Globals.h.
magumagu
2014-04-12
OpenGL config: clear backend_info.Adapters on init
magumagu
2014-04-11
Support checking for the Mali-T7xx line of GPUs.
Ryan Houdek
2014-04-11
Add the ability to determine the Mali driver version.
Ryan Houdek
2014-04-11
VideoBackend: remove unused config vars.
magumagu
2014-04-03
Add initial support for GLSL ES 3.10.
Ryan Houdek
2014-03-30
Merge pull request #222 from comex/more-clang-fixes
Pierre Bourdon
2014-03-30
Fix harmless warnings.
comex
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-25
BPMemory: Make use of BitField in a number of structures.
Tony Wasserka
2014-03-25
BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...
Tony Wasserka
2014-03-20
Merge pull request #167 from neobrain/ogl-efbpokes
Ryan Houdek
2014-03-18
OGL/VertexManager: Do not check if g_nativeVertexFmt is zero
Jens Nyberg
2014-03-18
OGL/VertexManager: Minor cleanup of if case
Jens Nyberg
2014-03-17
More range-based loops and overrides
Tillmann Karras
2014-03-15
Merge pull request #164 from lioncash/cstr-cull
Pierre Bourdon
2014-03-14
OpenGL: Implement color and z pokes.
Tony Wasserka
2014-03-14
PixelShaderGen: Use integer math for alpha testing.
Tony Wasserka
2014-03-14
OGL: Force highp for integers.
Tony Wasserka
2014-03-14
OGL: Remove some dead code.
Tony Wasserka
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-26
comment fixes
degasus
2014-02-26
remove (ATTR|VARY)(IN|OUT) macros
degasus
2014-02-26
ogl: optimize real xfb a bit
degasus
2014-02-20
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-17
Merge pull request #55 from Sonicadvance1/GLExt-InitArray
Pierre Bourdon
2014-02-16
Change OpenGL extension initialization in to a big array
Ryan Houdek
2014-02-16
Merge pull request #37 from degasus/VideoCommonApiFixes
Tony Wasserka
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-15
merge some common parts of Swap() into VideoCommon
degasus
2014-02-15
use EFBRectangle for scissor rect
degasus
2014-02-15
move perfquery enable checks into videocommon (caller side)
degasus
2014-02-15
rename UpdateViewport to SetViewport like all others setters in RenderBase.h
degasus
2014-02-15
fix ogl video config crash
degasus
2014-02-15
move shared parts from VertexManager::vFlush into VideoCommon
degasus
2014-02-15
Kill off some usages of the ArraySize macro.
Lioncash
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-08
Cleanup GLExtensions on how it fails.
Ryan Houdek
2014-02-08
Improve GLExtensions compile time.
Ryan Houdek
2014-02-01
OGL: remove ubo workaround
degasus
2014-01-31
Merge pull request #11 from degasus/VertexLoaderCleanup
Tony Wasserka
[next]