Building on Linux/PPC64 results in a stream of errors: GraphicsCriticalError: [0][GFX1]: Unknown image format
It seems an endian-ness check was introduced for texture formats in Moz2D that is unnecessary and results in an incorrect format on big-endian machines. Mozilla never addressed this because PPC64 is a tier3 platform.
As reported [on the forum](https://forum.palemoon.org/viewtopic.php?f=57&t=21599).
Building on Linux/PPC64 results in a stream of errors:
`GraphicsCriticalError: [0][GFX1]: Unknown image format`
It seems an endian-ness check was introduced for texture formats in Moz2D that is unnecessary and results in an incorrect format on big-endian machines. Mozilla never addressed this because PPC64 is a tier3 platform.
As reported on the forum.
Building on Linux/PPC64 results in a stream of errors:
GraphicsCriticalError: [0][GFX1]: Unknown image format
It seems an endian-ness check was introduced for texture formats in Moz2D that is unnecessary and results in an incorrect format on big-endian machines. Mozilla never addressed this because PPC64 is a tier3 platform.