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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-12
GPU debugger: Const correctness and build fix.
Tony Wasserka
1
-3
/
+3
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
1
-0
/
+3
2014-06-12
Pica: Use some template magic to define register structures efficiently.
Tony Wasserka
1
-25
/
+102
2014-06-12
Further refine GPU command list debugging.
Tony Wasserka
2
-0
/
+17
2014-06-12
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2
-8
/
+17
2014-06-12
citra-qt: Add command list view.
Tony Wasserka
1
-2
/
+2
2014-06-12
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
1
-1
/
+53
2014-06-12
video core: added PICA definitions file.
Tony Wasserka
3
-0
/
+37
2014-06-12
Rename LCD to GPU.
Tony Wasserka
1
-3
/
+3
2014-06-12
Add initial graphics debugger interface.
Tony Wasserka
3
-3
/
+102
2014-05-20
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2
-3
/
+3
2014-05-20
Improved clarity and whitespace
archshift
2
-3
/
+4
2014-05-20
CMakeLists: rename HEADS, improved comments
archshift
1
-2
/
+2
2014-05-19
Indent fixes
archshift
1
-31
/
+31
2014-05-08
Update FlipFramebuffer
Sethpaien
1
-7
/
+6
2014-05-01
Fixed indents
archshift
2
-37
/
+35
2014-05-01
Reverse debugging changes
archshift
1
-2
/
+0
2014-05-01
Unintended change reversal
archshift
1
-36
/
+36
2014-05-01
TGA dumps work, courtesy of @bunnei
archshift
2
-36
/
+38
2014-05-01
OpenGL 3+ on OSX with GLFW
archshift
1
-0
/
+2
2014-04-29
IT'S ALIVE!
archshift
1
-1
/
+6
2014-04-28
Xcode complains that the class name is redundant.
archshift
1
-1
/
+1
2014-04-28
Rect to BasicRect
archshift
2
-3
/
+3
2014-04-28
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2
-4
/
+1
2014-04-27
fixed renderer to use correct framebuffer location
bunnei
2
-8
/
+7
2014-04-22
fixed GL context acquire (applies to Qt GUI only)
bunnei
1
-0
/
+2
2014-04-18
renamed hw_lcd module to just lcd
bunnei
1
-1
/
+1
2014-04-17
fixed framebuffer color order
bunnei
1
-1
/
+1
2014-04-17
removed hard-coded framebuffer addresses from renderer_opengl.cpp
bunnei
1
-2
/
+4
2014-04-11
cleaned up some logging messages
bunnei
1
-1
/
+2
2014-04-10
fixed a bunch of errors in CMakeLists
bunnei
1
-3
/
+3
2014-04-10
updated CMakeLists
bunnei
1
-16
/
+2
2014-04-09
fixed project includes to use new directory structure
bunnei
9
-38
/
+39
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
7
-0
/
+0
2014-04-09
fixed license header in video_core
bunnei
7
-182
/
+23
2014-04-09
- removed lots of unused code from gekko
bunnei
3
-367
/
+110
2014-04-07
added support for renderering the external framebuffers
bunnei
2
-20
/
+147
2014-04-07
added external framebuffer GL handles
bunnei
1
-2
/
+11
2014-04-06
added initial renderer code
bunnei
7
-19
/
+534
2014-04-05
added video_core project to solution
bunnei
8
-0
/
+567