Re: [Mesa-dev] [PATCH] Match swrast modes more loosely.

2015-07-23 Thread Marek Olšák
Removing the "__DRI_ATTRIB_DOUBLE_BUFFER" case fixes it. I'm not familiar with this code. Some investigation would have to be done to know why it broke. Marek On Thu, Jul 23, 2015 at 10:03 PM, Jose Fonseca wrote: > Sure. It's not easy to grasp the side effects of this, so it doesn't > surprise

Re: [Mesa-dev] [PATCH] Match swrast modes more loosely.

2015-07-23 Thread Jose Fonseca
Sure. It's not easy to grasp the side effects of this, so it doesn't surprise me. Do you know which hunk caused problems? Also, I wonder if it would be possible to make the relaxed matching specific to swrast. (Because for HW renderer it's pretty much guaranteed that the X visuals will match

Re: [Mesa-dev] [PATCH] Match swrast modes more loosely.

2015-07-23 Thread Marek Olšák
Hi Jose, FYI, I had to revert this, because it broke glxgears on radeonsi. Marek On Wed, Jul 15, 2015 at 3:25 PM, Jose Fonseca wrote: > From: Tom Hughes > > https://bugs.freedesktop.org/show_bug.cgi?id=90817 > > Signed-off-by: Jose Fonseca > --- > src/glx/dri_common.c | 59 > +++

[Mesa-dev] [PATCH] Match swrast modes more loosely.

2015-07-15 Thread Jose Fonseca
From: Tom Hughes https://bugs.freedesktop.org/show_bug.cgi?id=90817 Signed-off-by: Jose Fonseca --- src/glx/dri_common.c | 59 +++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c index 63