swr: [rasterizer core] remove old comment
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 7 Jun 2016 19:03:27 +0000 (13:03 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 23 Jun 2016 15:50:25 +0000 (10:50 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/frontend.cpp

index 6e1bc0e3d27c949cfc012050b3c02756ccce4fd2..f86f8faa979c574d9bd9afd515bd55fc881c79b7 100644 (file)
@@ -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);