r200: fix multitexturing in dri2 path
authorJerome Glisse <glisse@freedesktop.org>
Mon, 25 May 2009 11:17:22 +0000 (13:17 +0200)
committerJerome Glisse <glisse@freedesktop.org>
Mon, 25 May 2009 11:17:22 +0000 (13:17 +0200)
src/mesa/drivers/dri/r200/r200_state_init.c

index a71677909671a41d77b0984b7c4b1e763a961afc..83920093378ab94f97e2095ece3854b0e66eadc2 100644 (file)
@@ -598,7 +598,7 @@ static void tex_emit_cs(GLcontext *ctx, struct radeon_state_atom *atom)
      dwords -= 2;
    BEGIN_BATCH_NO_AUTOSTATE(dwords);
 
-   OUT_BATCH(CP_PACKET0(R200_PP_TXFILTER_0 + (24 * i), 7));
+   OUT_BATCH(CP_PACKET0(R200_PP_TXFILTER_0 + (32 * i), 7));
    OUT_BATCH_TABLE((atom->cmd + 1), 8);
 
    if (hastexture) {