Re: [Mesa-dev] [PATCH] mesa: Require current libxcb.

2012-07-06 Thread Ian Romanick
On 07/05/2012 03:08 PM, Eric Anholt wrote: Without that, people with buggy apps that looked at just the server string for GLX_ARB_create_context would call this function that just threw an error when you tried to make a context. Google shows plenty of complaints about this. Oh yeah. I never w

Re: [Mesa-dev] [PATCH] mesa: Require current libxcb.

2012-07-05 Thread Kenneth Graunke
On 07/05/2012 03:08 PM, Eric Anholt wrote: > Without that, people with buggy apps that looked at just the server > string for GLX_ARB_create_context would call this function that just > threw an error when you tried to make a context. Google shows plenty > of complaints about this. Having these #

[Mesa-dev] [PATCH] mesa: Require current libxcb.

2012-07-05 Thread Eric Anholt
Without that, people with buggy apps that looked at just the server string for GLX_ARB_create_context would call this function that just threw an error when you tried to make a context. Google shows plenty of complaints about this. --- configure.ac | 21 + src/g