diff options
author | Oliver McFadden <[email protected]> | 2007-05-09 04:27:31 +0000 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2007-05-09 04:27:31 +0000 |
commit | 5d61cfd1fd4032ae08513979bfd6d7dc1afa9c35 (patch) | |
tree | e9c112e241498ce16ae8b0f15015460636f39a71 /src | |
parent | 93e957cc65003367b70f23611ef58c1c2bb64b7c (diff) |
r300: Removed a disabled/obsolete e32 in the AOS function.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |