swr: [rasterizer core] whitespace cleanup
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 25 Aug 2016 18:00:43 +0000 (13:00 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Mon, 29 Aug 2016 17:42:30 +0000 (12:42 -0500)
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/rasterizer/core/api.cpp

index 3e2a67ddd3d9f535781c709252480c64065b2529..089ef0f5c495682bbd88dbed58e10e5bacd97403 100644 (file)
@@ -772,8 +772,6 @@ void SetupMacroTileScissors(DRAW_CONTEXT *pDC)
         scissorInFixedPoint.xmax -= 1;
         scissorInFixedPoint.ymax -= 1;
     }
-
-    
 }
 
 // templated backend function tables
@@ -799,7 +797,7 @@ void SetupPipeline(DRAW_CONTEXT *pDC)
         const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || rastState.forcedSampleCount) ? 1 : 0;
         const uint32_t centroid = ((psState.barycentricsMask & SWR_BARYCENTRIC_CENTROID_MASK) > 0) ? 1 : 0;
         const uint32_t canEarlyZ = (psState.forceEarlyZ || (!psState.writesODepth && !psState.usesSourceDepth && !psState.usesUAV)) ? 1 : 0;
-     
+
         SWR_BARYCENTRICS_MASK barycentricsMask = (SWR_BARYCENTRICS_MASK)psState.barycentricsMask;
         
         // select backend function