projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5786419
)
i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730
author
Xiang, Haihao
<haihao.xiang@intel.com>
Mon, 12 Nov 2007 02:20:26 +0000
(10:20 +0800)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Mon, 12 Nov 2007 02:20:26 +0000
(10:20 +0800)
src/mesa/drivers/dri/intel/intel_reg.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_reg.h
b/src/mesa/drivers/dri/intel/intel_reg.h
index b9bbcdc704d5ea44845c10b73664c5027cd96427..9e885c3b3b74030b0a31d91a30ccd9aeb96160b5 100644
(file)
--- 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 | (0x01
1
<< 22) | 6)
+#define XY_SETUP_BLT_CMD (CMD_2D | (0x01 << 22) | 6)
#define XY_COLOR_BLT_CMD (CMD_2D | (0x50 << 22) | 4)