Kenneth Graunke writes:
> brw_queryobj.c needs a version of write_timestamp that works on all
> generations for the QueryCounter() driver hook. So there's no point in
> duplicating it in gen6_queryobj.c.
Patches 1, 4, 6, 7, 9, and 10 are:
Reviewed-by: Eric Anholt
Patch 2 landed.
Patch 3 is r
brw_queryobj.c needs a version of write_timestamp that works on all
generations for the QueryCounter() driver hook. So there's no point in
duplicating it in gen6_queryobj.c.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_context.h | 1 +
src/mesa/drivers/dri/i965/brw_queryo