Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #308 from neobrain/master
Software renderer: Update a reference link.
  • Loading branch information
delroth committed Apr 23, 2014
2 parents 65e0579 + fe65474 commit 0ae6895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/Software/Rasterizer.cpp
Expand Up @@ -318,7 +318,7 @@ void DrawTriangleFrontFace(OutputVertexData *v0, OutputVertexData *v1, OutputVer
return;
}

// adapted from http://www.devmaster.net/forums/showthread.php?t=1884
// adapted from http://devmaster.net/posts/6145/advanced-rasterization

// 28.4 fixed-pou32 coordinates. rounded to nearest and adjusted to match hardware output
// could also take floor and adjust -8
Expand Down

0 comments on commit 0ae6895

Please sign in to comment.