Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Bill Spitzak
On 03/22/2012 09:51 PM, Kristian Høgsberg wrote: Should be fixed in wayland master now. I am unable to reproduce the error with wayland master. Compiling weston now needs another package installed on Ubuntu: libmtdev-dev ___ wayland-devel mailing l

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Bill Spitzak
On 03/22/2012 09:51 PM, Kristian Høgsberg wrote: Thanks it is good to know. I did suspect that such an obvious bug would not be in there and you have reason to believe this function should never be called when the data buffer is empty and want to find out what is really wrong. The terminal does

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Kristian Høgsberg
On Thu, Mar 22, 2012 at 4:01 PM, Bill Spitzak wrote: > Kristian Hoegsberg wrote: > >> It's not getting ignored, it's on my list.  I read the thread and >> obviously there's a serious bug in connection.c that you and others >> are hitting (and I think I've seen it myself).  This just can't be the >

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Bill Spitzak
Kristian Hoegsberg wrote: It's not getting ignored, it's on my list. I read the thread and obviously there's a serious bug in connection.c that you and others are hitting (and I think I've seen it myself). This just can't be the right fix. If you're just typing into the terminal, there's no w

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Kristian Hoegsberg
On Thu, Mar 22, 2012 at 02:59:32AM -0700, Bill Spitzak wrote: > On 03/22/2012 01:43 AM, Pekka Paalanen wrote: > > >>PS: I have not heard anything about my changes to wayland (there are 5 > >>patches). One of them fixed a major bug for me. I believe my EAGAIN > >>changes are a mistake and should be

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Bill Spitzak
On 03/22/2012 01:43 AM, Pekka Paalanen wrote: PS: I have not heard anything about my changes to wayland (there are 5 patches). One of them fixed a major bug for me. I believe my EAGAIN changes are a mistake and should be ignored, but the other changes are still legit imho. Sorry also that I subm

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-22 Thread Pekka Paalanen
On Wed, 21 Mar 2012 14:41:52 -0700 Bill Spitzak wrote: > Also, strangely enough, there actually *is* a depth buffer on the > resulting window, because z compositing works. What is the z compositing you refer to? In which program? Weston certainly has nothing that depends on a depth buffer. > I

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-21 Thread Bill Spitzak
Kristian Hoegsberg wrote: On Sat, Mar 17, 2012 at 01:43:52PM -0700, Bill Spitzak wrote: This makes the compositor and demo clients work on the current nouveau nvfx driver. Obviously does not fix any clients that actually want a depth buffer, but this does allow more people to at least try wayl

Re: [PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-20 Thread Kristian Hoegsberg
On Sat, Mar 17, 2012 at 01:43:52PM -0700, Bill Spitzak wrote: > This makes the compositor and demo clients work on the current > nouveau nvfx driver. Obviously does not fix any clients that > actually want a depth buffer, but this does allow more people to at > least try wayland. Ok, yeah, that's

[PATCH] weston: Don't ask for EGL depth buffer if not needed

2012-03-17 Thread Bill Spitzak
This makes the compositor and demo clients work on the current nouveau nvfx driver. Obviously does not fix any clients that actually want a depth buffer, but this does allow more people to at least try wayland. PS: I have no idea if this is the correct way to submit a patch, please tell me if