Commit d188b1ad by Nicolas Capens Committed by Nicolas Capens

Remove unused user clip planes

Bug: b/125909515 Change-Id: I35e1c54590fadfe5fa49d33552e0a4b4f8c892ee Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/32849 Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 2a25ed8a
......@@ -204,8 +204,6 @@ namespace sw
pixelProgress[cluster].init();
}
clipFlags = 0;
updateConfiguration(true);
}
......
......@@ -74,7 +74,6 @@ namespace sw
float slopeDepthBias;
float depthRange;
float depthNear;
Plane clipPlane[6];
unsigned int *colorBuffer[RENDERTARGETS];
int colorPitchB[RENDERTARGETS];
......@@ -198,7 +197,6 @@ namespace sw
VkViewport viewport;
VkRect2D scissor;
int clipFlags;
Triangle *triangleBatch[16];
Primitive *primitiveBatch[16];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment