index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Software
/
Rasterizer.cpp
Age
Commit message (
Expand
)
Author
2016-09-22
Rasterizer: const correctness
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-06
VideoSW: Drop SetTevReg for colors.
degasus
2016-03-06
VideoSW: Drop SetScissor().
degasus
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-12-06
Rasterizer: Mark some references as const
Lioncash
2015-12-06
Rasterizer: Specify internal linkage on Draw
Lioncash
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
2015-09-17
VideoSW: Drop HwRasterizer
degasus
2015-09-17
Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFace
Lioncash
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
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
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
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-04-24
Software renderer: Update a reference link.
Tony Wasserka
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre