Chromium Code Reviews
DescriptionLowered size of bitmap for better GPU support
- This test creates an SkBitmap, which can be texture backed.
- Some GPUs have a maximum texture size of 8192, and so does
the SwiftShader software renderer.
- The test fails when the SkBitmap object exceeds the maximum
texture size, which is probably not the goal of the test.
- Lowered dimension from 10000 to 8192 in order to make sure
the size isn't the reason the test fails.
BUG=726075
Review-Url: https://codereview.chromium.org/2913743004
Cr-Commit-Position: refs/heads/master@{#475677}
Committed: https://chromium.googlesource.com/chromium/src/+/819dc71b759fdeda4ff0f4255367cba0a1d3e5c2
Patch Set 1 #
Messages
Total messages: 13 (9 generated)
|
|||||||||||||||||||