vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.c
authorBrian Paul <brianp@vmware.com>
Thu, 18 Jan 2018 19:22:14 +0000 (12:22 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Jan 2018 17:12:49 +0000 (10:12 -0700)
It's only used in this file.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/mtypes.h
src/mesa/vbo/vbo_save_api.c

index af67d59feff4305e1f074e57edf3693fade85346..474b7916ae9f651a5f2e7b2a2adbec2642879e16 100644 (file)
@@ -4360,15 +4360,6 @@ struct gl_matrix_stack
 #include "dd.h"
 
 
-/**
- * Display list flags.
- * Strictly this is a tnl-private concept, but it doesn't seem
- * worthwhile adding a tnl private structure just to hold this one bit
- * of information:
- */
-#define DLIST_DANGLING_REFS     0x1 
-
-
 /** Opaque declaration of display list payload data type */
 union gl_dlist_node;
 
index 49939ed3cef7cfa26b09ae7f31503af503ca634d..a411308ea243f17654417f09acd495ac7845e3c6 100644 (file)
@@ -89,6 +89,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #undef ERROR
 #endif
 
+/**
+ * Display list flag only used by this VBO code.
+ */
+#define DLIST_DANGLING_REFS     0x1
+
 
 /* An interesting VBO number/name to help with debugging */
 #define VBO_BUF_ID  12345