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

Commit 6719c283 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

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

parents 10839214 4ade7bf4
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) {