degasus
|
baf09c3af6
|
VideoSW: Remove unused function
|
2015-09-17 19:44:44 +02:00 |
|
degasus
|
3b5b80bf3c
|
VideoSW: Drop SW bbox code
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 18:21:37 +02:00 |
|
degasus
|
e3e0399af2
|
VideoSW: Drop HwRasterizer
I don't remember it being working, and nobody cares about performance of videosw.
|
2015-09-17 18:21:37 +02:00 |
|
Lioncash
|
a94300dd86
|
Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFace
The left-hand-side is negative at some point which is considered undefined by the standard.
|
2015-09-17 01:46:29 -04:00 |
|
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
Jules Blok
|
ef78941042
|
VideoBackends: Clamp depth to uint24 range.
|
2015-05-18 23:22:28 +02:00 |
|
crudelios
|
9786f54414
|
Fixed a small bug.
|
2014-10-10 12:28:17 +01:00 |
|
crudelios
|
987bd8bb8f
|
Several small optimizations.
|
2014-10-10 12:28:16 +01:00 |
|
crudelios
|
47c67f014f
|
Fix linux build and various warnings.
Increase savestate version.
|
2014-10-10 12:28:13 +01:00 |
|
crudelios
|
2d4b7e3f3f
|
Reimplement Bounding Box calculation using the software renderer.
|
2014-10-10 12:27:06 +01:00 |
|
comex
|
7f6284c2fc
|
Change a bunch of reference function arguments to pointers.
Per the coding style and sanity.
|
2014-10-02 03:00:33 -04:00 |
|
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
|
Lioncash
|
f9f46f33d6
|
Software: Fix some if-statement body placements
|
2014-08-10 22:28:17 -04:00 |
|
Lioncash
|
4129cdeb4d
|
Software: Apply static to some functions
|
2014-08-10 22:28:15 -04:00 |
|
Lioncash
|
522a5c35ad
|
Convert some more header inclusions into forward declarations
|
2014-07-29 20:55:07 -04:00 |
|
degasus
|
6d3f249dcc
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
|
degasus
|
22e1aa5bb4
|
mark all local functions as static
|
2014-07-11 16:07:23 +02:00 |
|
Lioncash
|
49b0eef393
|
Remove the min/max functions in CommonFuncs.
The algorithm header has the same functions.
|
2014-05-29 21:44:41 -04:00 |
|
magumagu
|
1357277f40
|
Video backends: mass-replace "xfregs" with "xfmem".
|
2014-05-16 18:58:07 -07:00 |
|
magumagu
|
818c89313e
|
Video backends: unify xfregs/xfmem structures.
Removes the duplicate swxfregs global variable/struct from the software
backend in favor of the ones from VideoCommon.
|
2014-05-16 18:55:30 -07:00 |
|
Tony Wasserka
|
fe65474cc4
|
Software renderer: Update a reference link.
|
2014-04-24 00:42:08 +02:00 |
|
magumagu
|
0661efea84
|
Software backend: Delete forked PixelEngine.
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 12:07:20 -07:00 |
|
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
|
Tillmann Karras
|
c89f04a7c5
|
clang-modernize -loop-convert
and some manual adjustments
|
2014-03-09 21:11:59 +01:00 |
|