summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-19 19:40:38 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-19 19:40:38 +1100
commitbf2410ca73d1eabc7134e51855d0b603897229e4 (patch)
tree0431451f5de5a8cddfbef100605d78fe9918df9f /src/mesa/pipe/nouveau
parentd67c2c1cd5d0bb77a08a46d2e9a2bdae6b2c8ff3 (diff)
nouveau: nuke subchan auto-assign.
It's annoying for several reasons, especially in its current form. May possibly be reincarnated later (DDX depends on it these days), but in not quite the same way.
Diffstat (limited to 'src/mesa/pipe/nouveau')
-rw-r--r--src/mesa/pipe/nouveau/nouveau_grobj.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/nouveau/nouveau_grobj.h b/src/mesa/pipe/nouveau/nouveau_grobj.h
index a36db7f3bc..8f5abf9051 100644
--- a/src/mesa/pipe/nouveau/nouveau_grobj.h
+++ b/src/mesa/pipe/nouveau/nouveau_grobj.h
@@ -29,12 +29,6 @@ struct nouveau_grobj {
struct nouveau_channel *channel;
int grclass;
uint32_t handle;
-
- enum {
- NOUVEAU_GROBJ_UNBOUND = 0,
- NOUVEAU_GROBJ_BOUND = 1,
- NOUVEAU_GROBJ_EXPLICIT_BIND = 2,
- } bound;
int subc;
};