diff options
author | Kenneth Graunke <[email protected]> | 2013-10-15 15:55:42 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-10-17 14:27:03 -0700 |
commit | 6613f346acc54a161046ee77e4a017c3e3d1a99f (patch) | |
tree | 5ba50e2eb70b63d9c689967fe31aacafd70f2536 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | e2d1eaa32a83204646bcccc029fdd31dbaee6d5e (diff) |
i965: Un-virtualize brw_finish_batch().
Since the i915/i965 split, there's only one implementation of this
virtual function. We may as well just call it directly.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 721d35410a6..ace4bd01624 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -923,7 +923,6 @@ struct brw_context struct { void (*destroy) (struct brw_context * brw); - void (*finish_batch) (struct brw_context * brw); void (*new_batch) (struct brw_context * brw); void (*update_texture_surface)(struct gl_context *ctx, |