Re: [wayland-devel] RFC: Ideas to run weston on nvidia/ATI blob with hardware acceleration

2012-07-19 Thread Scott Moreau
> > > Personally I feel this is necessary if wayland is going to succeed. Wayland is already successful in a large way. It is most certainly not contingent upon proprietary drivers supporting wayland. Nvidia will likely fix their driver, but only *AFTER* wayland is being used. It will likely b

Re: [wayland-devel] RFC: Ideas to run weston on nvidia/ATI blob with hardware acceleration

2012-07-19 Thread Bill Spitzak
microcai wrote: For NVIDIA blob to work, we need two things happen: 1) weston side: x11-backend will be changed to only use X for draw, get input directly though /dev/input/event* weston-launch detects an NVIDIA card and NVIDIA blob present, launches a special builded X and ru

[PATCH] wayland util: Handle malloc failure in wl_array_copy()

2012-07-19 Thread Martin Minarik
If the malloc in wl_array_add() fails, we are memcpy-ing to bad memory. This can happen only when copying array to smaller array. --- src/wayland-util.c | 11 --- src/wayland-util.h |2 +- tests/array-test.c |8 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --g

Re: [wayland-devel] RFC: Ideas to run weston on nvidia/ATI blob with hardware acceleration

2012-07-19 Thread Sebastian Gonzalez
Please don't make it easy for "the blob to work with Wayland/Weston", and don't change anything in our stacks for that to happen. Please don't sacrifice anything in our side. Let Nvidia adapt to Wayland/Weston and not the other way around. And if they won't, I think people will be more than happy

Re: [wayland-devel] RFC: Ideas to run weston on nvidia/ATI blob with hardware acceleration

2012-07-19 Thread microcai
2012/7/19 microcai : > The only thing wayland needed is a way to share buffers. > > Currently the reference implementation uses EGL(with wayland > extension) to render, switch to another render api is painful and > useless. > > The only reason that NVIDIA can't cooperate with weston is that, they >

[wayland-devel] RFC: Ideas to run weston on nvidia/ATI blob with hardware acceleration

2012-07-19 Thread microcai
The only thing wayland needed is a way to share buffers. Currently the reference implementation uses EGL(with wayland extension) to render, switch to another render api is painful and useless. The only reason that NVIDIA can't cooperate with weston is that, they don't provide EGL implementation w

Re: [PATCH 3/3] shell: avoid unnecessary busy cursor sending when not-responsing-ping client

2012-07-19 Thread Juan Zhao
On Wed, 2012-07-18 at 12:45 +0300, Ander Conselvan de Oliveira wrote: > On 07/18/2012 08:25 AM, juan.j.z...@linux.intel.com wrote: > > From: Juan Zhao > > > > When the client didn't response to ping event in time, the server > > will do "set_busy_cursor" again and again. > > You still have the

[PATCH weston] weston.ini: Move binding-modifier to shell section.

2012-07-19 Thread Scott Moreau
The variable has no effect as part of the screensaver section. --- weston.ini |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weston.ini b/weston.ini index f0736df..3c98e48 100644 --- a/weston.ini +++ b/weston.ini @@ -5,6 +5,7 @@ background-color=0xff002244 panel-color=0x90