Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-12-14 Thread Adam Jackson
On Thu, 2009-10-29 at 14:01 -0400, Adam Jackson wrote: Reviewed-by: Ian Romanick ian.d.roman...@intel.com Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxdriswrast.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c

Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-12-14 Thread Keith Packard
On Mon, 14 Dec 2009 15:27:49 -0500, Adam Jackson a...@nwnk.net wrote: Keith, please merge. We didn't come up with any good reason to force these to be #defines when this was discussed, IIRC. Thanks. Pushed. -- keith.pack...@intel.com pgpey0T2cxVgf.pgp Description: PGP signature

Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-11-02 Thread Adam Jackson
On Fri, 2009-10-30 at 11:19 -0400, Kristian Høgsberg wrote: On Thu, Oct 29, 2009 at 5:52 PM, Adam Jackson a...@nwnk.net wrote: On Thu, 2009-10-29 at 14:01 -0700, keithp wrote: Excerpts from Adam Jackson's message of Thu Oct 29 11:01:29 -0700 2009: +screen-base.GLXmajor = 1; +

Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-10-30 Thread Kristian Høgsberg
On Thu, Oct 29, 2009 at 5:52 PM, Adam Jackson a...@nwnk.net wrote: On Thu, 2009-10-29 at 14:01 -0700, keithp wrote: Excerpts from Adam Jackson's message of Thu Oct 29 11:01:29 -0700 2009: +    screen-base.GLXmajor = 1; +    screen-base.GLXminor = 4; Should this define be in a header

[PATCH] glx: swrast can do GLX 1.4 too

2009-10-29 Thread Adam Jackson
Reviewed-by: Ian Romanick ian.d.roman...@intel.com Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxdriswrast.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 44f658f..20f9f90 100644 --- a/glx/glxdriswrast.c +++

Re: [PATCH] glx: swrast can do GLX 1.4 too

2009-10-29 Thread keithp
Excerpts from Adam Jackson's message of Thu Oct 29 11:01:29 -0700 2009: +screen-base.GLXmajor = 1; +screen-base.GLXminor = 4; + Should this define be in a header somewhere? -- keith.pack...@intel.com signature.asc Description: PGP signature

[PATCH] glx: swrast can do GLX 1.4 too

2009-10-20 Thread Adam Jackson
Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxdriswrast.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 44f658f..20f9f90 100644 --- a/glx/glxdriswrast.c +++ b/glx/glxdriswrast.c @@ -510,6 +510,9 @@