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 >

Video: qtwebkit w/ youtube

2012-03-22 Thread darxus
http://www.chaosreigns.com/wayland/demos/2012-03-22-weston-qtwebkit-youtube.ogv For some reason, mplayer is mangling playback, but totem and firefox are playing it fine. This is wayland/weston 0.85, qtbase master, qtwayland 0.85, qtwebkit master, and the masters of all the other qt5 submodules: h

Re: [PATCH] shell: fix matrix invertible bug in rotation handler

2012-03-22 Thread Kristian Hoegsberg
On Thu, Mar 22, 2012 at 10:22:04PM +0100, Rafal Mielniczuk wrote: > While activating and deactivating rotation mechanism without moving > the pointer, rotation matrix from rotate_grab object is not being > initialised and damage shell surface rotation matrix in > rotate_grab_button handler, making

Re: [PATCH v2] Remove info about nouveau kernel build

2012-03-22 Thread Kristian Høgsberg
On Thu, Mar 22, 2012 at 9:58 PM, wrote: > From: Casey Dahlin > > The page flip code for nouveau has been upstream for almost a year now, but > the > build instructions still stated you needed a kernel from nouveau git. This has > been corrected. Thanks, pushed. Kristian > Signed-off-by: Casey

Re: [PATCH] Add simple memory leak check to all tests.

2012-03-22 Thread Kristian Hoegsberg
On Thu, Mar 22, 2012 at 01:37:20PM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > Wrap all test cases with a memory balance check to > detect potential memory leaks. > Fixed a few tests that had memory leaks contained > in the test themselves. Thanks Artie, that's cool and good to see t

[PATCH v2] Remove info about nouveau kernel build

2012-03-22 Thread cdahlin
From: Casey Dahlin The page flip code for nouveau has been upstream for almost a year now, but the build instructions still stated you needed a kernel from nouveau git. This has been corrected. Signed-off-by: Casey Dahlin --- Last version removed still-valid info about firmware building.html

[PATCH] wayland-web: Remove info about nouveau kernel build

2012-03-22 Thread cdahlin
From: Casey Dahlin The page flip code for nouveau has been upstream for almost a year now, but the build instructions still stated you needed a kernel from nouveau git. This has been corrected. Signed-off-by: Casey Dahlin --- building.html | 32 ++-- 1 files chang

[PATCH] shell: fix matrix invertible bug in rotation handler

2012-03-22 Thread Rafal Mielniczuk
While activating and deactivating rotation mechanism without moving the pointer, rotation matrix from rotate_grab object is not being initialised and damage shell surface rotation matrix in rotate_grab_button handler, making it invertible. This patch initialise rotate matrix in rotate_binding and

Starting document for porting wayland to mali gpu

2012-03-22 Thread Simon Hong
Dear folks, I'm new to wayland and want to port wayland on Mali GPU. Any advice, articles or document for start porting for wayland newbie. Thank you. Simon -- == Simon Hong "Secret of success is consistency to purpose" ___

[PATCH] Add simple memory leak check to all tests.

2012-03-22 Thread U. Artie Eoff
From: "U. Artie Eoff" Wrap all test cases with a memory balance check to detect potential memory leaks. Fixed a few tests that had memory leaks contained in the test themselves. Signed-off-by: U. Artie Eoff --- tests/Makefile.am |2 +- tests/array-test.c |1 + tests/map-test.c|

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: I'm planning on developing a window manager for Wayland

2012-03-22 Thread Pier Luigi
2012/3/22 Connor H : > I'm planning on developing a window manager in Qt that uses Wayland. I've > looked at the documentation on freedesktop.org, and while it's good for > introducing people to the architecture, I'd like something more detailed. Is > there any further documentation that I can look

I'm planning on developing a window manager for Wayland

2012-03-22 Thread Connor H
I'm planning on developing a window manager in Qt that uses Wayland. I've looked at the documentation on freedesktop.org, and while it's good for introducing people to the architecture, I'd like something more detailed. Is there any further documentation that I can look at?

Building qtwebkit with wayland 0.85

2012-03-22 Thread darxus
Good: Youtube works, via html5 playback. Bad: Keyboard input doesn't work, weston crashes occasionally: https://bugs.freedesktop.org/show_bug.cgi?id=47728 Screenshot: http://www.chaosreigns.com/wayland/screenshots/2012-03-21-weston-youtube-cropped.png This is pretty straight forward, but takes

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 3/5] drm: plane src coords are 16.16 fixed point

2012-03-22 Thread Kristian Hoegsberg
On Tue, Mar 20, 2012 at 10:48:55AM -0700, Jesse Barnes wrote: > On Sun, 11 Mar 2012 19:48:43 -0500 > Rob Clark wrote: > > > From: Rob Clark > > > > --- > > src/compositor-drm.c |9 - > > 1 files changed, 4 insertions(+), 5 deletions(-) > > > > diff --git a/src/compositor-drm.c b/s

Re: [PATCH] evdev: fix input lag when processing input from output repaint

2012-03-22 Thread Kristian Hoegsberg
On Tue, Mar 20, 2012 at 09:36:33PM -0700, Chase Douglas wrote: > On 03/20/2012 05:02 PM, Kristian Hoegsberg wrote: > > On Tue, Mar 20, 2012 at 11:54:56AM +0200, Ander Conselvan de Oliveira wrote: > >> When the compositor is in a repaint cycle, input is processed only once > >> per frame. However, a

Re: [PATCH] shell: correct position of a surface before rotating it.

2012-03-22 Thread Kristian Hoegsberg
On Wed, Mar 21, 2012 at 10:40:20PM +0100, Rafal Mielniczuk wrote: > How to reproduce: rotate the surface to something like 45 degrees, > resize it drastically, continue to rotate. The surface will jump > some space and the rotation point will not be in the center > of the surface. > > Fix is to sh

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

[RFC] Add support sub transient window moving followed with main window

2012-03-22 Thread yan . wang
From: yanwang For supportng sub transient window moving followed with main window: 1. In shell_surface_set_transient() record parent/child relationship of weston_surface into wl_list. 2. Reset position transient windows recursively in move_grab_motion() callback function. 3. Restack layer of tran