[PATCH] ecore-wayland: Improve opaque setting logic.

2013-01-04 Thread Alex Wu
win->surface checking in ecore_wl_window_buffer_attach before send any wl_surface related request, it will avoid segfault in case that calling ecore_wl_window_buffer_attach() before ecore_wl_window_show(). From 40ed108f3fc16c87d93c49aee4961a53e01a78a2 Mon Sep 17 00:00:00 2001 From: Alex Wu Dat

ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-16 Thread Alex Wu
Hi all, To fix the regression reported at http://trac.enlightenment.org/e/ticket/1993, I cooked the version 2 of this patch. Please checkout it out. From e4ff96104075c972b24752e6799ac88acceccd48 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Mon, 17 Dec 2012 11:05:11 +0800 Subject: [PATCH] ecore

Bug: wayland performance halfed when running es2gears_wayland at fedora17

2012-08-21 Thread Alex Wu
Hi all, We are doing some performance profiling on wayland using es2gears and found a issue that mesa-deoms/src/egl/opengles2/es2gears_wayland (running drm backend) on platform-a (sandybridge, fedora 17 with kernel version 3.5) has 30fps but es2gears_x11 60fps, but on platform-b (sandybridge, Ubun

Re: [PATCH 1/2] ecore_wayland: Add Copy and Paste support

2012-07-26 Thread Alex Wu
于 2012/7/26 18:41, Daniel Stone 写道: Hi, On 26 July 2012 11:18, wrote: Add a global Ecore_Wl_Dnd object to handle copy and paste. I think it is more appropriate to name this struct Ecore_Wl_Selection, which is responsible for both dnd and cnp. This patch just cover the copy and paste and not su

Re: gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread Alex Wu
lay 0x8083c38 is destroyed with resources > libEGL debug: Display 0x9a9bcd8 is destroyed with resources > > > Regards, > Suranjana > > > > > > From: Alex Wu [zhiwen...@linux.intel.com] > Sent: Tuesday, May 29, 2012 7:4

Re: gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread Alex Wu
Due to some gtk application has dependency which may stop it running on wayland, I suggest to run a simple gtk3 application like gnome-calculator to verify that your gtk3 and weston works well. You can ref https://launchpad.net/~darxus/+archive/wayland-gtk

Re: Weston running on Ubuntu 11.10 : Query on libEGL debug output

2012-05-21 Thread Alex Wu
? 2012/5/22 1:40, souvik.da...@wipro.com ??: Script done on Monday 21 May 2012 07:05:43 PM IST > From the above log, it seems that libEGL debug logs are occuring twice. One set with libEGL debug: Native platform type: drm (autodetected) .. and other set with libEGL debug: Native p

Re: GTK Ubuntu Precise packaging success

2012-05-09 Thread Alex Wu
? 2012/5/8 22:42, dar...@chaosreigns.com ??: On 05/08, Alex Wu wrote: Hi darxus, I installed your PPA on my ubuntu 12.04 desktop and followed your directions on [1]https://launchpad.net/~darxus/+archive/wayland-gtk to run the gtk apps you listed both on native weston and weston

Re: GTK Ubuntu Precise packaging success

2012-05-08 Thread Alex Wu
Hi darxus, I installed your PPA on my ubuntu 12.04 desktop and followed your directions on https://launchpad.net/~darxus/+archive/wayland-gtk to run the gtk apps you listed both on native weston and weston as X11 client. I would like to share some information of my trying. 1. gtk apps will c

Re: Migration guide?

2012-05-06 Thread Alex Wu
于 2012/5/7 4:30, Gregory Merchan 写道: Hi, I looking for a migration guide from X11 to Wayland. Most of my Google search results are real estate listings for properties with windows in Wayland, MA. I have just a few things I hope someone will help me with: 1. The X property mechanism was generic

Re: Weston on Android - First light

2012-04-27 Thread Alex Wu
于 2012/4/27 20:56, Pekka Paalanen 写道: Hi all, I am happy to announce the first step towards a Wayland stack on Android: simple-shm runs with Weston on a Galaxy Nexus! The whole story, a picture, and a video: http://ppaalanen.blogspot.com/2012/04/first-light-from-weston-on-android.html Thanks,

Re: [PULL weston] simple fixes

2012-04-27 Thread Alex Wu
于 2012/4/27 14:56, yan.w...@linux.intel.com 写道: On Fri, Apr 27, 2012 at 8:09 AM, wrote: On Thu, 26 Apr 2012 19:42:52 -0700 (PDT) yan.w...@linux.intel.com wrote: http://cgit.collabora.com/git/user/pq/wayland-demos.git/log/?h=simple-fixes ... About "simple-shm: render meaningful diagnostics",

Re: [PATCH v2] shell: Fix Bug 48906

2012-04-26 Thread Alex Wu
于 2012/4/27 9:55, yan.w...@linux.intel.com 写道: From: Alex Wu Remove rotation when entering fullscreen and restore rotation when exiting fullscreen. --- src/shell.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/shell.c b/src/shell.c index 9c844b5

Re: [PATCH v2 1/2] animation: add fading-in animation

2012-04-25 Thread Alex Wu
于 2012/4/25 19:09, juan.j.z...@linux.intel.com 写道: From: Juan Zhao To ful-fill user experience, add the fading-in animation when mapping a window. v2: update that westom_surface_damage to repaint remove that transform part in fade struct Signed-off-by: Juan Zhao --- src/util.c | 85 +

Re: [PATCH 2/3] compositor-drm: Add switch_mode support.

2012-04-17 Thread Alex Wu
于 2012/4/18 9:01, Juan Zhao 写道: On 04/17/2012 05:20 PM, zhiwen...@linux.intel.com wrote: + if (!drm_mode) { + printf("%s, invalid resolution:%dx%d\n", __func__, mode->width, mode->height); + return -1; + } else if (&drm_mode->base == output->base.current) { + return 0; + } else if (drm_mode->b