| Commit message (Expand) | Author | Age | Files | Lines |
* | VideoCore: Inline IsPicaTracing | Yuri Kunde Schlesner | 2016-12-15 | 2 | -15/+11 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 2 | -4/+0 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 2 | -21/+22 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 2 | -224/+237 |
* | Remove superfluous std::move in return std::move(local_var) | scurest | 2016-06-25 | 1 | -1/+1 |
* | Refactor Tev stage dumper | Jannik Vogel | 2016-05-21 | 2 | -115/+114 |
* | Extend Tev stage dumper | Jannik Vogel | 2016-05-21 | 1 | -14/+38 |
* | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 1 | -4/+5 |
* | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | Jannik Vogel | 2016-05-04 | 1 | -1/+1 |
* | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | 2016-04-30 | 2 | -7/+23 |
* | Merge pull request #1730 from hrydgard/vertex-loader | bunnei | 2016-04-29 | 1 | -0/+30 |
|\ |
|
| * | Move and rename the MemoryAccesses class to MemoryAccessTracker. | Henrik Rydgard | 2016-04-29 | 1 | -0/+30 |
* | | Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations. | Henrik Rydgard | 2016-04-24 | 2 | -7/+14 |
|/ |
|
* | HWRasterizer: Texture forwarding | tfarley | 2016-04-21 | 1 | -2/+2 |
* | debug_utils: use std::make_unique for initializing PicaTrace | Lioncash | 2016-04-15 | 1 | -1/+1 |
* | file_util: Don't expose IOFile internals through the API | Lioncash | 2016-04-14 | 1 | -1/+16 |
* | Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY) | Jannik Vogel | 2016-04-10 | 2 | -50/+0 |
* | video_core: Don't cast away const | Lioncash | 2016-03-17 | 1 | -12/+12 |
* | renderer_base: Don't directly expose the rasterizer unique_ptr | Lioncash | 2016-03-09 | 1 | -1/+1 |
* | Add immediate mode vertex submission | Dwayne Slater | 2016-03-03 | 2 | -2/+4 |
* | BitField: Make trivially copyable and remove assignment operator | MerryMage | 2016-02-12 | 1 | -4/+4 |
* | VideoCore: Unify interface to OpenGL and SW rasterizers | Yuri Kunde Schlesner | 2015-12-08 | 1 | -4/+2 |
* | VideoCore: Rename HWRasterizer methods to be less confusing | Yuri Kunde Schlesner | 2015-12-07 | 1 | -1/+1 |
* | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | 2015-10-09 | 1 | -3/+3 |
* | general: Silence some warnings when using clang | Lioncash | 2015-09-16 | 1 | -3/+3 |
* | video_core: Reorganize headers | Lioncash | 2015-09-11 | 1 | -2/+1 |
* | video_core: Remove unused variables | Lioncash | 2015-09-10 | 1 | -2/+0 |
* | HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is in use during a breakpoint. | Subv | 2015-08-23 | 1 | -2/+6 |
* | Merge pull request #1034 from yuriks/rg8-textures | bunnei | 2015-08-17 | 1 | -0/+6 |
|\ |
|
| * | videocore: Added RG8 texture support | Patrick Martin | 2015-08-16 | 1 | -0/+6 |
* | | Fix Linux GCC 4.9 build (complaining about undeclared memset) | LittleWhite | 2015-08-16 | 1 | -1/+2 |
* | | Merge pull request #997 from Lectem/cmdlist_full_debug | Tony Wasserka | 2015-08-16 | 2 | -17/+12 |
|\ \ |
|
| * | | citra-qt/debug_utils: Use lock_guard everywhere | Lectem | 2015-07-26 | 1 | -6/+5 |
| * | | citra-qt/command list: Add mask column | Lectem | 2015-07-26 | 2 | -11/+7 |
* | | | Introduce a shader tracer to allow inspection of input/output values for each processed instruction. | Tony Wasserka | 2015-08-16 | 2 | -3/+3 |
* | | | Pica/DebugUtils: Include uniform information into shader dumps. | Tony Wasserka | 2015-08-16 | 2 | -11/+51 |
* | | | citra-qt: Improve shader debugger. | Tony Wasserka | 2015-08-16 | 2 | -7/+17 |
| |/
|/| |
|
* | | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 2015-08-11 | 1 | -1/+2 |
* | | VideoCore: #ifdef out some debugging routines | Yuri Kunde Schlesner | 2015-07-26 | 2 | -12/+5 |
|/ |
|
* | Address error that remained in last merge | Yuri Kunde Schlesner | 2015-07-25 | 1 | -1/+1 |
* | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | 2015-07-25 | 1 | -16/+16 |
|\ |
|
| * | Video_Core : Type fixes | zawata | 2015-07-19 | 1 | -1/+1 |
| * | Video_Core : Change Tabs to Spaces | zawata | 2015-07-19 | 1 | -0/+15 |
| * | Video_Core : Fix Conversion Warnings | zawata | 2015-07-19 | 1 | -16/+1 |
* | | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | 2015-07-23 | 1 | -2/+5 |
|/ |
|
* | Add CiTrace recording support. | Tony Wasserka | 2015-07-13 | 1 | -0/+4 |
* | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+1 |
* | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | 1 | -1/+1 |
* | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 2 | -2/+3 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
* | Pica: Create 'State' structure and move state memory there. | bunnei | 2015-05-23 | 1 | -1/+1 |
* | OpenGL renderer | tfarley | 2015-05-23 | 1 | -0/+4 |
* | Implement I4 texture format | archshift | 2015-05-11 | 1 | -0/+11 |
* | VideoCore: Remove a superfluous auto variable declaration in debug_utils. | Emmanuel Gil Peyrot | 2015-04-29 | 1 | -1/+1 |
* | Changed occurences of colour to color for consistency | Gareth Higgins | 2015-04-05 | 1 | -1/+1 |
* | VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type. | Emmanuel Gil Peyrot | 2015-03-16 | 1 | -3/+3 |
* | GPU/Textures: Fixed ETC texture decoding. | Subv | 2015-03-07 | 1 | -1/+1 |
* | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 2015-03-04 | 1 | -24/+12 |
* | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | 2015-02-27 | 1 | -42/+14 |
* | Video core: Fix A4 texture decoding | Yuri Kunde Schlesner | 2015-02-26 | 1 | -2/+2 |
* | Video core: Fix pixelation/blockiness in textures. | Yuri Kunde Schlesner | 2015-02-26 | 1 | -3/+3 |
* | core/video_core: Use in-place construction where possible | Lioncash | 2015-02-17 | 1 | -2/+2 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -3/+3 |
* | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | 2015-01-13 | 1 | -12/+140 |
* | Pica: Cleanup color conversion. | Tony Wasserka | 2014-12-31 | 1 | -18/+14 |
* | Pica/DebugUtils: Fix a bug in RGBA4 texture decoding. | Tony Wasserka | 2014-12-31 | 1 | -2/+2 |
* | Pica: Fix A4, IA4 and IA8 texture formats. | Tony Wasserka | 2014-12-31 | 1 | -13/+7 |
* | GPU: Bitwise texture swizzling | Yuri Kunde Schlesner | 2014-12-29 | 1 | -27/+24 |
* | Pica/DebugUtils: Further cleanups to LookupTexture. | Tony Wasserka | 2014-12-20 | 1 | -7/+7 |
* | Pica/DebugUtils: Fix two warnings. | Tony Wasserka | 2014-12-20 | 1 | -2/+2 |
* | Pica/DebugUtils: Better document LookupTexture. | Tony Wasserka | 2014-12-20 | 2 | -7/+16 |
* | Pica/DebugUtils: Make a number of variables static. | Tony Wasserka | 2014-12-20 | 1 | -13/+13 |
* | Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones. | Tony Wasserka | 2014-12-20 | 1 | -61/+8 |
* | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | 2014-12-20 | 1 | -0/+1 |
* | Add support for a ridiculous number of texture formats. | Tony Wasserka | 2014-12-20 | 1 | -1/+64 |
* | Pica: Unify ugly address translation hacks. | Tony Wasserka | 2014-12-20 | 2 | -2/+2 |
* | Pica: Further improve Tev emulation. | Tony Wasserka | 2014-12-20 | 1 | -2/+8 |
* | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | 2014-12-20 | 2 | -9/+38 |
* | Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats. | Tony Wasserka | 2014-12-20 | 1 | -3/+46 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -9/+9 |
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 1 | -3/+1 |
* | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | 2014-12-09 | 2 | -0/+16 |
* | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2014-12-09 | 2 | -21/+45 |
* | Pica/DebugUtils: Add breakpoint functionality. | Tony Wasserka | 2014-12-09 | 2 | -0/+176 |
* | Silence a few -Wsign-compare warnings. | Rohit Nirmal | 2014-12-01 | 1 | -4/+4 |
* | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -3/+3 |
* | Fix warnings in video_core | Lioncash | 2014-10-08 | 1 | -4/+4 |
* | Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. | Emmanuel Gil Peyrot | 2014-09-17 | 1 | -1/+1 |
* | Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. | Tony Wasserka | 2014-08-25 | 2 | -23/+11 |
* | Pica/Rasterizer: Add texturing support. | Tony Wasserka | 2014-08-25 | 1 | -17/+1 |
* | Pica/DebugUtils: Add convenient tev setup printer. | Tony Wasserka | 2014-08-25 | 2 | -0/+99 |
* | Pica: Add support for dumping textures. | Tony Wasserka | 2014-08-25 | 2 | -0/+133 |
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 2 | -0/+76 |
* | Pica: Add debug utilities for dumping shaders. | Tony Wasserka | 2014-08-25 | 2 | -0/+208 |
* | Pica: Add debug utility functions for dumping geometry data. | Tony Wasserka | 2014-08-25 | 2 | -0/+100 |