commit | a96ec09599621fcc743f7a6177d9911967449b21 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Dec 17 11:08:36 2018 -0500 |
committer | Kevin Lubick <kjlubick@google.com> | Mon Dec 17 16:28:30 2018 +0000 |
tree | 0a89ba6d980e308d0fc428c890645407e69aeb9c | |
parent | b3907a8424367e6da0aac68f806d51291fde2a4e [diff] |
[canvaskit] Performance tuning of GL calls Don't check glerror on texture creation. Initialize before texSubImage2D calls, especially for drawPath (dramatic Firefox improvement). Bug: skia: Change-Id: Iec39fd84fffb886e5ecccf782fe75d419e4255d0 Reviewed-on: https://skia-review.googlesource.com/c/177893 Reviewed-by: Brian Salomon <bsalomon@google.com>