summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/DebugUtil.cpp
AgeCommit message (Expand)Author
2020-07-18Use range loop (if possible)Filip Gawin
2020-03-25Remove warnings of -Wsign-compareJun Su
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-06-06Give Dump Objects dedicated folder and tooltipRyan Meredith
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2016-10-08Remove Frameskipanthony
2016-09-24Software: Clean out unnecessary includes/fwd declsLioncash
2016-09-22DebugUtils: const correctnessLioncash
2016-09-21EfbInterface: Change out parameters on getters to return by valueLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-06VideoSW: Use more VideoCommondegasus
2015-09-17VideoSW: Drop HwRasterizerdegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-10-12Move bDumpFrames to SConfig (and it's references)Fog
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-10Software: Fix function casing in SWRendererLioncash
2014-08-10Software: Make an enum into a static constant in DebugUtil.cppLioncash
2014-07-17Fixed Frame dumping in VideoSoftware.Scott Mansell
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local functions as staticdegasus
2014-04-19Fix "warning: unused variable 'skipFrames'"Tillmann Karras
2014-04-12VideoSoftware: remove const memory usage of DebugUtildegasus
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre