aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka
2014-08-25Pica/Rasterizer: Add initial implementation of texture combiners.Tony Wasserka
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-25Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...Tony Wasserka
2014-08-25Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate"...Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25Pica/CommandProcessor: Implement parameter masking.Tony Wasserka
2014-08-25Pica: Add debug utilities for dumping shaders.Tony Wasserka
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka
2014-08-25Fix the threading for GL Context in Qt5.Sacha
2014-08-13Merge pull request #42 from archshift/glexpbunnei
2014-08-13float24: Remove private default constructorarchshift
2014-08-12Use glewExperimental on Linux in order to fix GLFW-modearchshift
2014-08-12Pica: Add basic rasterizer.Tony Wasserka
2014-08-12Pica: Add triangle clipper.Tony Wasserka
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka
2014-08-12Pica: Implement vertex loading.Tony Wasserka
2014-08-12Pica: Add register definition for vertex loading and rendering.Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Pica: Add float24 structure.Tony Wasserka
2014-08-12Video core: Add utility class for vector operations.Tony Wasserka
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
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