summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'object.h')
-rw-r--r--object.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/object.h b/object.h
index 55747e8..e92867d 100644
--- a/object.h
+++ b/object.h
@@ -1,4 +1,5 @@
#ifndef OBJECT_H
+#define OBJECT_H
/* Defines */
@@ -7,13 +8,19 @@ enum Objects {
NvDmaTT = 0xD0AA0001,
Nv3D = 0x80970001,
NvImageBlit = 0x809F0001,
- NvCtxSurf2D = 0x80620001
+ NvCtxSurf2D = 0x80620001,
+ NvRasterOp = 0x80430001,
+ NvClipRect = 0x80190001,
+ NvImagePattern = 0x80440001
};
enum Subchannels {
NvSubCtxSurf2D = 0,
NvSubImageBlit = 1,
- NvSub3D = 2
+ NvSub3D = 2,
+ NvSubRasterOp = 3,
+ NvSubClipRect = 4,
+ NvSubImagePattern = 5
};
/* Functions */