From: Xiang, Haihao Date: Mon, 12 Nov 2007 02:20:26 +0000 (+0800) Subject: i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bf5da906fee80ae51c6c20ba59e297f74d77bd9;p=mesa.git i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730 --- diff --git a/src/mesa/drivers/dri/intel/intel_reg.h b/src/mesa/drivers/dri/intel/intel_reg.h index b9bbcdc704d..9e885c3b3b7 100644 --- a/src/mesa/drivers/dri/intel/intel_reg.h +++ b/src/mesa/drivers/dri/intel/intel_reg.h @@ -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)