DescriptionMake correct GL context current during gpu_tracer processing
The gpu_tracer reads back GL timer queries as a delayed task.
During processing the associated GL context wasn't made current, so it
was possible to query the wrong context, get incorrect timestamps, or
cause GL errors.
BUG=331161
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244068
Patch Set 1 #Patch Set 2 : Fixed lint errors. #
Total comments: 4
Patch Set 3 : Remove weak ptr use. Handle MakeCurrent fail. #
Messages
Total messages: 8 (0 generated)
|