mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 00:10:20 +01:00
swr: [rasterizer core] whitespace cleanup
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
cc7f655177
commit
8e41a65fc5
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue