DescriptionSampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp assumes GL_RGBA texture format on all platforms except Windows (where it uses GL_BGRA), so texture colours come out wrong. As a temporary fix, do on Linux what we do on Windows, and assume GL_BGRA. (This should be made more general later, and the assumption of matching formats between Skia and Ganesh removed.)
Patch Set 1 #Patch Set 2 : Whoops; upload the correct patch this time #MessagesTotal messages: 4
|