Comment 26 for bug 1591727

Revision history for this message
In , Msirringhaus (msirringhaus) wrote :

Created attachment 9108439
mozilla-bmo849632.patch

So, I think this is skia once again. Skia can only handle little endian. Workarounds for other things were to swizzle skias input.

I have a preliminary patch that fixes some of the color-issues for the webgl-water-example and
http://mc.pp.se/webgl/webgltest.html

It swizzles pixels read from webgl right at the source.
Water-surface is still too blue and other webgl-examples are not working yet (e.g. firstpersontetris.com )

Any more hints would be welcome