RESOLVED FIXED167118
[GTK] [TextureMapper] [GLES2] Draw repeated patterns for NPOT textures manually
https://bugs.webkit.org/show_bug.cgi?id=167118
Summary [GTK] [TextureMapper] [GLES2] Draw repeated patterns for NPOT textures manually
Miguel Gomez
Reported 2017-01-17 05:42:59 PST
Using GLES2, some drivers have problems drawing repeated patterns when using NPOT textures. To avoid this, it's better to manually draw the patterns using the shader.
Attachments
Patch (6.14 KB, patch)
2017-01-17 08:23 PST, Miguel Gomez
no flags
Miguel Gomez
Comment 1 2017-01-17 06:01:19 PST
(In reply to comment #0) > Using GLES2, some drivers have problems drawing repeated patterns when using > NPOT textures. To avoid this, it's better to manually draw the patterns > using the shader. Forgot to mention that this is only a problem when the GL_OES_texture_npot extension is not available.
Miguel Gomez
Comment 2 2017-01-17 08:23:21 PST
WebKit Commit Bot
Comment 3 2017-01-18 00:51:26 PST
Comment on attachment 299034 [details] Patch Clearing flags on attachment: 299034 Committed r210847: <http://trac.webkit.org/changeset/210847>
WebKit Commit Bot
Comment 4 2017-01-18 00:51:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.