[webkit-reviews] review granted: [Bug 175425] [TexMap] Remove GraphicsContext3D usage from TextureMapperShaderProgram : [Attachment 324397] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 22 22:19:42 PDT 2017


Zan Dobersek <zan at falconsigh.net> has granted Miguel Gomez
<magomez at igalia.com>'s request for review:
Bug 175425: [TexMap] Remove GraphicsContext3D usage from
TextureMapperShaderProgram
https://bugs.webkit.org/show_bug.cgi?id=175425

Attachment 324397: Patch

https://bugs.webkit.org/attachment.cgi?id=324397&action=review




--- Comment #15 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 324397
  --> https://bugs.webkit.org/attachment.cgi?id=324397
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=324397&action=review

>
Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.cpp:200
> +    if (GLContext::current()->version() >= 320)

This should check for m_vao being non-zero.


More information about the webkit-reviews mailing list