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
/
GLExtensions
Age
Commit message (
Expand
)
Author
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell
2015-09-05
Properly support MSAA and SSAA as separate features(+GLES)
Ryan Houdek
2015-09-04
Support EXT_blend_func_extended in GLES.
Ryan Houdek
2015-09-01
[GLES] Support texture_buffer for palette texture conversion.
Ryan Houdek
2015-08-26
Support OpenGL ES 3.2.
Ryan Houdek
2015-07-20
Fix an oversight in GLExtensions
Ryan Houdek
2015-06-21
Support partial texture updates via efb copies
mimimi085181
2015-05-28
Pass strings by const reference where possible
Lioncash
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-05-22
OGL: Add glClipControl support.
Jules Blok
2015-03-15
quiet some warnings which appear on vs2015.
Shawn Hoffman
2015-03-08
Merge pull request #2092 from Sonicadvance1/gles_occlusion_queries
Ryan Houdek
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-21
[GLExtensions] Add support for NV_occlusion_query_samples.
Ryan Houdek
2015-01-18
Add support for two new OpenGL ES extensions.
Ryan Houdek
2014-12-20
Work around broken Android garbage.
Ryan Houdek
2014-12-07
Enables stereo rendering with OpenGL ES 3.1 + AEP.
Ryan Houdek
2014-11-21
Adds support for OpenGL ES draw_elements_base_vertex.
Ryan Houdek
2014-11-16
Fixes GLExtensions for GL 2.1 or GLES 2 devices.
Ryan Houdek
2014-10-21
Add missing includes where headers depend on other headers having been includ...
comex
2014-09-29
Add OpenGL 4.0-4.5 core extensions.
comex
2014-08-02
Move GLInterface around to remove VideoBackends dependency on DolphinWX
Pierre Bourdon
2014-07-11
mark all local variables as static
degasus
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-05-19
ogl: add ARB_texture_multisample
degasus
2014-05-19
ogl: drop NV_framebuffer_multisample_coverage
degasus
2014-04-30
Fixes glVertexAttribIPointer on GLES.
Ryan Houdek
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
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-16
Change OpenGL extension initialization in to a big array
Ryan Houdek
2014-02-08
Cleanup GLExtensions on how it fails.
Ryan Houdek
2014-02-08
Improve GLExtensions compile time.
Ryan Houdek
2014-01-23
Fix OpenGL 2.1 devices that support everything we need.
Ryan Houdek
2014-01-23
[GLExt-Cleanup] This cleans up some extra bits unneeded in the extension headers
Ryan Houdek
2014-01-20
Move GLInterface.h into GLInterface directory
Scott Moreau
2014-01-18
Rename our GLInterface class function 'GetProcAddress' in order to not have c...
Ryan Houdek
2014-01-18
Move Win32 specific function grabbing fallback to WGL.cpp. Fixes issue 6964.
Ryan Houdek
2014-01-17
[GLExtensions] Rename internal GetProcAddress function since it clashes with ...
Ryan Houdek
2014-01-17
[GLExtensions] OpenGL 3.0 also added GL_ARB_map_buffer_range to core.
Ryan Houdek
2014-01-17
[GLExtensions] Future proof ourself by putting the default: instance on the t...
Ryan Houdek
2014-01-17
[GLExtensions] Populate the extension list for OpenGL implementations that do...
Ryan Houdek
2014-01-17
[GLExtensions] Fix OS X build.
Ryan Houdek
2014-01-17
[GLExtensions] Remove AGL GetProcAddress. Change dlsym to using RTLD_NEXT. En...
Ryan Houdek
2014-01-17
[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes...
Ryan Houdek
[next]