OK, that's pretty wierd as I compared the binaries before/after the
change and they seemed to be the same.  I'm sorry for the mix up.

Keith

On Mon, Feb 8, 2010 at 10:15 PM, Francisco Jerez <curroje...@riseup.net> wrote:
> After that commit, some dri2 protocol symbols were being checked from
> places that weren't including dri2proto.h, effectively disabling some
> valuable SwapBuffers codepaths.
> ---
>  src/glx/x11/dri2_glx.c |    1 +
>  src/glx/x11/glxext.c   |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/glx/x11/dri2_glx.c b/src/glx/x11/dri2_glx.c
> index 736cd3a..c4ce73e 100644
> --- a/src/glx/x11/dri2_glx.c
> +++ b/src/glx/x11/dri2_glx.c
> @@ -37,6 +37,7 @@
>  #include <X11/extensions/Xdamage.h>
>  #include "glapi.h"
>  #include "glxclient.h"
> +#include <X11/extensions/dri2proto.h>
>  #include "xf86dri.h"
>  #include <dlfcn.h>
>  #include <fcntl.h>
> diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
> index dde694b..c2de1a3 100644
> --- a/src/glx/x11/glxext.c
> +++ b/src/glx/x11/glxext.c
> @@ -41,6 +41,7 @@
>  #include "glxclient.h"
>  #include <X11/extensions/Xext.h>
>  #include <X11/extensions/extutil.h>
> +#include <X11/extensions/dri2proto.h>
>  #include "glxextensions.h"
>  #include "glcontextmodes.h"
>
> --
> 1.6.4.4
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Mesa3d-dev mailing list
> Mesa3d-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to