summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
diff options
context:
space:
mode:
authorArthur Huillet <arthur.huillet@free.fr>2007-08-21 14:55:07 +0200
committerArthur Huillet <arthur.huillet@free.fr>2007-08-21 14:55:07 +0200
commitc63b5a3740dfe3ff5c6b77412e3666a79137c120 (patch)
tree170891c4d16c54082628407f7367ffbcd76a5938 /src/nv_dma.h
parent4454b3d0104c14890b9b5ead33823ffd0362315c (diff)
downloadxorg-driver-xf86-video-nouveau-c63b5a3740dfe3ff5c6b77412e3666a79137c120.tar.gz
Fixed blending in NVComposite by actually creating ContextBeta1 and 4 objects
Diffstat (limited to 'src/nv_dma.h')
-rw-r--r--src/nv_dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_dma.h b/src/nv_dma.h
index a56995f..e2b4845 100644
--- a/src/nv_dma.h
+++ b/src/nv_dma.h
@@ -67,6 +67,8 @@ enum DMAObjects {
NvMemFormat = 0x80000018,
Nv3D = 0x80000019,
NvImageFromCpu = 0x8000001A,
+ NvContextBeta1 = 0x8000001B,
+ NvContextBeta4 = 0x8000001C,
NvDmaFB = 0xD8000001,
NvDmaTT = 0xD8000002,
NvDmaNotifier0 = 0xD8000003,