From: Ian Romanick <idr@freedesktop.org>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: xorg-devel@lists.freedesktop.org, mesa-dev@lists.freedesktop.org,
dri-devel@lists.freedesktop.org
Subject: Re: [Mesa-dev] [PATCH] glxproto: make GLX swap event struct match spec
Date: Wed, 04 May 2011 15:17:31 -0700 [thread overview]
Message-ID: <4DC1D07B.50604@freedesktop.org> (raw)
In-Reply-To: <1304450489-31415-2-git-send-email-jbarnes@virtuousgeek.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/03/2011 12:21 PM, Jesse Barnes wrote:
> We only spec a 32 bit swap count, so drop the high sbc field.
>
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Is there any way we could do this and NOT break building older versions
of Mesa? I'd like to be able to build 7.9, 7.10, and master on my
system without having two different versions of glproto.
> ---
> configure.ac | 2 +-
> glxproto.h | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index d88e6df..a3047e4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,5 @@
> AC_PREREQ([2.60])
> -AC_INIT([GLProto], [1.4.12], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
> +AC_INIT([GLProto], [1.4.13], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
> AM_INIT_AUTOMAKE([foreign dist-bzip2])
> AM_MAINTAINER_MODE
>
> diff --git a/glxproto.h b/glxproto.h
> index 0ff44e3..a6018a1 100644
> --- a/glxproto.h
> +++ b/glxproto.h
> @@ -1380,8 +1380,7 @@ typedef struct {
> CARD32 ust_lo B32;
> CARD32 msc_hi B32;
> CARD32 msc_lo B32;
> - CARD32 sbc_hi B32;
> - CARD32 sbc_lo B32;
> + CARD32 sbc B32;
> } xGLXBufferSwapComplete;
>
> /************************************************************************/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAk3B0HsACgkQX1gOwKyEAw+27gCeLgSzv2Yjq7NQF+3QjeoXS8J0
qoQAn3n+Q8ujE3JFwpAyCM9TYtZ13wy0
=OkZ2
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-05-04 22:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 19:21 Make swap event handling match the spec Jesse Barnes
[not found] ` <1304450489-31415-1-git-send-email-jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
2011-05-03 19:21 ` [PATCH] glxproto: make GLX swap event struct match spec Jesse Barnes
2011-05-03 20:54 ` Keith Packard
2011-05-03 21:02 ` Jesse Barnes
2011-05-03 21:08 ` Jesse Barnes
2011-05-03 21:15 ` Keith Packard
2011-05-03 21:20 ` Jesse Barnes
2011-05-04 22:11 ` Ian Romanick
2011-05-04 22:17 ` Ian Romanick [this message]
2011-05-04 23:16 ` Jesse Barnes
2011-05-04 23:21 ` Jesse Barnes
2011-05-04 23:32 ` [Mesa-dev] " Dave Airlie
2011-05-05 0:49 ` Jesse Barnes
2011-05-05 0:54 ` Jesse Barnes
2011-05-03 19:21 ` [PATCH 3/4] GLX/DRI2: pass drawable correctly for indirect swap events Jesse Barnes
2011-05-03 19:21 ` [PATCH 5/6] GLX: don't crash when indirect clients try to set an event mask Jesse Barnes
2011-05-03 19:24 ` Make swap event handling match the spec Jesse Barnes
2011-05-03 19:21 ` [PATCH] dri2proto: make DRI2 swap event match GLX spec Jesse Barnes
2011-05-03 21:09 ` Jesse Barnes
2011-05-03 19:21 ` [PATCH 4/4] GLX/DRI2: make GLX swap event handling match spec Jesse Barnes
2011-05-03 19:21 ` [PATCH 6/6] DRI2/GLX: make " Jesse Barnes
2011-05-04 22:26 ` [Mesa-dev] Make swap event handling match the spec Ian Romanick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DC1D07B.50604@freedesktop.org \
--to=idr@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jbarnes@virtuousgeek.org \
--cc=mesa-dev@lists.freedesktop.org \
--cc=xorg-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.