summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-05-13 12:06:32 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-05-13 12:06:32 +1000
commitc962ad7cd5dbea12d13997b421a44b16af3c6662 (patch)
tree13eca8c68ad3cad2ac989ec19215eb120f303841 /src/gallium/drivers/nouveau
parent83e6df12ea31ef48d251fe7b38acd882145f8f14 (diff)
nouveau: create objnull during channel creation
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_channel.h b/src/gallium/drivers/nouveau/nouveau_channel.h
index b99de9add8..cd99a676bd 100644
--- a/src/gallium/drivers/nouveau/nouveau_channel.h
+++ b/src/gallium/drivers/nouveau/nouveau_channel.h
@@ -29,6 +29,7 @@ struct nouveau_channel {
struct nouveau_pushbuf *pushbuf;
+ struct nouveau_grobj *nullobj;
struct nouveau_grobj *vram;
struct nouveau_grobj *gart;