i965: Un-virtualize brw_finish_batch().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Oct 2013 22:55:42 +0000 (15:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Oct 2013 21:27:03 +0000 (14:27 -0700)
commit6613f346acc54a161046ee77e4a017c3e3d1a99f
tree5ba50e2eb70b63d9c689967fe31aacafd70f2536
parente2d1eaa32a83204646bcccc029fdd31dbaee6d5e
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 <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/intel_batchbuffer.c