[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11proto-gl: Changes to 'debian-unstable'



 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 glxtokens.h      |    4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit f49c771366ef83e2eaa7611bbbe236d335e6cd4c
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Thu Jul 12 15:11:29 2012 +0200

    New upstream release.

diff --git a/debian/changelog b/debian/changelog
index fbb83ce..256d46e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-gl (1.4.16-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Maarten Lankhorst <maarten.lankhorst@canonical.com>  Thu, 12 Jul 2012 15:11:04 +0200
+
 x11proto-gl (1.4.15-1) unstable; urgency=low
 
   * New upstream release.

commit ec1eec4355ee4a6c5134f2178192f10b6d28a87a
Author: Dave Airlie <airlied@gmail.com>
Date:   Thu Jul 12 22:55:53 2012 +1000

    glproto: bump version to 1.4.16 for release.
    
    Signed-off-by: Dave Airlie <airlied@redhat.com>

diff --git a/configure.ac b/configure.ac
index 9907db0..58d60fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.60])
-AC_INIT([GLProto], [1.4.15], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([GLProto], [1.4.16], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 458a9eb2660b6c9fcc5b63ad55d0529c22803138
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed May 23 13:49:36 2012 -0700

    glproto: Add define for GLX_EXT_create_context_es2_profile
    
    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
    Reviewed-by: Matt Turner <mattst88@gmail.com>

diff --git a/glxtokens.h b/glxtokens.h
index cc4bca3..5e6bbea 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -286,6 +286,7 @@ extern "C" {
 /*
  * GLX_ARB_create_context
  * GLX_ARB_create_context_profile
+ * GLX_EXT_create_context_es2_profile
  */
 #define GLX_CONTEXT_MAJOR_VERSION_ARB      0x2091
 #define GLX_CONTEXT_MINOR_VERSION_ARB      0x2092
@@ -297,6 +298,7 @@ extern "C" {
 
 #define GLX_CONTEXT_CORE_PROFILE_BIT_ARB   0x0001
 #define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB   0x0002
+#define GLX_CONTEXT_ES2_PROFILE_BIT_EXT    0x0004
 
 /*
  * GLX_ARB_create_context_robustness

commit ec3f3387211f428886dfdee2443e16f45e00e77b
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed May 23 13:47:52 2012 -0700

    glproto: Fix typo in name of GLX_LOSE_CONTEXT_ON_RESET_ARB
    
    Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
    Reviewed-by: Matt Turner <mattst88@gmail.com>

diff --git a/glxtokens.h b/glxtokens.h
index 1ed2fd3..cc4bca3 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -304,7 +304,7 @@ extern "C" {
 #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB  0x0004
 #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
 #define GLX_NO_RESET_NOTIFICATION_ARB      0x8261
-#define GLX_LOST_CONTEXT_ON_RESET_ARB      0x8252
+#define GLX_LOSE_CONTEXT_ON_RESET_ARB      0x8252
 #ifdef __cplusplus
 }
 #endif


Reply to: