DescriptionRemove warning DCHECK from GPU Image Decode Controller
When uploading an image, the DeferredTextureImageUsageParams should not
have changed from initial sizing time. Somehow this can happen. This is
not a correctness error, but a slight perf issue, as it will cause us
to lazy generate mips as opposed to doing so asynchronously.
We should fix this issue and re-add the DCHECKs to enforce this, but
until we are able to, remove the DCHECK.
BUG=649167
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
Committed: https://crrev.com/1299d0c91e5943e7ebc689d3770793180fa0b1af
Cr-Commit-Position: refs/heads/master@{#420685}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|