| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-17 | Merge pull request #269 from magumagu/swbackend-xfregisters | Tony Wasserka | |
| SW backend: use VideoCommon XFRegisters struct. | |||
| 2014-05-16 | Video backends: mass-replace "xfregs" with "xfmem". | magumagu | |
| 2014-05-16 | Video backends: unify xfregs/xfmem structures. | magumagu | |
| Removes the duplicate swxfregs global variable/struct from the software backend in favor of the ones from VideoCommon. | |||
| 2014-05-16 | Video backends: fix behavior of "konst" TEV inputs. | magumagu | |
| Also fixes TEVCOLORARG_HALF. Values verified to match hardwarere. | |||
| 2014-04-15 | Software backend: don't skip red component in TEV. | magumagu | |
| 2014-04-15 | Software backend: make TEV rounding match hardware. | magumagu | |
| Formulas stolen from gxtest. (Not sure how "==" got turned into "!=", but I'm pretty confident the patched version is correct.) | |||
| 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-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-03-26 | Software renderer: Properly calculate tev combiner output. | Tony Wasserka | |
| As pointed out by dolphin-emu/hwtests@461476112. | |||
| 2014-03-26 | Software renderer: Use color combiner configuration for alpha combiner ↵ | Tony Wasserka | |
| compare mode inputs. As pointed out by dolphin-emu/hwtests@f684f2498. | |||
| 2014-03-25 | BPMemory: Make use of BitField in a number of structures. | Tony Wasserka | |
| 2014-03-14 | PixelShaderGen: Treat UV coordinates like S17.7 integers (they're still ↵ | Tony Wasserka | |
| stored as float, though). | |||
| 2014-03-14 | PixelShaderGen: Change indirect texture matrix uniforms to use integers. | Tony Wasserka | |
| 2014-03-14 | PixelShaderGen: Use integer math for indirect tev stage texcoord calculation. | Tony Wasserka | |
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -loop-convert | Tillmann Karras | |
| and some manual adjustments | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-16 | Fix some vertical alignments | Lioncash | |
| ie. uses spaces for alignment. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
