Re: [Mesa-dev] [PATCH] auxiliary/vl: use the correct screen index

2015-07-10 Thread Emil Velikov
On 10 July 2015 at 19:33, Marek Olšák wrote: > I'm sure this doesn't build. "dri2_dpy" is not declared and "screen" is int. > In all honesty I "wrote" it at 3am, but that is no excuse for such a goof-up. A correct version should be out. Thanks, Emil ___

Re: [Mesa-dev] [PATCH] auxiliary/vl: use the correct screen index

2015-07-10 Thread Marek Olšák
I'm sure this doesn't build. "dri2_dpy" is not declared and "screen" is int. Marek On Fri, Jul 10, 2015 at 7:46 PM, Emil Velikov wrote: > Inspired (copied) from Marek's commit for egl/x11 > commit 0b56e23e7f3(egl/dri2: use the correct screen index) > > Cc: 10.6 > Cc: Marek Olšák > Signed-off-b