Re: [PATCH] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-16 Thread Mark Kettenis
> From: Keith Packard > Date: Sun, 15 Nov 2015 23:51:04 -0800 > > Mark Kettenis writes: > > > This function is used by the modesetting driver to implement DRI2 and > > shouldn't fail on systems that don't support DRI3. > > If

Re: [PATCH] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-16 Thread Michel Dänzer
On 16.11.2015 22:43, Mark Kettenis wrote: > > There is one issue though. The colors are wrong! As far as I can > tell red and blue are reversed in the output for anything that uses 3D > acceleration (everything produced by the "2D" codepaths seems to be > fine). I've been hunting this down

[PATCH] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-15 Thread Mark Kettenis
This function is used by the modesetting driver to implement DRI2 and shouldn't fail on systems that don't support DRI3. Signed-off-by: Mark Kettenis --- glamor/glamor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/glamor/glamor.c b/glamor/glamor.c index

Re: [PATCH] glamor: Make glamor_name_from_pixmap work without DRI3

2015-11-15 Thread Keith Packard
Mark Kettenis writes: > This function is used by the modesetting driver to implement DRI2 and > shouldn't fail on systems that don't support DRI3. If glamor_egl_dri3_fd_name_from_tex works on systems not using DRI3, then it better have its name changed to match reality.