Re: Getting egl clients to work

2014-06-02 Thread Bill Spitzak
I recompiled mesa with --enable-gallium-egl (is there a reason this is disabled in the build instructions?). This certainly had some effect but the egl test program still fails: $ weston/weston-simple-egl ... libEGL debug: Native platform type: wayland (autodetected) libEGL debug: EGL search pa

Re: Getting egl clients to work

2014-06-02 Thread Pekka Paalanen
On Mon, 02 Jun 2014 10:46:29 -0700 Bill Spitzak wrote: > Actually all I am trying to do is get software EGL to work. I did > not think there was a chance at all that the nVidia drivers could > be used. But maybe it is a possibility... > > > Sounds like you are using Mesa (software renderer) on y

Re: Getting egl clients to work

2014-06-02 Thread Bill Spitzak
Actually all I am trying to do is get software EGL to work. I did not think there was a chance at all that the nVidia drivers could be used. But maybe it is a possibility... Sounds like you are using Mesa (software renderer) on your system otherwise using Nvidia proprietary stack (right?). Y

Re: Getting egl clients to work

2014-06-01 Thread Pekka Paalanen
On Tue, 27 May 2014 16:11:04 -0700 Bill Spitzak wrote: > On 05/25/2014 11:22 PM, Pekka Paalanen wrote: > > > I suppose this refers to the DRI2 protocol for X11. I believe > > it is an internal detail in getting Mesa EGL working properly > > under X11 for Weston itself. This doesn't apply to tota

Getting egl clients to work

2014-05-27 Thread Bill Spitzak
On 05/25/2014 11:22 PM, Pekka Paalanen wrote: I suppose this refers to the DRI2 protocol for X11. I believe it is an internal detail in getting Mesa EGL working properly under X11 for Weston itself. This doesn't apply to totally different graphics stacks like the Nvidia proprietary. This has no