summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* debug_utils: Remove unused includesGravatar Lioncash2018-08-242-23/+0
* debug_utils: Make BreakpointObserver class' constructor explicitGravatar Lioncash2018-08-241-1/+1
* debug_utils: Initialize active_breakpoint member of DebugContextGravatar Lioncash2018-08-241-2/+2
* Fix crash at exitGravatar mailwl2018-06-251-2/+4
* GPU: Make the debug_context variable a member of the frontend instead of a gl...Gravatar Subv2018-03-242-4/+0
* Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Gravatar Subv2018-03-242-0/+231
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-122-828/+0
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-1/+1
* VideoCore: Split regs.h inclusionsGravatar Yuri Kunde Schlesner2017-02-092-2/+6
* VideoCore: Move Regs to its own fileGravatar Yuri Kunde Schlesner2017-02-042-2/+2
* VideoCore: Split shader regs from Regs structGravatar Yuri Kunde Schlesner2017-02-042-2/+2
* VideoCore: Split texturing regs from Regs structGravatar Yuri Kunde Schlesner2017-02-042-19/+24
* VideoCore: Split rasterizer regs from Regs structGravatar Yuri Kunde Schlesner2017-02-042-3/+3
* VideoCore: Move LookupTexture out of debug_utils.hGravatar Yuri Kunde Schlesner2017-02-042-278/+3
* VideoCore: Inline IsPicaTracingGravatar Yuri Kunde Schlesner2016-12-142-15/+11
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-212-4/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-21/+22
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-182-224/+237
* Remove superfluous std::move in return std::move(local_var)Gravatar scurest2016-06-251-1/+1
* Refactor Tev stage dumperGravatar Jannik Vogel2016-05-212-115/+114
* Extend Tev stage dumperGravatar Jannik Vogel2016-05-211-14/+38
* fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-4/+5
* Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationGravatar Jannik Vogel2016-05-041-1/+1
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-302-7/+23
* Merge pull request #1730 from hrydgard/vertex-loaderGravatar bunnei2016-04-291-0/+30
|\
| * Move and rename the MemoryAccesses class to MemoryAccessTracker.Gravatar Henrik Rydgard2016-04-291-0/+30
* | Replace std::map with std::array for graphics event breakpoints, and allow th...Gravatar Henrik Rydgard2016-04-242-7/+14
|/
* HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-2/+2
* debug_utils: use std::make_unique for initializing PicaTraceGravatar Lioncash2016-04-141-1/+1
* file_util: Don't expose IOFile internals through the APIGravatar Lioncash2016-04-131-1/+16
* Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Gravatar Jannik Vogel2016-04-102-50/+0
* video_core: Don't cast away constGravatar Lioncash2016-03-171-12/+12
* renderer_base: Don't directly expose the rasterizer unique_ptrGravatar Lioncash2016-03-081-1/+1
* Add immediate mode vertex submissionGravatar Dwayne Slater2016-03-022-2/+4
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-4/+4
* 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