Author: dnusinow Date: 2006-09-24 16:59:23 -0400 (Sun, 24 Sep 2006) New Revision: 3473
Modified: trunk/proto/x11proto-gl/ChangeLog trunk/proto/x11proto-gl/configure trunk/proto/x11proto-gl/configure.ac trunk/proto/x11proto-gl/debian/changelog trunk/proto/x11proto-gl/glxmd.h trunk/proto/x11proto-gl/glxproto.h Log: * New upstream release Modified: trunk/proto/x11proto-gl/ChangeLog =================================================================== --- trunk/proto/x11proto-gl/ChangeLog 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/ChangeLog 2006-09-24 20:59:23 UTC (rev 3473) @@ -1,3 +1,7 @@ +2006-06-28 Kristian Høgsberg <[EMAIL PROTECTED]> + + * glxproto.h (__GLX_NUMBER_ERRORS): There are 13 GLX errors. + 2006-04-30 Adam Jackson <[EMAIL PROTECTED]> * glxtokens.h: Modified: trunk/proto/x11proto-gl/configure =================================================================== --- trunk/proto/x11proto-gl/configure 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/configure 2006-09-24 20:59:23 UTC (rev 3473) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for GLProto 1.4.7. +# Generated by GNU Autoconf 2.59 for GLProto 1.4.8. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='GLProto' PACKAGE_TARNAME='glproto' -PACKAGE_VERSION='1.4.7' -PACKAGE_STRING='GLProto 1.4.7' +PACKAGE_VERSION='1.4.8' +PACKAGE_STRING='GLProto 1.4.8' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar LIBOBJS LTLIBOBJS' @@ -722,7 +722,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GLProto 1.4.7 to adapt to many kinds of systems. +\`configure' configures GLProto 1.4.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -784,7 +784,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GLProto 1.4.7:";; + short | recursive ) echo "Configuration of GLProto 1.4.8:";; esac cat <<\_ACEOF @@ -890,7 +890,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GLProto configure 1.4.7 +GLProto configure 1.4.8 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -904,7 +904,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GLProto $as_me 1.4.7, which was +It was created by GLProto $as_me 1.4.8, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1547,7 +1547,7 @@ # Define the identity of the package. PACKAGE='glproto' - VERSION='1.4.7' + VERSION='1.4.8' cat >>confdefs.h <<_ACEOF @@ -2089,7 +2089,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by GLProto $as_me 1.4.7, which was +This file was extended by GLProto $as_me 1.4.8, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2144,7 +2144,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GLProto config.status 1.4.7 +GLProto config.status 1.4.8 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Modified: trunk/proto/x11proto-gl/configure.ac =================================================================== --- trunk/proto/x11proto-gl/configure.ac 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/configure.ac 2006-09-24 20:59:23 UTC (rev 3473) @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([GLProto], [1.4.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([GLProto], [1.4.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) XORG_RELEASE_VERSION Modified: trunk/proto/x11proto-gl/debian/changelog =================================================================== --- trunk/proto/x11proto-gl/debian/changelog 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/debian/changelog 2006-09-24 20:59:23 UTC (rev 3473) @@ -1,3 +1,9 @@ +x11proto-gl (1.4.8-1) UNRELEASED; urgency=low + + * New upstream release + + -- David Nusinow <[EMAIL PROTECTED]> Sun, 24 Sep 2006 16:58:29 -0400 + x11proto-gl (1.4.7-2) UNRELEASED; urgency=low [ Andres Salomon ] Modified: trunk/proto/x11proto-gl/glxmd.h =================================================================== --- trunk/proto/x11proto-gl/glxmd.h 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/glxmd.h 2006-09-24 20:59:23 UTC (rev 3473) @@ -1,7 +1,7 @@ #ifndef _GLX_glxmd_h_ #define _GLX_glxmd_h_ -/* $XFree86: xc/include/GL/glxmd.h,v 1.2 1999/06/14 07:23:28 dawes Exp $ */ +/* $XFree86: xc/include/GL/glxmd.h,v 1.3 2001/03/21 15:51:38 dawes Exp $ */ /* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free Modified: trunk/proto/x11proto-gl/glxproto.h =================================================================== --- trunk/proto/x11proto-gl/glxproto.h 2006-09-24 20:58:01 UTC (rev 3472) +++ trunk/proto/x11proto-gl/glxproto.h 2006-09-24 20:59:23 UTC (rev 3473) @@ -57,7 +57,7 @@ #define GLXBadCurrentDrawable 11 #define GLXBadWindow 12 -#define __GLX_NUMBER_ERRORS 12 +#define __GLX_NUMBER_ERRORS 13 /* ** Events. @@ -2369,6 +2369,8 @@ /* Opcodes for GLX vendor private commands */ #define X_GLXvop_QueryContextInfoEXT 1024 +#define X_GLXvop_BindTexImageEXT 1330 +#define X_GLXvop_ReleaseTexImageEXT 1331 #define X_GLXvop_SwapIntervalSGI 65536 #define X_GLXvop_MakeCurrentReadSGI 65537 #define X_GLXvop_CreateGLXVideoSourceSGIX 65538 @@ -2387,8 +2389,6 @@ #define X_GLXvop_QueryHyperpipeConfigSGIX 65551 #define X_GLXvop_HyperpipeConfigSGIX 65552 #define X_GLXvop_DestroyHyperpipeConfigSGIX 65553 -#define X_GLXvop_BindTexImageEXT 5152 -#define X_GLXvop_ReleaseTexImageEXT 5153 /* ARB extension opcodes */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]