diff options
author | Ben Skeggs <[email protected]> | 2008-05-13 12:06:32 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-05-13 12:06:32 +1000 |
commit | c962ad7cd5dbea12d13997b421a44b16af3c6662 (patch) | |
tree | 13eca8c68ad3cad2ac989ec19215eb120f303841 /src/gallium/drivers/nouveau | |
parent | 83e6df12ea31ef48d251fe7b38acd882145f8f14 (diff) |
nouveau: create objnull during channel creation
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_channel.h | 1 |
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 b99de9add86..cd99a676bdc 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; |