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
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
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
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