Re: [Mesa-dev] [PATCH 3/9] glx/dri3: Add additional check for gpu offloading case

2015-05-08 Thread Emil Velikov
On 2 May 2015 at 11:15, Axel Davy wrote: > Checks blitImage is implemented. > Initially having the __DRIimageExtension extension > at version 9 at least meant blitImage was supported. > However some implementations do advertise version >= 9 > without implementing it. > Afaict in the above mentione

Re: [Mesa-dev] [PATCH 3/9] glx/dri3: Add additional check for gpu offloading case

2015-05-05 Thread Dave Airlie
On 2 May 2015 at 20:15, Axel Davy wrote: > Checks blitImage is implemented. > Initially having the __DRIimageExtension extension > at version 9 at least meant blitImage was supported. > However some implementations do advertise version >= 9 > without implementing it. > > Signed-off-by: Axel Davy

[Mesa-dev] [PATCH 3/9] glx/dri3: Add additional check for gpu offloading case

2015-05-02 Thread Axel Davy
Checks blitImage is implemented. Initially having the __DRIimageExtension extension at version 9 at least meant blitImage was supported. However some implementations do advertise version >= 9 without implementing it. Signed-off-by: Axel Davy --- src/glx/dri3_glx.c | 5 + 1 file changed, 5 in