index
:
citra
master
Nintendo 3DS emulator/debugger
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
video_core
/
debug_utils
Commit message (
Expand
)
Author
Age
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
*
OpenGL renderer
tfarley
2015-05-22
*
Implement I4 texture format
archshift
2015-05-10
*
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-29
*
Changed occurences of colour to color for consistency
Gareth Higgins
2015-04-05
*
VideoCore: Add static_cast around expressions where the compiler doesn’t de...
Emmanuel Gil Peyrot
2015-03-16
*
GPU/Textures: Fixed ETC texture decoding.
Subv
2015-03-07
*
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-03
*
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-26
*
Video core: Fix A4 texture decoding
Yuri Kunde Schlesner
2015-02-25
*
Video core: Fix pixelation/blockiness in textures.
Yuri Kunde Schlesner
2015-02-25
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
*
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
2015-01-13
*
Pica: Cleanup color conversion.
Tony Wasserka
2014-12-31
*
Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.
Tony Wasserka
2014-12-31
*
Pica: Fix A4, IA4 and IA8 texture formats.
Tony Wasserka
2014-12-31
*
GPU: Bitwise texture swizzling
Yuri Kunde Schlesner
2014-12-29
*
Pica/DebugUtils: Further cleanups to LookupTexture.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Fix two warnings.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Make a number of variables static.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
*
Add support for a ridiculous number of texture formats.
Tony Wasserka
2014-12-20
*
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-20
*
Pica: Further improve Tev emulation.
Tony Wasserka
2014-12-20
*
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
2014-12-20
*
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
Tony Wasserka
2014-12-20
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
*
Some code cleanup.
Tony Wasserka
2014-12-09
*
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
*
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
*
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-09
*
Silence a few -Wsign-compare warnings.
Rohit Nirmal
2014-11-30
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
*
Fix warnings in video_core
Lioncash
2014-10-07
*
Common: Rename the File namespace to FileUtil, to match the filename and prev...
Emmanuel Gil Peyrot
2014-09-17
*
Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...
Tony Wasserka
2014-08-25
*
Pica/Rasterizer: Add texturing support.
Tony Wasserka
2014-08-25
*
Pica/DebugUtils: Add convenient tev setup printer.
Tony Wasserka
2014-08-25
*
Pica: Add support for dumping textures.
Tony Wasserka
2014-08-25
*
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
*
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-25
*
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-25