Commit cff64a83 by Cody Northrop Committed by Commit Bot

Capture/Replay: More mid-execution capture support

Test: Temple Run MEC capture and replay Bug: b/152512564 Bug: angleproject:3662 Change-Id: I31be6e7ad9d290c2077f2f4d975c2d66779eb558 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2155490 Commit-Queue: Cody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com>
parent edc7614c
......@@ -2698,6 +2698,11 @@ void CaptureMidExecutionSetup(const gl::Context *context,
currentScissor.width, currentScissor.height));
}
if (apiState.isDitherEnabled())
{
capCap(GL_DITHER, apiState.isDitherEnabled());
}
const gl::SyncManager &syncs = apiState.getSyncManagerForCapture();
for (const auto &syncIter : syncs)
{
......
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