<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76577">76577</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function)
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fragabr@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>XOrg CVS
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>General
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DRI
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=96331" name="attach_96331" title="config.log">attachment 96331</a> <a href="attachment.cgi?id=96331&action=edit" title="config.log">[details]</a></span>
config.log

I'm compiling Mesa git with the following configure options:

./configure --prefix=/usr/xorg --libdir=/usr/xorg/lib64 --with-dri-drivers=i965
--with-gallium-drivers="" --enable-texture-float 

and I get the following error:

make[4]: Entering directory
'/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers/dri2'
  CC       egl_dri2.lo
In file included from ../../../../src/egl/main/egldriver.h:36:0,
                 from egl_dri2.h:70,
                 from egl_dri2.c:45:
../../../../src/egl/main/eglapi.h:126:90: warning: 'struct wl_resource'
declared inside parameter list [enabled by default]
 typedef EGLBoolean (*QueryWaylandBufferWL_t)(_EGLDriver *drv, _EGLDisplay
*displ, struct wl_resource *buffer, EGLint attribute, EGLint *value);
                                                                               
          ^
../../../../src/egl/main/eglapi.h:126:90: warning: its scope is only this
definition or declaration, which is probably not what you want [enabled by
default]
egl_dri2.c: In function 'dri2_setup_screen':
egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in
this function)
       disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR;
                           ^
egl_dri2.c:507:27: note: each undeclared identifier is reported only once for
each function it appears in
egl_dri2.c: In function 'dri2_create_context':
egl_dri2.c:811:40: error: 'EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR' undeclared
(first use in this function)
           && dri2_ctx->base.Profile ==
EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR)
                                        ^
egl_dri2.c:860:41: error: 'EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR' undeclared
(first use in this function)
             if ((dri2_ctx->base.Flags &
EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR) != 0
                                         ^
egl_dri2.c:870:58: error: 'EGL_NO_RESET_NOTIFICATION_KHR' undeclared (first use
in this function)
          if (dri2_ctx->base.ResetNotificationStrategy !=
EGL_NO_RESET_NOTIFICATION_KHR) {
                                                          ^
Makefile:565: recipe for target 'egl_dri2.lo' failed
make[4]: *** [egl_dri2.lo] Error 1
make[4]: Leaving directory
'/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers/dri2'
Makefile:514: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
'/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers'
Makefile:512: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/egl'
Makefile:533: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src'
Makefile:584: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

*********************

I attached config.log. Any hints?</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>