Can we enable sprites for drm-backend by default?

2013-11-12 Thread wuzhiwen
Hi all, I am trying to enabling sprites for drm-backend on Intel Tizen IVI platform using Intel Gen Graphic, and found a commit (de37d67ac5a3d6, Fri Nov 2 10:14:40 2012) which always disable sprites by setting "sprites_are_broken = 1". I just commented this line and enabled sprites for drm-backend,

RE: [PATCH 1/2] shell: Fix setting a random position when buffer size changed.

2012-03-13 Thread wuzhiwen
Sorry for re-sending this patch, you can just ignore it. >-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of zhiwen...@linux.intel.com >Sent: Tuesday

RE: [PATCH] compositor: Fix pick an incorrect surface due to dirty surface_list

2012-03-11 Thread wuzhiwen
Hi Kristian, >-Original Message- >From: Kristian Hoegsberg [mailto:hoegsb...@gmail.com] >Sent: Monday, March 12, 2012 4:23 AM >To: zhiwen...@linux.intel.com >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] compositor: Fix pick an incorrect surface due to dirty >surface_list

RE: [PATCH 3/3] shell: Implement "driver" method of fullsceen.

2012-03-08 Thread wuzhiwen
Hi, Thanks for your review, comments inlined. >-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of Pekka Paalanen >Sent: Wednesday, March 07, 2012 9:1

[PATCH]fix a positioning issues caused by change of buffer size and refine the fullscreen logic in configure()

2012-03-02 Thread wuzhiwen
From: Alex Wu Fix a positioning issues caused by change of buffer size and refine the fullscreen logic in configure(). --- weston: The following changes since commit b9747d02c61adb28261c03ffdb584ce8fbed22b5 : shell: Add implementation of fullscreen.

RE: [PATCH 1/2] shell: Add implementation of fullscreen.

2012-03-01 Thread wuzhiwen
Hi, Thanks for your comments. You are right, this is a bug. The following code is meant to restore the initial position of a toplevel surface when it switch from a non-toplevel to toplevel. The problem is that (prev_surface_type != SHELL_SURFACE_TOPLEVEL) can not drop the buffer size changing c

[fullscreen v9] add fullscreen implementation and a test client

2012-02-29 Thread wuzhiwen
From: Alex Wu V7: Fullscreen surface will be atop panels and with a black surface underlying it. Only the WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE method implemented in this version. We will implement other methods in another patch. V8: Move all the fullscreen things to map() or confi

[fullscreen v8] add fullscreen implementation and a test client

2012-02-28 Thread wuzhiwen
From: Alex Wu V7: Fullscreen surface will be atop panels and with a black surface underlying it. Only the WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE method implemented in this version. We will implement other methods in another patch. V8: Move all the fullscreen things to map() or confi

RE: [PATCH 2/3] shell: Add implementation of fullscreen.

2012-02-27 Thread wuzhiwen
Hi Pekka, Good jumping in:), that really fix my concerns on configure. >-Original Message- >From: Pekka Paalanen [mailto:ppaala...@gmail.com] >Sent: Monday, February 27, 2012 3:50 PM >To: wuzhiwen >Cc: 'Kristian Hoegsberg'; juan.j.z...@linux.intel.com; k...@bitp

RE: [PATCH 2/3] shell: Add implementation of fullscreen.

2012-02-26 Thread wuzhiwen
Hi khr, Comments inlined. >-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of Kristian Hoegsberg >Sent: Monday, February 27, 2012 4:03 AM >To: zhiwe

RE: [PATCH 1/3] compositor: Export 3 functions from compositor.c

2012-02-26 Thread wuzhiwen
>-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of Kristian Hoegsberg >Sent: Monday, February 27, 2012 3:36 AM >To: zhiwen...@linux.intel.com >Cc:

[PATCH or PULL v7] add fullscreen implementation and a test client

2012-02-25 Thread wuzhiwen
From: Alex Wu V7: Fullscreen surface will be atop panels and with a black surface underlying it. Only the WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE method implemented in this version. We will implement other methods in another patch. --- weston: The following changes since co

RE: [PATCH] [RFC]Shell: Hide panels when compositor has a top fullscreen surface.

2012-02-19 Thread wuzhiwen
>-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of Bill Spitzak >Sent: Saturday, February 18, 2012 3:56 AM >To: wuzhiwen

RE: [PATCH] [RFC]Shell: Hide panels when compositor has a top fullscreen surface.

2012-02-19 Thread wuzhiwen
Hi Krh, Thanks for your feedback, my comments inlined. >-Original Message- >From: >wayland-devel-bounces+zhiwen.wu=linux.intel@lists.freedesktop.org >[mailto:wayland-devel-bounces+zhiwen.wu=linux.intel.com@lists.freedesktop.o >rg] On Behalf Of Kristian H?gsberg >Sent: Saturday, Februa

RE: [PATCH] [RFC]Shell: Hide panels when compositor has a top fullscreen surface.

2012-02-16 Thread wuzhiwen
Hi Bill, Thanks for your reply. I summarized my scheme as following: 1. Make the panels always atop the top regular window. This means no hiding operation to panels, all things is about stacking adjustment. Compositor will check the window status and adjust the stacking every time before it repa

RE: [PATCH] [RFC]Shell: Hide panels when compositor has a top fullscreen surface.

2012-02-15 Thread wuzhiwen
>-Original Message- >From: Bill Spitzak [mailto:spit...@gmail.com] >Sent: Thursday, February 16, 2012 2:03 AM >To: Juan Zhao >Cc: Wu, Zhiwen; wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] [RFC]Shell: Hide panels when compositor has a top >fullscreen surface. > >Juan Zhao wrote

RE: [PATCH] [RFC]Shell: Hide panels when compositor has a top fullscreen surface.

2012-02-14 Thread wuzhiwen
>-Original Message- >From: Bill Spitzak [mailto:spit...@gmail.com] >Sent: Wednesday, February 15, 2012 6:02 AM >To: Wu, Zhiwen >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH] [RFC]Shell: Hide panels when compositor has a top >fullscreen surface. > >zhiwen...@intel.com wrote