summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2014-07-23Use uniform formatting when printing hexadecimal numbers.Tony Wasserka
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather...Tony Wasserka
2014-07-23RegisterSet: Simplify code by using structs for register definition instead o...Tony Wasserka
2014-07-23GPU: Make use of RegisterSet.Tony Wasserka
2014-07-23Renderer: Fix component order in bottom framebuffer.Tony Wasserka
2014-07-23Renderer: Respect the active_fb GPU register.Tony Wasserka
2014-07-23Renderer: Add a few TODOs.Tony Wasserka
2014-07-22GPU debugger: Don't keep track of debugging data if no debugger views are act...Tony Wasserka
2014-06-12GPU debugger: Const correctness and build fix.Tony Wasserka
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka
2014-06-12video core: added PICA definitions file.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-06-12Add initial graphics debugger interface.Tony Wasserka
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
2014-05-19Improved clarity and whitespacearchshift
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
2014-05-19Indent fixesarchshift
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift
2014-05-08Update FlipFramebufferSethpaien
2014-04-30Fixed indentsarchshift
2014-04-30Reverse debugging changesarchshift
2014-04-30TGA dumps work, courtesy of @bunneiarchshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift
2014-04-28IT'S ALIVE!archshift
2014-04-27Xcode complains that the class name is redundant.archshift
2014-04-27Rect to BasicRectarchshift
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27fixed renderer to use correct framebuffer locationbunnei
2014-04-21fixed GL context acquire (applies to Qt GUI only)bunnei
2014-04-17renamed hw_lcd module to just lcdbunnei
2014-04-17fixed framebuffer color orderbunnei
2014-04-16removed hard-coded framebuffer addresses from renderer_opengl.cppbunnei
2014-04-10cleaned up some logging messagesbunnei
2014-04-09fixed a bunch of errors in CMakeListsbunnei
2014-04-09updated CMakeListsbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei
2014-04-08fixed license header in video_corebunnei
2014-04-08- removed lots of unused code from gekkobunnei
2014-04-07added support for renderering the external framebuffersbunnei
2014-04-06added external framebuffer GL handlesbunnei
2014-04-06added initial renderer codebunnei
2014-04-05added video_core project to solutionbunnei