- 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
- 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
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