<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mesa's demo / tools won't compile since EGL changes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91020#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mesa's demo / tools won't compile since EGL changes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91020">bug 91020</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>Mesa commit 7a58262e58d removed all the EGL_MESA_screen_surface definitions as
it was never implemented (according to it).

Seems like mesa-demos doesn't have the necessary compile guards. Something like
the following should fix things

#if EGL_MESA_screen_surface

// code using the extension

#endif

Feel free to wrap up a patch and send it to mesa-dev ML.

Thanks
Emil</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>