Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.

This commit is contained in:
Eric Anholt 2009-07-09 15:52:16 -07:00
parent 9155cfca75
commit 4e4b947f0b
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ i965_emit_composite_state(ScrnInfoPtr pScrn)
/* The drawing rectangle clipping is always on. Set it to values that
* shouldn't do any clipping.
*/
OUT_BATCH(BRW_3DSTATE_DRAWING_RECTANGLE | 2); /* XXX 3 for BLC or CTG */
OUT_BATCH(BRW_3DSTATE_DRAWING_RECTANGLE | 2);
OUT_BATCH(0x00000000); /* ymin, xmin */
OUT_BATCH(DRAW_YMAX(pDst->drawable.height - 1) |
DRAW_XMAX(pDst->drawable.width - 1)); /* ymax, xmax */