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.cpp
Age
Commit message (
Expand
)
Author
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-28
Implement sRGB Support, including workarounds for nvidia driver issues and QT...
Rodolfo Bogado
2018-09-08
Port Citra #4047 & #4052: add change background color support
tech4me
2018-09-08
gl_state: Keep track of texture target.
bunnei
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-21
Merge pull request #1123 from lioncash/screen
bunnei
2018-08-21
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
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-17
renderer_opengl: Treat OpenGL errors as critical.
bunnei
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-08
renderer_opengl: Use trace log in a few places.
bunnei
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
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-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-27
gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.
bunnei
2018-06-06
GLState: Support changing the GL_TEXTURE_SWIZZLE parameter of each texture unit.
Subv
2018-04-27
renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents
Lioncash
2018-04-25
video-core: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-24
renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8.
bunnei
2018-04-24
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-04-24
renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()
Lioncash
2018-04-20
opengl: Remove unnecessary header inclusions
Lioncash
2018-04-14
renderer_opengl: Fix Morton copy byteswap, etc.
bunnei
2018-04-13
renderer_opengl: Use OGLProgram instead of OGLShader.
bunnei
2018-03-26
renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen.
bunnei
2018-03-26
renderer_opengl: Logging, etc. cleanup.
bunnei
2018-03-26
renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack.
bunnei
2018-03-26
renderer_opengl: Only draw the screen if a framebuffer is specified.
bunnei
2018-03-23
renderer_opengl: Only invalidate the framebuffer region, not flush.
bunnei
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-22
renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.
bunnei
2018-03-22
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-20
gl_shader_util: Sync latest version with Citra.
bunnei
2018-02-11
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-01-27
memory: Replace all memory hooking with Special regions
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-13
Fix build on macOS and linux
MerryMage
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-11
renderer_opengl: Fix LOG_TRACE in LoadFBToScreenInfo.
bunnei
2018-01-10
renderer_opengl: Support rendering Switch framebuffer.
bunnei
[next]