summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2009-05-25 11:29:32 +0200
committerJerome Glisse <glisse@freedesktop.org>2009-05-25 11:29:32 +0200
commit80f1ac87f2cb42ae8370174a75d1271950e59657 (patch)
tree65ff4aa5fd8515f18273f1e0787b106f15e0429f /src/mesa/drivers/dri/r200
parent9b1efcb87c794ded9306f01336d48a80aaad3261 (diff)
r200: emit cliprect with indexed primitive
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r--src/mesa/drivers/dri/r200/r200_cmdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_cmdbuf.c b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
index 55ea81a57c..8b2335d149 100644
--- a/src/mesa/drivers/dri/r200/r200_cmdbuf.c
+++ b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
@@ -135,7 +135,7 @@ static void r200FireEB(r200ContextPtr rmesa, int vertex_count, int type)
if (vertex_count > 0) {
BEGIN_BATCH(8+2);
- OUT_BATCH_PACKET3(R200_CP_CMD_3D_DRAW_INDX_2, 0);
+ OUT_BATCH_PACKET3_CLIP(R200_CP_CMD_3D_DRAW_INDX_2, 0);
OUT_BATCH(R200_VF_PRIM_WALK_IND |
R200_VF_COLOR_ORDER_RGBA |
((vertex_count + 0) << 16) |