Commit 2918eade by Manh Nguyen Committed by Commit Bot

Remove context id serialization

Serializing context id causes many tests to fail capture replay test. Remove it from the the GL context state's serialization. Bug: angleproject:4817 Change-Id: Ide04f24c54d1f1fced532e49e85c0c2970816f5e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2323645Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Manh Nguyen <nguyenmh@google.com>
parent 44bb4d7a
......@@ -331,7 +331,6 @@ void SerializeImageUnit(gl::BinaryOutputStream *bos, const gl::ImageUnit &imageU
void SerializeGLContextStates(gl::BinaryOutputStream *bos, const gl::State &state)
{
bos->writeInt(state.getContextID());
bos->writeInt(state.getClientType());
bos->writeInt(state.getContextPriority());
bos->writeInt(state.getClientMajorVersion());
......
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