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
/
Render.cpp
Age
Commit message (
Expand
)
Author
2014-07-02
FPS counter cleanup
Lioncash
2014-06-15
Remove EmuWindow.
Armada
2014-06-06
Fix OpenGL ES version detection.
Ryan Houdek
2014-06-05
OGL: speed up the EFB cache
degasus
2014-05-25
Use strings instead of arbitrary buffers for video statistics
Lioncash
2014-05-19
ogl: use ARB_texture_multisample for msaa
degasus
2014-05-19
ogl: drop csaa support
degasus
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-04-18
Change to ARM's naming convention in DriverDetails.
Ryan Houdek
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-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-03
Add initial support for GLSL ES 3.10.
Ryan Houdek
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-14
OpenGL: Implement color and z pokes.
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-02-26
remove (ATTR|VARY)(IN|OUT) macros
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-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
rename UpdateViewport to SetViewport like all others setters in RenderBase.h
degasus
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-02-01
OGL: remove ubo workaround
degasus
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2014-01-29
[Android] Fix Adreno v53 development drivers rotating framebuffer
Ryan Houdek
2014-01-28
OGL: remove version check for buffer_storage on windows
degasus
2014-01-26
BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...
crudelios
2014-01-23
OpenGL: remove unused OpenGL headers
degasus
2014-01-23
OpenGL: Stream vertices + indices
degasus
2014-01-17
[GLExtensions] fixup for missing changes on rebase
degasus
2014-01-17
[GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes...
Ryan Houdek
2014-01-17
[GLExtensions] Oops. Don't just outright disable these helper functions.
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] Initial code drop for GLExtensions. This drops GLEW entirely f...
Ryan Houdek
2014-01-09
VideoCommon: disable efb access + perf querys on cph thread
degasus
2014-01-07
Fix for previous commit. I was supposed to use GL_VERSION, not GL_RENDERER.
Ryan Houdek
2014-01-07
Probe the GL_RENDERER string on Nvidia to grab the driver version.
Ryan Houdek
2014-01-05
OpenGL: use shader 420pack if available to staticly bind ubo location
degasus
2014-01-01
Merge Fail. We don't disable BaseVertex on broken pinned memory.
Ryan Houdek
2013-12-31
Merge branch 'master' into buffer_storage
Ryan Houdek
[next]