<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - eglCreateWindowSurface ERROR"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92198">bug 92198</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - eglCreateWindowSurface ERROR"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92198#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - eglCreateWindowSurface ERROR"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92198">bug 92198</a>
              from <span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span></b>
        <pre>There's a few things here:

- The kernel module name is i915 for backwards compatibility reasons, yet on
userspace side there are two drivers - i915 and i965. You can skim
through/compare with $mesa_top/include/pci_ids/i9[16]5_pci_ids.h

- Using eglGetDisplay is implementation specific - don't use that since it
depends on hacks such as EGL_PLATFORM/EGL_DISPLAY and alike. Use
EGL_EXT_platform_base or the EGL 1.5 equivalent.

- Mesa has dropped support for fbdev platform a long time ago. Use drm instead
- see kmscube for a simple example (iirc it uses the eglGetDisplay API so
ignore that part).

- ATM you're building the gallium drivers, which seemingly you don't need. Pass
to configure --without-gallium-drivers</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>