From: Oliver McFadden Date: Wed, 9 May 2007 04:27:31 +0000 (+0000) Subject: r300: Removed a disabled/obsolete e32 in the AOS function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d61cfd1fd4032ae08513979bfd6d7dc1afa9c35;p=mesa.git r300: Removed a disabled/obsolete e32 in the AOS function. --- diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index e616986c08f..e4aecba9483 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -246,9 +246,6 @@ fire_AOS(r300ContextPtr rmesa, int vertex_count, int type) check_space(9); start_packet3(RADEON_CP_PACKET3_3D_DRAW_VBUF_2, 0); -#ifdef NOTNEEDED_ANYMORE - e32(0x840c0024); -#endif e32(R300_VAP_VF_CNTL__PRIM_WALK_VERTEX_LIST | (vertex_count << 16) | type); }