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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user