summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fallback.c
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.c
parenta3c86828edc971319455d16153ea1657585d863f (diff)
checkpoint - remove dead files, otherwise untested
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fallback.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fallback.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fallback.c b/src/mesa/drivers/dri/i965/brw_fallback.c
index 4d84ba8813..aab30b6863 100644
--- a/src/mesa/drivers/dri/i965/brw_fallback.c
+++ b/src/mesa/drivers/dri/i965/brw_fallback.c
@@ -198,7 +198,7 @@ struct loopback_attr {
*/
static void loopback_prim( GLcontext *ctx,
const GLfloat *buffer,
- const struct brw_draw_prim *prim,
+ const struct vbo_prim *prim,
GLuint wrap_count,
GLuint vertex_size,
const struct loopback_attr *la, GLuint nr )
@@ -252,7 +252,7 @@ static void loopback_prim( GLcontext *ctx,
* primitives.
*/
static void loopback_weak_prim( GLcontext *ctx,
- const struct brw_draw_prim *prim )
+ const struct vbo_prim *prim )
{
/* Use the prim_weak flag to ensure that if this primitive
* wraps, we don't mistake future vertex_lists for part of the
@@ -271,7 +271,7 @@ static void loopback_weak_prim( 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)