DescriptionProperly support BGRA textures on desktop GL
On GLES2, you must have internalFormat == format. That's what WebKit passes to
WebGraphicsContext3DInProcessImpl. On Desktop GL, internalFormat must be one of
RGBA* for BGRA textures. This patch does the proper translation.
BUG=None
TEST=WebKit compositor
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104674
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|