svga: add new svga_winsys_context::get_command_buffer_size()
authorBrian Paul <brianp@vmware.com>
Mon, 29 Feb 2016 21:25:09 +0000 (14:25 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 4 Mar 2016 14:57:41 +0000 (07:57 -0700)
commit1258f907f4f8371391ad7e30ae7365c223203a97
tree980aae2b0f45ccbfe121e709422452559534a54e
parent6fc8d90fa97f7cce059b1046d76b31d266f06a92
svga: add new svga_winsys_context::get_command_buffer_size()

To ask how large the current command buffer is.  Will be used for
a new GALLIUM_HUD graph.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/drivers/svga/svga_winsys.h
src/gallium/winsys/svga/drm/vmw_context.c