summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-06-07 13:03:27 -0600
committerTim Rowley <[email protected]>2016-06-23 10:50:25 -0500
commiteca877f27b5612048cc30e2f23c04f73c3ad20c8 (patch)
tree8dbadc2c0c8495c81c8e014d9b0b42328a202a3a /src
parentd3d97f8395513bf365d2fe8e4292c8098290586f (diff)
swr: [rasterizer core] remove old comment
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/frontend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/frontend.cpp b/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
index 6e1bc0e3d27..f86f8faa979 100644
--- a/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
+++ b/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
@@ -1613,7 +1613,6 @@ void BinTriangles(
const SWR_GS_STATE& gsState = state.gsState;
MacroTileMgr *pTileMgr = pDC->pTileMgr;
- // Simple wireframe mode for debugging purposes only
simdscalar vRecipW0 = _simd_set1_ps(1.0f);
simdscalar vRecipW1 = _simd_set1_ps(1.0f);