<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel DRI3 driver hangs WebKitGTK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81623#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel DRI3 driver hangs WebKitGTK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81623">bug 81623</a>
              from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
        <pre>(In reply to Bastien Nocera from <a href="show_bug.cgi?id=81623#c14">comment #14</a>)
<span class="quote">> But I'm not sure whether that's not DRI3 being disabled at the X level:</span >
...
<span class="quote">> Mar 01 15:35:25 classic /usr/libexec/gdm-x-session[1697]: (II) intel(0):
> direct rendering: DRI2 DRI3 enabled</span >

DRI3 support is built into driver.

<span class="quote">> Mar 01 15:35:25 classic /usr/libexec/gdm-x-session[1697]: (II) GLX:
> Initialized DRI2 GL provider for screen 0</span >

Intel DDX defaults currently to DRI2, you can set DRI3 default in X config:
--------------------------
Section "Device"
    Driver "Intel"
    Identifier "Intel"
    Option "DRI" "3"
EndSection
--------------------------

If you run the application with LIBGL_DEBUG=verbose, Mesa will tell which DRI
version is used:
--------------------------
$ LIBGL_DEBUG=verbose glxgears 
libGL: Using DRI3 for screen 0
--------------------------</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>