Re: [Mesa-dev] [PATCH 2/2] svga: add new num-failed-allocations HUD query

2017-06-16 Thread Neha Bhende
For the series, Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Friday, June 16, 2017 3:39:12 PM To: mesa-dev@lists.freedesktop.org Cc: Charmaine Lee; Neha Bhende Subject: [PATCH 2/2] svga: add new num-failed-allocations HUD query This counter

[Mesa-dev] [PATCH 2/2] svga: add new num-failed-allocations HUD query

2017-06-16 Thread Brian Paul
This counter is incremented if we fail to allocate memory for vertex/index/const buffers, textures, etc. --- src/gallium/drivers/svga/svga_context.h| 1 + src/gallium/drivers/svga/svga_pipe_query.c | 7 +++ src/gallium/drivers/svga/svga_resource.c | 17 +++-- src/gallium/dr