vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.c

It's only used in this file.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Brian Paul
2018-01-18 12:22:14 -07:00
parent cb7ef0df00
commit 67dc551ba9
2 changed files with 5 additions and 9 deletions
-9
View 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;
+5
View 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