Re: [Mesa-dev] [PATCH 3/3] svga: add new surface-write-flushes HUD query

2016-03-05 Thread Charmaine Lee
For this series, Reviewed-by: Charmaine Lee From: Brian Paul Sent: Friday, March 4, 2016 5:17 PM To: mesa-dev@lists.freedesktop.org Cc: Charmaine Lee Subject: [PATCH 3/3] svga: add new surface-write-flushes HUD query To know when we're flushing the comman

[Mesa-dev] [PATCH 3/3] svga: add new surface-write-flushes HUD query

2016-03-04 Thread Brian Paul
To know when we're flushing the command buffer because we need to write to surface in the command buffer. --- src/gallium/drivers/svga/svga_context.h | 16 +--- src/gallium/drivers/svga/svga_pipe_query.c | 9 + src/gallium/drivers/svga/svga_resource_texture.c |