| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-01 | Remove 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-10 | Get buildbot to compile. | crudelios | |
| 2014-10-10 | Reimplement Bounding Box calculation using the software renderer. | crudelios | |
| 2014-09-21 | GPU: 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-09 | Kill Core::g_CoreStartupParameter. | Rachel Bryk | |
| 2014-08-19 | msvc: resolve all warnings in VideoBackends/Software. | Shawn Hoffman | |
| 2014-05-17 | Removes 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-29 | Software 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-25 | BPMemory: Use the new BitField class in two selected structures. | Tony Wasserka | |
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-20 | Fix more header sorting issues in VideoBackends/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
