diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index 68834a69e2e..12b93468da2 100644 --- a/src/gallium/drivers/svga/svga_screen.h +++ b/src/gallium/drivers/svga/svga_screen.h @@ -86,6 +86,7 @@ struct svga_screen /** Memory used by all resources (buffers and surfaces) */ uint64_t total_resource_bytes; uint64_t num_resources; + uint64_t num_failed_allocations; } hud; }; |