Re: [Mesa-dev] [PATCH 01/10] i965: Delete duplicate write_timestamp function.

2014-01-09 Thread Eric Anholt
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

[Mesa-dev] [PATCH 01/10] i965: Delete duplicate write_timestamp function.

2013-12-12 Thread Kenneth Graunke
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