index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
5
-5
/
+5
|
\
|
*
License change
purpasmart96
2014-12-21
5
-5
/
+5
*
|
Clean up some warnings
Chin
2014-12-20
1
-2
/
+2
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
2
-12
/
+24
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-5
/
+5
*
Merge pull request #236 from rohit-n/sign-compare
bunnei
2014-12-03
1
-1
/
+1
|
\
|
*
Silence a few -Wsign-compare warnings.
Rohit Nirmal
2014-12-01
1
-1
/
+1
*
|
Fixed viewport error caused by rounding
vaguilar
2014-11-30
1
-2
/
+2
|
/
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
OpenGL Renderer: Cleanup viewport extent calculation.
Tony Wasserka
2014-11-18
2
-44
/
+29
*
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
1
-3
/
+3
*
Viewport scaling and display density independence
Kevin Hartman
2014-11-18
2
-1
/
+50
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-4
/
+4
*
Only check OpenGL shader log if size is >1.
Yuri Kunde Schlesner
2014-10-21
1
-9
/
+6
*
Rework OpenGL renderer.
Yuri Kunde Schlesner
2014-10-12
3
-233
/
+189
*
OpenGL renderer: Shuffle initialization code around and rename functions.
Yuri Kunde Schlesner
2014-10-12
2
-25
/
+18
*
Remove virtual inheritance from RendererOpenGL
Yuri Kunde Schlesner
2014-10-12
1
-2
/
+2
*
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-14
1
-16
/
+16
|
\
|
*
renderer_opengl.cpp: improved alignment for readability
archshift
2014-09-07
1
-16
/
+16
*
|
Moved common_types::Rect from common to Common namespace
archshift
2014-09-09
2
-3
/
+3
|
/
*
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-09-01
6
-7
/
+2805
*
Downgrade GLSL version to 1.50 (compatible with GL 3.2)
Yuri Kunde Schlesner
2014-08-28
3
-10
/
+15
*
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
2014-08-26
2
-4
/
+11
*
Rewrite of OpenGL renderer, including OS X support
Kevin Hartman
2014-08-26
5
-203
/
+315
*
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
2014-08-12
1
-7
/
+7
*
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-12
1
-2
/
+2
*
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
1
-1
/
+1
*
RegisterSet: Simplify code by using structs for register definition instead of unions.
Tony Wasserka
2014-07-23
1
-9
/
+9
*
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
1
-26
/
+28
*
Renderer: Fix component order in bottom framebuffer.
Tony Wasserka
2014-07-23
2
-5
/
+4
*
Renderer: Respect the active_fb GPU register.
Tony Wasserka
2014-07-23
1
-2
/
+9
*
Renderer: Add a few TODOs.
Tony Wasserka
2014-07-23
1
-3
/
+10
*
Rename LCD to GPU.
Tony Wasserka
2014-06-12
1
-3
/
+3
*
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-20
2
-3
/
+3
*
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-17
1
-7
/
+6
|
\
|
*
Update FlipFramebuffer
Sethpaien
2014-05-08
1
-7
/
+6
*
|
Reverse debugging changes
archshift
2014-05-01
1
-2
/
+0
*
|
TGA dumps work, courtesy of @bunnei
archshift
2014-05-01
1
-0
/
+2
*
|
Xcode complains that the class name is redundant.
archshift
2014-04-28
1
-1
/
+1
*
|
Rect to BasicRect
archshift
2014-04-28
2
-3
/
+3
|
/
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-1
/
+0
*
fixed renderer to use correct framebuffer location
bunnei
2014-04-27
2
-8
/
+7
*
fixed GL context acquire (applies to Qt GUI only)
bunnei
2014-04-22
1
-0
/
+2
*
renamed hw_lcd module to just lcd
bunnei
2014-04-18
1
-1
/
+1
*
fixed framebuffer color order
bunnei
2014-04-17
1
-1
/
+1
*
removed hard-coded framebuffer addresses from renderer_opengl.cpp
bunnei
2014-04-17
1
-2
/
+4
*
fixed project includes to use new directory structure
bunnei
2014-04-09
2
-6
/
+7
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
2
-0
/
+370