Re: [Mesa-dev] [PATCH 1/6] i965: Un-virtualize brw_finish_batch().

2013-10-16 Thread Eric Anholt
Kenneth Graunke writes: > Since the i915/i965 split, there's only one implementation of this > virtual function. We may as well just call it directly. This is all: Reviewed-by: Eric Anholt pgpFnjYBgNVOJ.pgp Description: PGP signature ___ mesa-dev

[Mesa-dev] [PATCH 1/6] i965: Un-virtualize brw_finish_batch().

2013-10-15 Thread Kenneth Graunke
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 --- src/mesa/drivers/dri/i965/brw_context.h | 1 - src/mesa/drivers/dri/i965/brw_vtbl.c | 22 -- src/mesa