DescriptionUse GL_LINEAR for backing texture of offscreen framebuffer.
The texture filtering mode of backing texture of offscreen
framebuffer is used for rendering Pepper Graphics3D contents.
If GL_NEAREST is used, the contents looks bad when it is scaled
(e.g. CSS transform, changing display resolution on ChromeOS).
This CL changes the texture filtering mode of backing textures
to GL_LINEAR to prevent the contents from looking bad in such cases.
TEST=Set display resolution to 1024x680 on Pixel
TEST=Apply CSS transform to NaCl emebed element
TEST=Apply CSS transform to Flash content
BUG=384687
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290116
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|