https://bugs.freedesktop.org/show_bug.cgi?id=62999
Priority: medium
Bug ID: 62999
Assignee: [email protected]
Summary: glXChooseFBConfig with GLX_DRAWABLE_TYPE,
GLX_DONT_CARE fails
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev