[Mesa-dev] [Bug 62999] New: glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 1 09:36:43 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62999

          Priority: medium
            Bug ID: 62999
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: glXChooseFBConfig with GLX_DRAWABLE_TYPE,
                    GLX_DONT_CARE fails
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: amonakov at gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: GLX
           Product: Mesa

The following aborts, indicating a wrong implementation of GLX spec.  This is
minimized from failing startup of Rage under Wine.


#include <GL/glx.h>
#include <assert.h>

int main()
{
  int n;
  glXChooseFBConfig(XOpenDisplay(NULL), 0, (int[]){GLX_DRAWABLE_TYPE,
GLX_DONT_CARE, 0}, &n);
  assert(n);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130401/b5a31c55/attachment.html>


More information about the mesa-dev mailing list