summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorYounes Manton <[email protected]>2008-12-06 15:45:00 -0500
committerYounes Manton <[email protected]>2009-01-10 13:52:05 -0500
commit7289c388f442fe532de52058f9167bc331920b1a (patch)
tree6a3a26cd688109725705ebe38abad50e59d59243 /src/gallium/drivers/nouveau
parent0e1301ec8f7bc865b8a81214928e5267393cb8e7 (diff)
nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_winsys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_winsys.h b/src/gallium/drivers/nouveau/nouveau_winsys.h
index 09726fd892d..5535ebb6a99 100644
--- a/src/gallium/drivers/nouveau/nouveau_winsys.h
+++ b/src/gallium/drivers/nouveau/nouveau_winsys.h
@@ -20,8 +20,7 @@
#define NOUVEAU_TEXTURE_USAGE_LINEAR (1 << 16)
#define NOUVEAU_BUFFER_USAGE_TEXTURE (1 << 16)
-#define NOUVEAU_BUFFER_USAGE_CPU (1 << 17)
-#define NOUVEAU_BUFFER_USAGE_ZETA (1 << 18)
+#define NOUVEAU_BUFFER_USAGE_ZETA (1 << 17)
struct nouveau_winsys {
struct nouveau_context *nv;