i965: Un-virtualize brw_new_batch().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Oct 2013 23:00:16 +0000 (16:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Oct 2013 21:27:03 +0000 (14:27 -0700)
commit80a9c42e9e9012bf0b4c143f1b8dd325c8c88120
treea34861fd23922621c6a6b0b6e8706e9d86a317fa
parent6613f346acc54a161046ee77e4a017c3e3d1a99f
i965: Un-virtualize brw_new_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