added define for NV12_BLIT function (with retrace sync capability)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f36f5d56d5
commit
1157cf1e2f
@ -41,7 +41,7 @@ typedef struct {
|
||||
|
||||
#define NV_PRIVATE_DATA_MAGIC 0x0009 /* a private driver rev, of sorts */
|
||||
|
||||
/*dualhead extensions to flags*/
|
||||
/* dualhead extensions to flags */
|
||||
#define DUALHEAD_OFF (0<<6)
|
||||
#define DUALHEAD_CLONE (1<<6)
|
||||
#define DUALHEAD_ON (2<<6)
|
||||
@ -82,6 +82,7 @@ enum {
|
||||
#define NV4_SURFACE 0x00000010 /* 2D */
|
||||
#define NV10_CONTEXT_SURFACES_2D 0x00000010 /* 2D */
|
||||
#define NV_IMAGE_BLIT 0x00000011 /* 2D */
|
||||
#define NV12_IMAGE_BLIT 0x00000011 /* 2D */
|
||||
/* fixme:
|
||||
* never use NV3_GDI_RECTANGLE_TEXT for DMA acceleration:
|
||||
* There's a hardware fault in the input->output colorspace conversion here.
|
||||
|
Loading…
Reference in New Issue
Block a user