skia /
skia /
152ffba705e04f73edb0fab0dce38cdce45e8f37 [graphite] Adjust the distinction between Paint and Flush timing
Previously we were including the final flushPendingWorkToRecorder()
call in the Flush time. However, we can potentially do similar work
while proceeding through Canvas draws -- for example, when an
atlas spills. So it seems like it belongs more in Paint than in
Flush, and isolates the Recording snap, insertion, and
submission to Flush.
Change-Id: I8f90971c44f109da2224a1531572f2194ee3b4ad
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/851153
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
1 file changed