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
/
GLExtensions
/
GLExtensions.cpp
Age
Commit message (
Expand
)
Author
2015-05-28
Pass strings by const reference where possible
Lioncash
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-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-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-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
2014-01-17
[GLExtensions] Don't fail out loading funciton pointers in both ES2 and ES3 m...
Ryan Houdek
2014-01-17
fix windows build
Jack Frost
2014-01-17
[GLExtensions] Dynamically pull in the GL 1.3 and 1.4 functions as well.
Ryan Houdek
2014-01-17
[GLExtensions] KHR_debug on OpenGL ES 3 has a KHR suffix on their function po...
Ryan Houdek
2014-01-17
[GLExtensions] Fix a typo in KHR_debug
Ryan Houdek
2014-01-17
[GLExtensions] Add ARB_buffer_storage to negate at least one null pointer ins...
Ryan Houdek
2014-01-17
[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...
Ryan Houdek