summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 20:50:46 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 20:50:46 +0100
commitd99c7c27e2df1a7093f3d2f5c7d196f58bfe1647 (patch)
tree37a2028b05c8f02ea07d29ee48c4233fbd73a614 /shared-core/nouveau_drv.h
parent025f281bbfe81960e8c60234f5eafd37cbe2d881 (diff)
parent0f95ddc42892abdbc1f111b6b105f2ef4ed2b05f (diff)
Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r--shared-core/nouveau_drv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h
index 7f012d65..1cf13ef7 100644
--- a/shared-core/nouveau_drv.h
+++ b/shared-core/nouveau_drv.h
@@ -89,6 +89,9 @@ struct nouveau_fifo
struct mem_block *ramin_grctx;
/* objects belonging to this fifo */
struct nouveau_object *objs;
+
+ /* XXX move this in PGRAPH struct */
+ uint32_t pgraph_ctx_user;
};
struct nouveau_config {