summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_emit.h
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-10 17:45:27 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-10 19:24:16 +0000
commite856edb2794cba9d321486f602a9e07b917ce949 (patch)
tree16fb04bf8a02df2cd8c5b78de909f731cbd3aaf0 /src/mesa/drivers/dri/r300/r300_emit.h
parent58239d2ae31b12c11055ca3cd0799803670b0b88 (diff)
r300: Moved some more of the emit code into r300_render.c.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_emit.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h
index bccb84933a..b8242ad41e 100644
--- a/src/mesa/drivers/dri/r300/r300_emit.h
+++ b/src/mesa/drivers/dri/r300/r300_emit.h
@@ -228,20 +228,6 @@ void static inline cp_wait(r300ContextPtr rmesa, unsigned char flags)
}
/**
- * fire vertex buffer
- */
-static void inline fire_AOS(r300ContextPtr rmesa, int vertex_count, int type)
-{
- int cmd_reserved = 0;
- int cmd_written = 0;
- drm_radeon_cmd_header_t *cmd = NULL;
-
- start_packet3(RADEON_CP_PACKET3_3D_DRAW_VBUF_2, 0);
- e32(R300_VAP_VF_CNTL__PRIM_WALK_VERTEX_LIST | (vertex_count << 16)
- | type);
-}
-
-/**
* These are followed by the corresponding data
*/
#define start_index32_packet(vertex_count, type) \