i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
authorEric Anholt <eric@anholt.net>
Thu, 18 Oct 2012 00:48:05 +0000 (17:48 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 26 Oct 2012 19:41:54 +0000 (12:41 -0700)
commit459b28aba7c4ef0afe8d23dd2953e236d1bf7aed
treedef5a58910a72557adea2149651fa00b163299db
parent99dc87061333eeb8f617a6919cc3b6e9cc85beee
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().

This is a leftover from when we had to split those two functions due to
the separate BO validation step.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_draw_upload.c
src/mesa/drivers/dri/i965/brw_queryobj.c