OSDN Git Service

i965: Move annotate_aub out of the vtable.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 2 Jul 2013 08:19:23 +0000 (01:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 17:48:14 +0000 (10:48 -0700)
commit2c602d2adff5bbe2954fdde63adcea63c2a499ed
treebec9c86bb2b9103f2596d293bbb78ccbc0f6f3ec
parentf05f8793c83c05a42eb74fc086b51e01a6b631b7
i965: Move annotate_aub out of the vtable.

brw_annotate_aub() is the only implementation of this function, so it
makes sense to just call it directly.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/intel_batchbuffer.c
src/mesa/drivers/dri/i965/intel_context.h