[Mesa-dev] [PATCH 06/14] swr: [rasterizer core] remove old comment

Tim Rowley timothy.o.rowley at intel.com
Fri Jun 17 19:25:46 UTC 2016


---
 src/gallium/drivers/swr/rasterizer/core/frontend.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/core/frontend.cpp b/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
index 6e1bc0e..f86f8fa 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);
-- 
1.9.1



More information about the mesa-dev mailing list