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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
OGL
/
main.cpp
Age
Commit message (
Expand
)
Author
2015-05-28
Rewrite FileSearch and improve ScanDirectoryTree.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-08
Merge pull request #2092 from Sonicadvance1/gles_occlusion_queries
Ryan Houdek
2015-02-24
OGL: support palette texture decoding
degasus
2015-02-21
Implement full occlusion queries for the Nexus 9.
Ryan Houdek
2015-02-19
Decode EFB copies used as paletted textures.
magumagu
2015-02-01
VideoBackends: set GLInterface to zero after deleting it
degasus
2015-01-31
OGL: Fix a memory leak that would occur every time a game is launched
Lioncash
2015-01-25
PostProcessing: Add support for user-supplied anaglyph shaders.
Jules Blok
2015-01-21
Merge pull request #1869 from Stevoisiak/GeneralConsistency
Ryan Houdek
2015-01-12
Minor consistency changes
Stevoisiak
2015-01-11
TexCache: rewrite level calculation
degasus
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-20
OGL: Fix OGL3 with stereo enabled
degasus
2014-12-18
OGL: Don't generate a geometry shader if the backend doesn't support it.
Jules Blok
2014-12-14
VideoCommon: Add a separate constants buffer for the geometry shader.
Jules Blok
2014-12-14
D3D: Add 3D vision support.
Jules Blok
2014-11-23
VideoConfig: Limit the Stereo 3D option to the OpenGL backend.
Jules Blok
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-10-26
OGL: Get rid of error macros
Lioncash
2014-09-04
VideoCommon: Remove support for decoding to ARGB textures
Jasper St. Pierre
2014-08-26
Unify three types of non-FIFO requests to the GPU thread around Common::Event...
comex
2014-08-19
Core: Don't pass through a reference to the window handle
Jasper St. Pierre
2014-08-17
Merge pull request #790 from lioncash/ogl-cleanup
Lioncash
2014-08-15
OGL: Get rid of an unnecessary WIN32 ifdef in main.cpp
Lioncash
2014-08-15
OGL: Fix brace and body placements
Lioncash
2014-08-13
Change OpenGL's post processing to use the new VideoCommon PP object.
Ryan Houdek
2014-08-03
Isolate D3D and Software Renderer from wxWidgets code
Lioncash
2014-08-02
Move GLInterface around to remove VideoBackends dependency on DolphinWX
Pierre Bourdon
2014-07-26
Remove the 3D Vision hack.
Jules Blok
2014-07-20
VideoConfig: Add "Borderless Fullscreen" option.
Jules Blok
2014-07-11
mark all local functions as static
degasus
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-15
Remove EmuWindow.
Armada
2014-05-19
ogl: drop csaa support
degasus
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
VideoBackend: remove unused config vars.
magumagu
2014-03-17
More range-based loops and overrides
Tillmann Karras
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-15
fix ogl video config crash
degasus
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2014-01-18
Merge of GL-AutoChoose.
Ryan Houdek
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre