OSDN Git Service

i965: Move debug_batch hook out of the vtable.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 29 Jun 2013 02:36:04 +0000 (19:36 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 17:48:14 +0000 (10:48 -0700)
commitf05f8793c83c05a42eb74fc086b51e01a6b631b7
treeec0e3c6cde5fe8bc5a5c076038b93a36c7acfbd1
parent749160aab3e0de87148732d9d246d6901a2dd820
i965: Move debug_batch hook out of the vtable.

brw_debug_batch() 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