Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMacOS IOSurface bug in glCopyTexImage2D causes WebGL test failrues #25995
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://searchfox.org/mozilla-central/rev/6cd54550a27e2f6ca0755a25328f769e41e524f4/gfx/gl/SharedSurfaceIO.cpp#39-44:
referencing https://bugzilla.mozilla.org/show_bug.cgi?id=896693
This produces WebGL test failures using alpha and luminance with
gl.copyTexImage2D, for exampleWe should adopt the same workround as FF.