summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/BPMemLoader.cpp
AgeCommit message (Collapse)Author
2014-11-01Remove GetPointers in VideoSoftware.Scott Mansell
This same code was previously fixed in VideoCommon, just updating this to match. We are down to 121 GetPointers.
2014-10-10Get buildbot to compile.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-09-21GPU: Only load the relevant color components upon writes to the tev color ↵Tony Wasserka
registers. The other two components need not be valid upon write, hence loading them results in glitches. Fixes issue 6783.
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-08-19msvc: resolve all warnings in VideoBackends/Software.Shawn Hoffman
2014-05-17Removes ZeroFrog's "optimized" memcpy and memcmp functions.Ryan Houdek
These were only compiled in on Windows and x86_32. They provided "optimized" copies and compares based on blocksizes for the AMD Athlon and Duron CPU families. The code was taken from something that AMD provides with a as-is license. Just get rid of this crap.
2014-03-29Software backend: Delete forked PixelEngine.magumagu
Mostly just zapping a bunch of duplicated code; the only interesting thing going on here is the changes to the performance counter implementation.
2014-03-25BPMemory: Use the new BitField class in two selected structures.Tony Wasserka
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre