index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
/
renderer_opengl.h
Age
Commit message (
Expand
)
Author
2019-11-28
renderer_opengl: Use explicit binding for presentation shaders
ReinUsesLisp
2019-11-28
renderer_opengl: Move commentaries to header file
ReinUsesLisp
2019-09-10
renderer_opengl: Fix sRGB blits
ReinUsesLisp
2019-08-21
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-05-20
gl_shader_cache: Use shared contexts to build shaders in parallel
ReinUsesLisp
2019-03-04
video_core/renderer_opengl: Replace direct usage of global system object acce...
Lioncash
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-06
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-01-23
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2018-12-26
renderer_opengl: Correct forward declaration of FramebufferLayout
Lioncash
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-20
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-07-17
vi: Partially implement buffer crop parameters.
bunnei
2018-07-14
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
bunnei
2018-06-27
gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.
bunnei
2018-04-13
renderer_opengl: Use OGLProgram instead of OGLShader.
bunnei
2018-04-04
renderer_opengl.h: Update from citra to yuzu
N00byKing
2018-03-26
renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen.
bunnei
2018-03-23
renderer_opengl: Add framebuffer_transform_flags member variable.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-02-11
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-01-16
clang-format
MerryMage
2018-01-15
renderer_gl: Clear screen to black before rendering framebuffer.
bunnei
2018-01-14
renderer: Render previous frame when no new one is available.
bunnei
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-10
renderer_opengl: Support rendering Switch framebuffer.
bunnei
2018-01-10
renderer_opengl: Update DrawScreens for Switch.
bunnei
2017-05-27
OpenGL: Remove unused RendererOpenGL fields
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-03-08
Improve error report from Init() functions
LittleWhite
2015-09-29
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-11
video_core: Remove unnecessary includes from headers
Lioncash
2015-09-10
renderer_opengl: Remove unimplemented function declaration
Lioncash
2015-08-30
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-05-22
OpenGL renderer
tfarley
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-02-15
video_core: Implement the remaining framebuffer formats in the OpenGL renderer.
Emmanuel Gil Peyrot
2014-12-20
License change
purpasmart96
2014-11-18
OpenGL Renderer: Cleanup viewport extent calculation.
Tony Wasserka
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
[next]