| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-06 | VideoSW: Drop SetTevReg for colors. | degasus | |
| 2016-03-06 | VideoSW: Drop SetScissor(). | degasus | |
| Just access the global state directly. | |||
| 2016-01-17 | VideoCommon: Header cleanup | Lioncash | |
| Also remedies places where the video backends and core rely on things being indirectly included. | |||
| 2016-01-06 | VideoSW: Use more VideoCommon | degasus | |
| Now we require lots of empty functions, but this removes by far more duplicated code. | |||
| 2015-12-06 | Rasterizer: Mark some references as const | Lioncash | |
| 2015-12-06 | Rasterizer: Specify internal linkage on Draw | Lioncash | |
| It's not exposed in the header. | |||
| 2015-12-06 | Rasterizer: Convert BLOCK_SIZE into a constant variable | Lioncash | |
| 2015-12-06 | Rasterizer: Get rid of a clamp macro | Lioncash | |
| 2015-12-06 | Rasterizer: Get rid of a trivial pointer cast | Lioncash | |
| 2015-09-17 | VideoSW: Remove unused function | degasus | |
| 2015-09-17 | VideoSW: Drop SW bbox code | degasus | |
| The hardware backends don't use this shared code any more, and it's not needed for video sw either. So this was just dead code. | |||
| 2015-09-17 | VideoSW: Drop HwRasterizer | degasus | |
| I don't remember it being working, and nobody cares about performance of videosw. | |||
| 2015-09-17 | Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFace | Lioncash | |
| The left-hand-side is negative at some point which is considered undefined by the standard. | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-18 | VideoBackends: Clamp depth to uint24 range. | Jules Blok | |
| 2014-10-10 | Fixed a small bug. | crudelios | |
| 2014-10-10 | Several small optimizations. | crudelios | |
| 2014-10-10 | Fix linux build and various warnings. | crudelios | |
| Increase savestate version. | |||
| 2014-10-10 | Reimplement Bounding Box calculation using the software renderer. | crudelios | |
| 2014-10-02 | Change a bunch of reference function arguments to pointers. | comex | |
| Per the coding style and sanity. | |||
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-10 | Software: Fix some if-statement body placements | Lioncash | |
| 2014-08-10 | Software: Apply static to some functions | Lioncash | |
| 2014-07-29 | Convert some more header inclusions into forward declarations | Lioncash | |
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-05-29 | Remove the min/max functions in CommonFuncs. | Lioncash | |
| The algorithm header has the same functions. | |||
| 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-04-24 | Software renderer: Update a reference link. | Tony Wasserka | |
| 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-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-03-04 | Make our architecture defines less stupid. | Ryan Houdek | |
| Our defines were never clear between what meant 64bit or x86_64 This makes a clear cut between bitness and architecture. This commit also has the side effect of bringing up aarch64 compiling support. | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
