i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730

This commit is contained in:
Xiang, Haihao
2007-11-12 10:20:26 +08:00
parent 578641941f
commit 9bf5da906f
+1 -1
View File
@@ -55,7 +55,7 @@
#define PRIM3D_DIB (0x9<<18)
#define PRIM3D_MASK (0x1f<<18)
#define XY_SETUP_BLT_CMD (CMD_2D | (0x011 << 22) | 6)
#define XY_SETUP_BLT_CMD (CMD_2D | (0x01 << 22) | 6)
#define XY_COLOR_BLT_CMD (CMD_2D | (0x50 << 22) | 4)