diff options
author | Patrice Mandin <pmandin@caramail.com> | 2007-08-16 20:53:29 +0200 |
---|---|---|
committer | Patrice Mandin <pmandin@caramail.com> | 2007-08-16 20:53:29 +0200 |
commit | f5ed049655d214a8828d5ce68651741c3dff0c66 (patch) | |
tree | 548cf9eead11202019612de412ada6ae25b75111 /src/mesa/drivers/dri/nouveau/nouveau_object.h | |
parent | 32d86eb28aedd01a03ceab746214a8db2a4cbbab (diff) |
nouveau: nv10: create objects needed to clear buffer
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_object.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_object.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_object.h b/src/mesa/drivers/dri/nouveau/nouveau_object.h index 730738ad34..10859de119 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_object.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_object.h @@ -11,6 +11,9 @@ enum DMAObjects { NvImageBlit = 0x80000021, NvMemFormat = 0x80000022, NvCtxSurf3D = 0x80000023, + NvGdiRectText = 0x80000024, + NvPattern = 0x80000025, + NvRasterOp = 0x80000026, NvDmaFB = 0xD0FB0001, NvDmaTT = 0xD0AA0001, NvSyncNotify = 0xD0000001, @@ -22,6 +25,9 @@ enum DMASubchannel { NvSubImageBlit = 1, NvSubMemFormat = 2, NvSubCtxSurf3D = 3, + NvSubGdiRectText= 4, + NvSubPattern = 5, + NvSubRasterOp = 6, NvSub3D = 7, }; |