[PATCH] glx: swrast can do GLX 1.4 too
Adam Jackson
ajax at nwnk.net
Mon Dec 14 12:27:49 PST 2009
On Thu, 2009-10-29 at 14:01 -0400, Adam Jackson wrote:
> Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
> Signed-off-by: Adam Jackson <ajax at 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 @@ __glXDRIscreenProbe(ScreenPtr pScreen)
>
> __glXScreenInit(&screen->base, pScreen);
>
> + screen->base.GLXmajor = 1;
> + screen->base.GLXminor = 4;
> +
> LogMessage(X_INFO,
> "AIGLX: Loaded and initialized %s\n", filename);
Keith, please merge. We didn't come up with any good reason to force
these to be #defines when this was discussed, IIRC.
- ajax
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://lists.x.org/archives/xorg-devel/attachments/20091214/fdc78b6e/attachment.pgp
More information about the xorg-devel
mailing list