Re: [Mesa-dev] [PATCH 08/11] GLX/DRI3: Add GPU offloading support.

2014-06-24 Thread Axel Davy
On 23/06/2014 04:48, Michel Dänzer wrote : If X doesn't know anything about the secondary card, the secondary card must use the server side GLX information from the driver of the primary card, right? That seems rather hackish to me, and like it can only work as long as the cards / drivers are 'si

Re: [Mesa-dev] [PATCH 08/11] GLX/DRI3: Add GPU offloading support.

2014-06-23 Thread Michel Dänzer
On 19.06.2014 12:27, Axel Davy wrote: > The differences with DRI2 GPU offloading are: > . There's no logic for GPU offloading needed in the Xserver > . for DRI2, the card would render to a back buffer, and > the content would be copied to the front buffer (the same buffers > everytime). Here we can

Re: [Mesa-dev] [PATCH 08/11] GLX/DRI3: Add GPU offloading support.

2014-06-19 Thread Axel Davy
I've just noted I forgot to update the blitImage flags on this patch, when I use 1 as flush_flag argument it should be replaced by __BLIT_FLAG_FLUSH. Axel Davy On 18/06/2014 23:27, Axel Davy wrote : The differences with DRI2 GPU offloading are: . There's no logic for GPU offloading needed in t

[Mesa-dev] [PATCH 08/11] GLX/DRI3: Add GPU offloading support.

2014-06-18 Thread Axel Davy
The differences with DRI2 GPU offloading are: . There's no logic for GPU offloading needed in the Xserver . for DRI2, the card would render to a back buffer, and the content would be copied to the front buffer (the same buffers everytime). Here we can potentially use several back buffers and copy t