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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly.
Tony Wasserka
2014-08-25
3
-98
/
+133
*
Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.
Tony Wasserka
2014-08-25
2
-14
/
+92
*
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2014-08-25
4
-63
/
+78
*
Pica/CommandProcessor: Implement parameter masking.
Tony Wasserka
2014-08-25
2
-6
/
+25
*
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-25
4
-1
/
+227
*
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-25
6
-4
/
+123
*
Fix the threading for GL Context in Qt5.
Sacha
2014-08-24
1
-1
/
+0
*
Merge pull request #42 from archshift/glexp
bunnei
2014-08-13
1
-3
/
+2
|
\
|
*
Use glewExperimental on Linux in order to fix GLFW-mode
archshift
2014-08-12
1
-3
/
+2
*
|
float24: Remove private default constructor
archshift
2014-08-13
1
-2
/
+0
|
/
*
Pica: Add basic rasterizer.
Tony Wasserka
2014-08-12
7
-2
/
+260
*
Pica: Add triangle clipper.
Tony Wasserka
2014-08-12
7
-8
/
+230
*
Pica: Add primitive assembly stage.
Tony Wasserka
2014-08-12
7
-2
/
+95
*
Pica: Add vertex shader implementation.
Tony Wasserka
2014-08-12
7
-10
/
+722
*
Pica: Implement vertex loading.
Tony Wasserka
2014-08-12
2
-8
/
+102
*
Pica: Add register definition for vertex loading and rendering.
Tony Wasserka
2014-08-12
1
-33
/
+128
*
Pica: Add command processor.
Tony Wasserka
2014-08-12
7
-5
/
+107
*
Pica: Add float24 structure.
Tony Wasserka
2014-08-12
1
-0
/
+75
*
Video core: Add utility class for vector operations.
Tony Wasserka
2014-08-12
4
-1
/
+582
*
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
2014-08-12
2
-8
/
+8
*
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-12
2
-100
/
+146
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-06
1
-6
/
+6
*
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
1
-1
/
+1
*
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-23
1
-3
/
+2
*
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
*
GPU debugger: Don't keep track of debugging data if no debugger views are active.
Tony Wasserka
2014-07-22
1
-0
/
+6
*
GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-12
1
-3
/
+3
*
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-12
1
-0
/
+3
*
Pica: Use some template magic to define register structures efficiently.
Tony Wasserka
2014-06-12
1
-25
/
+102
*
Further refine GPU command list debugging.
Tony Wasserka
2014-06-12
2
-0
/
+17
*
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2014-06-12
2
-8
/
+17
*
citra-qt: Add command list view.
Tony Wasserka
2014-06-12
1
-2
/
+2
*
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
1
-1
/
+53
*
video core: added PICA definitions file.
Tony Wasserka
2014-06-12
3
-0
/
+37
*
Rename LCD to GPU.
Tony Wasserka
2014-06-12
1
-3
/
+3
*
Add initial graphics debugger interface.
Tony Wasserka
2014-06-12
3
-3
/
+102
*
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-20
2
-3
/
+3
*
Improved clarity and whitespace
archshift
2014-05-20
2
-3
/
+4
*
CMakeLists: rename HEADS, improved comments
archshift
2014-05-20
1
-2
/
+2
*
Indent fixes
archshift
2014-05-19
1
-31
/
+31
*
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
*
|
Fixed indents
archshift
2014-05-01
2
-37
/
+35
*
|
Reverse debugging changes
archshift
2014-05-01
1
-2
/
+0
*
|
TGA dumps work, courtesy of @bunnei
archshift
2014-05-01
2
-36
/
+38
*
|
OpenGL 3+ on OSX with GLFW
archshift
2014-05-01
1
-0
/
+2
*
|
IT'S ALIVE!
archshift
2014-04-29
1
-1
/
+6
*
|
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
2
-4
/
+1
*
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
*
cleaned up some logging messages
bunnei
2014-04-11
1
-1
/
+2
*
fixed a bunch of errors in CMakeLists
bunnei
2014-04-10
1
-3
/
+3
*
updated CMakeLists
bunnei
2014-04-10
1
-16
/
+2
*
fixed project includes to use new directory structure
bunnei
2014-04-09
9
-38
/
+39
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
7
-0
/
+0
*
fixed license header in video_core
bunnei
2014-04-09
7
-182
/
+23
*
- removed lots of unused code from gekko
bunnei
2014-04-09
3
-367
/
+110
*
added support for renderering the external framebuffers
bunnei
2014-04-07
2
-20
/
+147
*
added external framebuffer GL handles
bunnei
2014-04-07
1
-2
/
+11
*
added initial renderer code
bunnei
2014-04-06
7
-19
/
+534
*
added video_core project to solution
bunnei
2014-04-05
8
-0
/
+567