summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fallback.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-30 16:43:39 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-30 16:43:39 +0000
commitefef291dc71eb57f90785a26957f4b3e01733156 (patch)
tree2a5f478c789ca39a9a140697b0979ee7b52d37d0 /src/mesa/drivers/dri/i965/brw_fallback.h
parenta3c86828edc971319455d16153ea1657585d863f (diff)
checkpoint - remove dead files, otherwise untested
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fallback.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fallback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fallback.h b/src/mesa/drivers/dri/i965/brw_fallback.h
index 81a2d344b8..684a46cd17 100644
--- a/src/mesa/drivers/dri/i965/brw_fallback.h
+++ b/src/mesa/drivers/dri/i965/brw_fallback.h
@@ -31,7 +31,7 @@
#include "mtypes.h" /* for GLcontext... */
struct brw_context;
-struct brw_draw_prim;
+struct vbo_prim;
void brw_fallback( GLcontext *ctx );
void brw_unfallback( GLcontext *ctx );
@@ -39,7 +39,7 @@ void brw_unfallback( GLcontext *ctx );
void brw_loopback_vertex_list( GLcontext *ctx,
const GLfloat *buffer,
const GLubyte *attrsz,
- const struct brw_draw_prim *prim,
+ const struct vbo_prim *prim,
GLuint prim_count,
GLuint wrap_count,
GLuint vertex_size);