Re: [Mesa-dev] [PATCH] RFC: llvmpipe map scene buffers outside thread.

2015-11-10 Thread Jose Fonseca
On 09/11/15 03:58, Dave Airlie wrote: From: Dave Airlie There might be a reason we do this inside the thread, but I'm not aware of it yet, move stuff around and see if this jogs anyone's memory. It might be a relic from the time where we had swizzled tiles. Jose Doing this outside the thr

Re: [Mesa-dev] [PATCH] RFC: llvmpipe map scene buffers outside thread. (v2)

2015-11-09 Thread Roland Scheidegger
Am 09.11.2015 um 05:19 schrieb Dave Airlie: > From: Dave Airlie > > There might be a reason we do this inside the thread, but I'm not aware of it > yet, move stuff around and see if this jogs anyone's memory. > > Doing this outside the thread at least with front buffer rendering avoids > problem

[Mesa-dev] [PATCH] RFC: llvmpipe map scene buffers outside thread. (v2)

2015-11-08 Thread Dave Airlie
From: Dave Airlie There might be a reason we do this inside the thread, but I'm not aware of it yet, move stuff around and see if this jogs anyone's memory. Doing this outside the thread at least with front buffer rendering avoids problems with XGetImage failing in the thread and deadlocking, no

[Mesa-dev] [PATCH] RFC: llvmpipe map scene buffers outside thread.

2015-11-08 Thread Dave Airlie
From: Dave Airlie There might be a reason we do this inside the thread, but I'm not aware of it yet, move stuff around and see if this jogs anyone's memory. Doing this outside the thread at least with front buffer rendering avoids problems with XGetImage failing in the thread and deadlocking, no