From 3e05902d304e71493d05edef4c31c6ed1a22bf17 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 7 Sep 2006 19:58:16 +0000 Subject: Consistent return values from the bm* functions. Get aubfile generation working again. --- src/mesa/drivers/dri/i965/brw_context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/dri/i965/brw_context.c') diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 2b171cb651..dba6845e53 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -138,8 +138,6 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis, driInitExtensions( ctx, brw_extensions, GL_FALSE ); brw_aub_init( brw ); - brw->intel.vtbl.aub_wrap = brw_aub_wrap; - brw_init_attribs( brw ); brw_init_metaops( brw ); -- cgit v1.2.3