swr: [rasterizer core] whitespace adjustments
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 14 Dec 2016 01:01:08 +0000 (19:01 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 6 Jan 2017 16:04:28 +0000 (10:04 -0600)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/clip.h

index fcb2ecb..085e4a9 100644 (file)
@@ -388,6 +388,7 @@ public:
             // so that the binner knows to bloat wide points later
             if (pa.binTopology == TOP_POINT_LIST)
                 clipTopology = TOP_POINT_LIST;
+
         }
         else if (NumVertsPerPrim == 2)
         {
@@ -399,7 +400,6 @@ public:
             SWR_ASSERT(0 && "Unexpected points in clipper.");
         }
         
-
         uint32_t* pVertexCount = (uint32_t*)&vNumClippedVerts;
         uint32_t* pPrimitiveId = (uint32_t*)&vPrimId;
         uint32_t* pViewportIdx = (uint32_t*)&vViewportIdx;
@@ -523,7 +523,6 @@ public:
             break;
         };
 
-
         // update clipper invocations pipeline stat
         uint32_t numInvoc = _mm_popcnt_u32(primMask);
         UPDATE_STAT_FE(CInvocations, numInvoc);