diff options
author | Keith Whitwell <[email protected]> | 2006-09-07 19:58:16 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-09-07 19:58:16 +0000 |
commit | 3e05902d304e71493d05edef4c31c6ed1a22bf17 (patch) | |
tree | 92bf3875f07ea4c0c8b595f05159bb14b4a6ef65 /src/mesa/drivers/dri/i965/brw_context.c | |
parent | 493b2ddecb47fdacc4b73d9c9a3ba2e46489105f (diff) |
Consistent return values from the bm* functions.
Get aubfile generation working again.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 2b171cb6513..dba6845e53e 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 ); |