index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2014-07-23
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-23
RegisterSet: Simplify code by using structs for register definition instead o...
Tony Wasserka
2014-07-23
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
Renderer: Fix component order in bottom framebuffer.
Tony Wasserka
2014-07-23
Renderer: Respect the active_fb GPU register.
Tony Wasserka
2014-07-23
Renderer: Add a few TODOs.
Tony Wasserka
2014-07-22
GPU debugger: Don't keep track of debugging data if no debugger views are act...
Tony Wasserka
2014-06-12
GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-12
Pica: Use some template magic to define register structures efficiently.
Tony Wasserka
2014-06-12
Further refine GPU command list debugging.
Tony Wasserka
2014-06-12
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2014-06-12
citra-qt: Add command list view.
Tony Wasserka
2014-06-12
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
video core: added PICA definitions file.
Tony Wasserka
2014-06-12
Rename LCD to GPU.
Tony Wasserka
2014-06-12
Add initial graphics debugger interface.
Tony Wasserka
2014-05-19
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-19
Improved clarity and whitespace
archshift
2014-05-19
CMakeLists: rename HEADS, improved comments
archshift
2014-05-19
Indent fixes
archshift
2014-05-16
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-08
Update FlipFramebuffer
Sethpaien
2014-04-30
Fixed indents
archshift
2014-04-30
Reverse debugging changes
archshift
2014-04-30
TGA dumps work, courtesy of @bunnei
archshift
2014-04-30
OpenGL 3+ on OSX with GLFW
archshift
2014-04-28
IT'S ALIVE!
archshift
2014-04-27
Xcode complains that the class name is redundant.
archshift
2014-04-27
Rect to BasicRect
archshift
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed renderer to use correct framebuffer location
bunnei
2014-04-21
fixed GL context acquire (applies to Qt GUI only)
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
fixed framebuffer color order
bunnei
2014-04-16
removed hard-coded framebuffer addresses from renderer_opengl.cpp
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-09
fixed a bunch of errors in CMakeLists
bunnei
2014-04-09
updated CMakeLists
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei
2014-04-08
fixed license header in video_core
bunnei
2014-04-08
- removed lots of unused code from gekko
bunnei
2014-04-07
added support for renderering the external framebuffers
bunnei
2014-04-06
added external framebuffer GL handles
bunnei
2014-04-06
added initial renderer code
bunnei
2014-04-05
added video_core project to solution
bunnei