summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_bo.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-07-08 12:51:29 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-07-08 12:51:29 +1000
commit06d87b44cffef9e335b9a0e70fd2aec61fcd171b (patch)
tree48cf9cf4ac65844865dbf65b5f9dd1a117895795 /src/gallium/drivers/nouveau/nouveau_bo.h
parent205101dafb0042ebeeab3dd50f549d8a3d3c08ce (diff)
nv50: make use of nouveau drm 0.0.11 to get 3d going
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_bo.h')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_bo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_bo.h b/src/gallium/drivers/nouveau/nouveau_bo.h
index 18020e9c65..65b138283c 100644
--- a/src/gallium/drivers/nouveau/nouveau_bo.h
+++ b/src/gallium/drivers/nouveau/nouveau_bo.h
@@ -35,6 +35,8 @@
#define NOUVEAU_BO_HIGH (1 << 7)
#define NOUVEAU_BO_OR (1 << 8)
#define NOUVEAU_BO_LOCAL (1 << 9)
+#define NOUVEAU_BO_TILED (1 << 10)
+#define NOUVEAU_BO_ZTILE (1 << 11)
#define NOUVEAU_BO_DUMMY (1 << 31)
struct nouveau_bo {