DescriptionFix various issues with framebuffer fetch
This CL does two things. First it fixes a bug of ours where when using
a custom fbFetch variable (es 3.0 and higher), we sometimes overwrite
the out color and then attempt to use it as the dst color later. This is
fixed here by using an intermediate variable.
Secondly I've added a workaround to an andreno fbFetch where reading from
the outColor always returns the original dstColor even if we've overwritten
the value.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2248403003
Committed: https://skia.googlesource.com/skia/+/138c26300f2686175f68b5a3528133f5c9edb596
Patch Set 1 #Patch Set 2 : nit #
Messages
Total messages: 8 (4 generated)
|