Re: [PATCH xf86-video-amdgpu] glamor: Set AMDGPU_CREATE_PIXMAP_DRI2 for DRI3 pixmaps

2018-07-25 Thread Alex Deucher
On Wed, Jul 25, 2018 at 12:38 PM, Michel Dänzer wrote: > From: Michel Dänzer > > Not doing this resulted in falling back to software for DRI3 client > presentation operations with ShadowPrimary. > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- > src/amdgpu_dri3.c | 1 + > 1

[PATCH xf86-video-amdgpu] glamor: Set AMDGPU_CREATE_PIXMAP_DRI2 for DRI3 pixmaps

2018-07-25 Thread Michel Dänzer
From: Michel Dänzer Not doing this resulted in falling back to software for DRI3 client presentation operations with ShadowPrimary. Signed-off-by: Michel Dänzer --- src/amdgpu_dri3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amdgpu_dri3.c b/src/amdgpu_dri3.c index