Re: [Mesa-dev] [PATCH 2/3] Create untiled buffers in get_back_bo when needed.

2013-11-22 Thread Marek Olšák
Commits should be prefixed with the name of the component they're changing. This one should be "egl: ...". Marek On Thu, Nov 7, 2013 at 5:13 PM, Axel Davy wrote: > We must send to the compositor buffer it is able to read. > > Since tiling modes are different on graphic cards, we have > to disabl

Re: [Mesa-dev] [PATCH 2/3] Create untiled buffers in get_back_bo when needed.

2013-11-21 Thread Kristian Høgsberg
On Thu, Nov 07, 2013 at 05:13:37PM +0100, Axel Davy wrote: > We must send to the compositor buffer it is able to read. > > Since tiling modes are different on graphic cards, we have > to disable tiling when creating the buffers if we render > with a different graphic card than the compositor. > >

[Mesa-dev] [PATCH 2/3] Create untiled buffers in get_back_bo when needed.

2013-11-07 Thread Axel Davy
We must send to the compositor buffer it is able to read. Since tiling modes are different on graphic cards, we have to disable tiling when creating the buffers if we render with a different graphic card than the compositor. Signed-off-by: Axel Davy --- src/egl/drivers/dri2/platform_wayland.c |