Re: [PATCH weston 2/3] window: Bring back support for rgb windows

2012-12-07 Thread Ander Conselvan de Oliveira
On 12/07/2012 05:03 AM, Kristian Høgsberg wrote: On Wed, Dec 05, 2012 at 03:14:05PM +0200, Ander Conselvan de Oliveira wrote: This let us test overlays with toytoolkit applications. We can't just rely on the opaque region, because a drmModeSetPlane() call will fail if we use an ARGB bo because o

Re: [PATCH weston 2/3] window: Bring back support for rgb windows

2012-12-06 Thread Kristian Høgsberg
On Wed, Dec 05, 2012 at 03:14:05PM +0200, Ander Conselvan de Oliveira wrote: > This let us test overlays with toytoolkit applications. We can't just > rely on the opaque region, because a drmModeSetPlane() call will fail > if we use an ARGB bo because of the format check. Aren't we better of allow

[PATCH weston 2/3] window: Bring back support for rgb windows

2012-12-05 Thread Ander Conselvan de Oliveira
This let us test overlays with toytoolkit applications. We can't just rely on the opaque region, because a drmModeSetPlane() call will fail if we use an ARGB bo because of the format check. This reverts commits 067fd605345355094953d8e355fcfd0935304039, fedc527723128ee08f443c8955d75d7cd0d956a6 and