Lioncash
|
d79d5d49f4
|
Rasterizer: const correctness
|
2016-09-22 20:39:28 -04:00 |
|
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
|
degasus
|
ab44d2ec5c
|
VideoSW: Drop SetTevReg for colors.
|
2016-03-06 11:05:49 +01:00 |
|
degasus
|
7a154181b4
|
VideoSW: Drop SetScissor().
Just access the global state directly.
|
2016-03-06 10:24:28 +01:00 |
|
Lioncash
|
d9fec92628
|
VideoCommon: Header cleanup
Also remedies places where the video backends and core rely on things
being indirectly included.
|
2016-01-17 20:11:45 -05:00 |
|
degasus
|
efbe5bc4b6
|
VideoSW: Use more VideoCommon
Now we require lots of empty functions, but this removes by far more duplicated code.
|
2016-01-06 22:10:29 +01:00 |
|
Lioncash
|
7762d68c4b
|
Rasterizer: Mark some references as const
|
2015-12-06 02:51:36 -05:00 |
|
Lioncash
|
0608ed5130
|
Rasterizer: Specify internal linkage on Draw
It's not exposed in the header.
|
2015-12-06 02:51:34 -05:00 |
|
Lioncash
|
a0924b5e1b
|
Rasterizer: Convert BLOCK_SIZE into a constant variable
|
2015-12-06 02:51:33 -05:00 |
|
Lioncash
|
2793785e0c
|
Rasterizer: Get rid of a clamp macro
|
2015-12-06 02:51:28 -05:00 |
|
Lioncash
|
9b921c2e7c
|
Rasterizer: Get rid of a trivial pointer cast
|
2015-12-06 02:44:06 -05:00 |
|
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 |
|