Re: [Mesa-dev] [PATCH 2/2] draw: implement pipeline statistics in the draw module

2013-04-12 Thread Zack Rusin
- Original Message - > I wonder if, instead of sending statistics down the pipe with through vbuf, > it would be simpler to just have > >void draw_statistics_start(struct draw_context *draw) >void draw_statistics_end(struct draw_context *draw, > struct p

Re: [Mesa-dev] [PATCH 2/2] draw: implement pipeline statistics in the draw module

2013-04-12 Thread Jose Fonseca
- Original Message - > This is a basic implementation of the pipeline statistics in the > draw module. The interface is similar to the stream output statistics > and also requires that the callers explicitly enable it. > Included is the implementation of the interface in llvmpipe and > so

[Mesa-dev] [PATCH 2/2] draw: implement pipeline statistics in the draw module

2013-04-11 Thread Zack Rusin
This is a basic implementation of the pipeline statistics in the draw module. The interface is similar to the stream output statistics and also requires that the callers explicitly enable it. Included is the implementation of the interface in llvmpipe and softpipe. Only softpipe enables the pipelin