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

          Priority: medium
            Bug ID: 62999
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: glXChooseFBConfig with GLX_DRAWABLE_TYPE,
                    GLX_DONT_CARE fails
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: amona...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to