From ce592a1d80db2eb1de0dc5ac55c2270e3a6befb3 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Mon, 2 Oct 2017 00:55:44 +0200 Subject: this TODO item is already done, idiot --- src/GPU3D_Soft.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp index 6750ee0..8f7d041 100644 --- a/src/GPU3D_Soft.cpp +++ b/src/GPU3D_Soft.cpp @@ -1845,9 +1845,8 @@ void ScanlineFinalPass(s32 y) { // anti-aliasing - // TODO: antialiasing applies even if translucent polygons are drawn - // over an opaque polygon's edges, which requires blending translucent - // polygons with the topmost two pixels + // edges were flagged and their coverages calculated during rendering + // this is where such edge pixels are blended with the pixels underneath for (int x = 0; x < 256; x++) { -- cgit v1.2.3