<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 --- - [bisected] Mesa demos fails to link with drawtex.c:34: undefined reference to `glDrawTexfOES'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78101">78101</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[bisected] Mesa demos fails to link with drawtex.c:34: undefined reference to `glDrawTexfOES'
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Demos
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Mesa demos fails to link with the following errors:

drawtex.o: In function `draw':
/demos/src/egl/opengles1/drawtex.c:34: undefined reference to `glDrawTexfOES'
collect2: error: ld returned 1 exit status
make[3]: *** [drawtex_screen] Error 1
make[3]: *** Waiting for unfinished jobs....
drawtex.o: In function `draw':
/demos/src/egl/opengles1/drawtex.c:34: undefined reference to `glDrawTexfOES'
collect2: error: ld returned 1 exit status
make[3]: *** [drawtex_x11] Error 1
make[3]: Leaving directory `/demos/src/egl/opengles1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/demos/src/egl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/demos/src'
make: *** [all-recursive] Error 1

The problem stems from mesa commit 1a59f9a131318e1239b47b9ea4fe7c84f461cf37

Author: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
Date:   Wed Mar 26 12:57:47 2014 -0700

    mapi_abi: Make ES1 and ES2 static_dispatch=false functions hidden

    This has been a long standing issue with the ES libraries.  Functions
    marked in the XML with 'static_dispatch=false' were still incorrectly
    exported.  ABI-check is supposed to detect this case, but we have to
    paper over failures every time a new extension is added.

    This change will cause a big pile of functions to disappear from
    libGLESv2 and libGLESv1_CM.</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>