<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GL_PACK_ROW_LENGTH should be optional"
   href="https://bugs.webkit.org/show_bug.cgi?id=161484#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GL_PACK_ROW_LENGTH should be optional"
   href="https://bugs.webkit.org/show_bug.cgi?id=161484">bug 161484</a>
              from <span class="vcard"><a class="email" href="mailto:mihailescu2m&#64;gmail.com" title="memeka &lt;mihailescu2m&#64;gmail.com&gt;"> <span class="fn">memeka</span></a>
</span></b>
        <pre>for my GPU (mali 768) i found GL_PACK_ROW_LENGTH is a GLES3 function

in GLES3/gl3.h:

#ifndef GL_ES_VERSION_3_0
#define GL_ES_VERSION_3_0 1
typedef unsigned short GLhalf;
#define GL_READ_BUFFER                    0x0C02
#define GL_UNPACK_ROW_LENGTH              0x0CF2
#define GL_UNPACK_SKIP_ROWS               0x0CF3
#define GL_UNPACK_SKIP_PIXELS             0x0CF4
#define GL_PACK_ROW_LENGTH                0x0D02

...


but maybe it should be replaced by a GLES2 function for better compatibility.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>