summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-071-4/+2
* VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner2015-12-061-1/+1
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-091-3/+3
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-3/+3
* video_core: Reorganize headersGravatar Lioncash2015-09-111-2/+1
* video_core: Remove unused variablesGravatar Lioncash2015-09-101-2/+0
* HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Gravatar Subv2015-08-231-2/+6
* Merge pull request #1034 from yuriks/rg8-texturesGravatar bunnei2015-08-161-0/+6
|\
| * videocore: Added RG8 texture supportGravatar Patrick Martin2015-08-161-0/+6
* | Fix Linux GCC 4.9 build (complaining about undeclared memset)Gravatar LittleWhite2015-08-161-1/+2
* | Merge pull request #997 from Lectem/cmdlist_full_debugGravatar Tony Wasserka2015-08-162-17/+12
|\ \
| * | citra-qt/debug_utils: Use lock_guard everywhereGravatar Lectem2015-07-261-6/+5
| * | citra-qt/command list: Add mask columnGravatar Lectem2015-07-262-11/+7
* | | Introduce a shader tracer to allow inspection of input/output values for each...Gravatar Tony Wasserka2015-08-162-3/+3
* | | Pica/DebugUtils: Include uniform information into shader dumps.Gravatar Tony Wasserka2015-08-162-11/+51
* | | citra-qt: Improve shader debugger.Gravatar Tony Wasserka2015-08-162-7/+17
| |/ |/|
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-1/+2
* | VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-262-12/+5
|/
* Address error that remained in last mergeGravatar Yuri Kunde Schlesner2015-07-251-1/+1
* Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-251-16/+16
|\
| * Video_Core : Type fixesGravatar zawata2015-07-191-1/+1
| * Video_Core : Change Tabs to SpacesGravatar zawata2015-07-191-0/+15
| * Video_Core : Fix Conversion WarningsGravatar zawata2015-07-191-16/+1
* | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-231-2/+5
|/
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-131-0/+4
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
* Move video_core/color.h to common/color.hGravatar archshift2015-05-301-1/+1
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-302-2/+3
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-221-1/+1
* OpenGL rendererGravatar tfarley2015-05-221-0/+4
* Implement I4 texture formatGravatar archshift2015-05-101-0/+11
* VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-291-1/+1
* Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-051-1/+1
* VideoCore: Add static_cast around expressions where the compiler doesn’t de...Gravatar Emmanuel Gil Peyrot2015-03-161-3/+3
* GPU/Textures: Fixed ETC texture decoding.Gravatar Subv2015-03-071-1/+1
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-031-24/+12
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-261-42/+14
* Video core: Fix A4 texture decodingGravatar Yuri Kunde Schlesner2015-02-251-2/+2
* Video core: Fix pixelation/blockiness in textures.Gravatar Yuri Kunde Schlesner2015-02-251-3/+3
* core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-171-2/+2
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-3/+3
* Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-131-12/+140
* Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-311-18/+14
* Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.Gravatar Tony Wasserka2014-12-311-2/+2
* Pica: Fix A4, IA4 and IA8 texture formats.Gravatar Tony Wasserka2014-12-311-13/+7
* GPU: Bitwise texture swizzlingGravatar Yuri Kunde Schlesner2014-12-291-27/+24
* Pica/DebugUtils: Further cleanups to LookupTexture.Gravatar Tony Wasserka2014-12-201-7/+7
* Pica/DebugUtils: Fix two warnings.Gravatar Tony Wasserka2014-12-201-2/+2
* Pica/DebugUtils: Better document LookupTexture.Gravatar Tony Wasserka2014-12-202-7/+16