llvmpipe: implement PIPE_QUERY_SO_STATISTICS
authorZack Rusin <zackr@vmware.com>
Tue, 9 Apr 2013 10:50:32 +0000 (03:50 -0700)
committerZack Rusin <zackr@vmware.com>
Wed, 10 Apr 2013 19:32:56 +0000 (12:32 -0700)
commitc1cd19c3b8339a48024e381515806186b8056256
tree7632b0744ca9d78a4381aa92ab56aa386c7c1e95
parent7466e0b6c84ce0c6029e60739daac8baeccb8b0b
llvmpipe: implement PIPE_QUERY_SO_STATISTICS

We were missing the implementation of PIPE_QUERY_SO_STATISTICS
query, this change implements it on top of the existing
facilities.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/drivers/llvmpipe/lp_query.c
src/gallium/drivers/llvmpipe/lp_rast.c