diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-04-04 16:14:15 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-04-04 16:18:58 +1000 |
commit | bc67533f29abe578e2306be2a24db392a0c62fc4 (patch) | |
tree | aa1ed71264c438f3ec29381ca1092a90adddb600 /src/gallium/winsys/dri/nouveau/nouveau_context.h | |
parent | a45a12e757a8f4d41daea2a3f632d4772ff69e38 (diff) |
nouveau: create swizzled surface + scaled image objects
Diffstat (limited to 'src/gallium/winsys/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/gallium/winsys/dri/nouveau/nouveau_context.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/winsys/dri/nouveau/nouveau_context.h b/src/gallium/winsys/dri/nouveau/nouveau_context.h index acb58fab44..872ef93807 100644 --- a/src/gallium/winsys/dri/nouveau/nouveau_context.h +++ b/src/gallium/winsys/dri/nouveau/nouveau_context.h @@ -27,11 +27,16 @@ struct nouveau_channel_context { struct nouveau_notifier *sync_notifier; + /* Common */ struct nouveau_grobj *NvNull; + struct nouveau_grobj *NvM2MF; + /* NV04-NV40 */ struct nouveau_grobj *NvCtxSurf2D; + struct nouveau_grobj *NvSwzSurf; struct nouveau_grobj *NvImageBlit; struct nouveau_grobj *NvGdiRect; - struct nouveau_grobj *NvM2MF; + struct nouveau_grobj *NvSIFM; + /* G80 */ struct nouveau_grobj *Nv2D; uint32_t next_handle; |