added acc function defines for DMA, for fill_rect.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10987 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-01-23 20:56:08 +00:00
parent 105a3567a6
commit a8c119773f
+6 -1
View File
@@ -67,7 +67,9 @@ typedef struct {
uint32 reserved01[0x000b]; uint32 reserved01[0x000b];
uint32 DMAPut; /* b2-28 is DMA Put offset (FIFO internal register) */ uint32 DMAPut; /* b2-28 is DMA Put offset (FIFO internal register) */
uint32 DMAGet; /* b2-28 is DMA Get offset (FIFO internal register) */ uint32 DMAGet; /* b2-28 is DMA Get offset (FIFO internal register) */
uint32 reserved02[0x00ed]; uint32 reserved02[0x00ae];
uint32 SetColorFormat; /* colorspace */
uint32 reserved03[0x003e];
uint32 Color1A; /* b0-31 is color */ uint32 Color1A; /* b0-31 is color */
struct { struct {
uint32 LeftTop; /* b0-15 is top, b16-31 is left */ uint32 LeftTop; /* b0-15 is top, b16-31 is left */
@@ -302,6 +304,9 @@ typedef struct {
#define NV_IMAGE_PATTERN_SETSHAPE 0x0308 #define NV_IMAGE_PATTERN_SETSHAPE 0x0308
#define NV_IMAGE_PATTERN_SETCOLOR0 0x0310 #define NV_IMAGE_PATTERN_SETCOLOR0 0x0310
#define NV_IMAGE_BLIT_SOURCEORG 0x0300 #define NV_IMAGE_BLIT_SOURCEORG 0x0300
#define NV3_GDI_RECTANGLE_TEXT_SETCOLORFORMAT 0x0300
#define NV3_GDI_RECTANGLE_TEXT_COLOR1A 0x03fc
#define NV3_GDI_RECTANGLE_TEXT_UCR0_LEFTTOP 0x0400
#define NV4_SURFACE_FORMAT 0x0300 #define NV4_SURFACE_FORMAT 0x0300
#endif #endif