Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / pipe / nouveau / nouveau_bo.h
index 2b57ee926338ca9d20c3fbc2fa71e7e0f46b87a4..18020e9c65212bb591d789b4ef52b9bd7c185c5b 100644 (file)
@@ -35,6 +35,7 @@
 #define NOUVEAU_BO_HIGH  (1 << 7)
 #define NOUVEAU_BO_OR    (1 << 8)
 #define NOUVEAU_BO_LOCAL (1 << 9)
+#define NOUVEAU_BO_DUMMY (1 << 31)
 
 struct nouveau_bo {
        struct nouveau_device *device;