Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c42c8140 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "TransactionTracing: Set acquire fence on rebuild" into tm-dev am: 6719c283

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/17093113

Change-Id: I75bd26d71d0fd0d20c29c6507a002165013852cf
parents aea74c1f 6719c283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -431,6 +431,7 @@ void TransactionProtoParser::fromProto(const proto::LayerState& proto, layer_sta
        layer.bufferData->frameNumber = bufferProto.frame_number();
        layer.bufferData->flags = Flags<BufferData::BufferDataChange>(bufferProto.flags());
        layer.bufferData->cachedBuffer.id = bufferProto.cached_buffer_id();
        layer.bufferData->acquireFence = Fence::NO_FENCE;
    }

    if (proto.what() & layer_state_t::eApiChanged) {