forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance: Move GPU code to GlyphRun and inline
Move the GPU glyph drawing code into the glyph run drawing translation unit. Inline the per glyph/path functions. This results in about 15% speedup. Change-Id: Iee98140d668bb3cbcb77dd5a1fb2f83778f79d12 Reviewed-on: https://skia-review.googlesource.com/145889 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
- Loading branch information
Showing
4 changed files
with
316 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.