Re: [Mesa-dev] [PATCH 2/4] llvmpipe: implement PIPE_QUERY_SO_STATISTICS

2013-04-09 Thread Roland Scheidegger
Am 10.04.2013 02:22, schrieb Zack Rusin: > 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 > --- > src/gallium/drivers/llvmpipe/lp_query.c | 19 +++ > src/galliu

[Mesa-dev] [PATCH 2/4] llvmpipe: implement PIPE_QUERY_SO_STATISTICS

2013-04-09 Thread Zack Rusin
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 --- src/gallium/drivers/llvmpipe/lp_query.c | 19 +++ src/gallium/drivers/llvmpipe/lp_rast.c |3 +++ 2 files changed