Bug 61282

Summary: build failure since 413941e1, glDiscardFramebufferEXT undeclared
Product: Mesa Reporter: Brad King <brad.king>
Component: OtherAssignee: Tapani Pälli <lemody>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: medium CC: chadversary, hobbsk, idr, jon.turney
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Brad King 2013-02-22 14:16:39 UTC
Since commit 413941e1 (gles2: a stub implementation for GL_EXT_discard_framebuffer, 2013-02-18) Mesa fails to build as follows:

$ ./autogen.sh --disable-dri \
               --disable-egl \
               --disable-shared-glapi \
               --enable-xlib-glx \
               --enable-osmesa \
               --without-gallium-drivers
$ make
...
Making all in mapi/glapi
make[2]: Entering directory `.../src/mapi/glapi'
  CC     glapi_getproc.lo
In file included from glapi_getproc.c:48:0:
../../../src/mapi/glapi/glprocs.h:2573:5: error: 'glDiscardFramebufferEXT' undeclared here (not in a function)
Comment 1 Jon Turney 2013-02-22 20:10:55 UTC
also seen in x.org tinderbox 
http://tinderbox.freedesktop.org/builds/2013-02-21-0010/logs/libGL/#build
Comment 2 Tapani Pälli 2013-02-22 20:29:11 UTC

*** This bug has been marked as a duplicate of bug 61199 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.