[Mesa-dev] [PATCH 2/2] Fix indirect fallback when a non-Mesa GLX extension is present.

Xavier Bestel xavier.bestel at free.fr
Thu Apr 22 10:29:45 PDT 2010


Hi,

On Thu, 2010-04-22 at 09:30 -0700, Aaron Plattner wrote:
> diff --git a/src/glx/glxext.c b/src/glx/glxext.c
> index 6d6f89e..5289354 100644
> --- a/src/glx/glxext.c
> +++ b/src/glx/glxext.c
> @@ -539,8 +539,6 @@
> __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int
> count,
>           i = count;
>           break;
>        default:
> -         /* Ignore the unrecognized tag's value */
> -         bp++;
>           break;
>        }
>     }

Is there a reason why you undo your patch #1 in your patch #2 ?

	Xav



More information about the mesa-dev mailing list