aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/debug_utils
Commit message (Expand)AuthorAge
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Move video_core/color.h to common/color.hGravatar archshift2015-05-30
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
* OpenGL rendererGravatar tfarley2015-05-22
* Implement I4 texture formatGravatar archshift2015-05-10
* VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-29
* Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-05
* VideoCore: Add static_cast around expressions where the compiler doesn’t de...Gravatar Emmanuel Gil Peyrot2015-03-16
* GPU/Textures: Fixed ETC texture decoding.Gravatar Subv2015-03-07
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-03
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-26
* Video core: Fix A4 texture decodingGravatar Yuri Kunde Schlesner2015-02-25
* Video core: Fix pixelation/blockiness in textures.Gravatar Yuri Kunde Schlesner2015-02-25
* core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-17
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
* Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-31
* Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.Gravatar Tony Wasserka2014-12-31
* Pica: Fix A4, IA4 and IA8 texture formats.Gravatar Tony Wasserka2014-12-31
* GPU: Bitwise texture swizzlingGravatar Yuri Kunde Schlesner2014-12-29
* Pica/DebugUtils: Further cleanups to LookupTexture.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Fix two warnings.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Better document LookupTexture.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Make a number of variables static.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
* Add support for a ridiculous number of texture formats.Gravatar Tony Wasserka2014-12-20
* Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
* Pica: Further improve Tev emulation.Gravatar Tony Wasserka2014-12-20
* Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-20
* Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Gravatar Tony Wasserka2014-12-20
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Some code cleanup.Gravatar Tony Wasserka2014-12-09
* citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-09
* citra-qt: Add texture viewer to Pica command list.Gravatar Tony Wasserka2014-12-09
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-09
* Silence a few -Wsign-compare warnings.Gravatar Rohit Nirmal2014-11-30
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
* Fix warnings in video_coreGravatar Lioncash2014-10-07
* Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot2014-09-17
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...Gravatar Tony Wasserka2014-08-25
* Pica/Rasterizer: Add texturing support.Gravatar Tony Wasserka2014-08-25
* Pica/DebugUtils: Add convenient tev setup printer.Gravatar Tony Wasserka2014-08-25
* Pica: Add support for dumping textures.Gravatar Tony Wasserka2014-08-25
* Pica/citra-qt: Replace command list view and command list debugging code with...Gravatar Tony Wasserka2014-08-25
* Pica: Add debug utilities for dumping shaders.Gravatar Tony Wasserka2014-08-25
* Pica: Add debug utility functions for dumping geometry data.Gravatar Tony Wasserka2014-08-25