dri2: Add __DRI_BUFFER_COUNT token
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 15 Aug 2011 07:50:19 +0000 (09:50 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 16 Aug 2011 07:06:41 +0000 (09:06 +0200)
Remove definition from egl_dri2.
Defining this is egl_dri2.h breaks as soon as
a new dri2 buffer token is added like with commit
4501a5d6e8d00fd0d87625352ed5ba1a8861f72e.

include/GL/internal/dri_interface.h
src/egl/drivers/dri2/egl_dri2.h

index 4fe9e94..eed159e 100644 (file)
@@ -694,6 +694,9 @@ struct __DRIswrastExtensionRec {
 #define __DRI_BUFFER_DEPTH_STENCIL     9  /**< Only available with DRI2 1.1 */
 #define __DRI_BUFFER_HIZ               10
 
+/* Inofficial and for internal use. Increase when adding a new buffer token. */
+#define __DRI_BUFFER_COUNT             11
+
 struct __DRIbufferRec {
     unsigned int attachment;
     unsigned int name;
index a729718..db93eec 100644 (file)
@@ -123,8 +123,6 @@ enum wayland_buffer_type {
    WL_BUFFER_THIRD,
    WL_BUFFER_COUNT
 };
-
-#define __DRI_BUFFER_COUNT 10
 #endif
 
 enum dri2_surface_type {