Skip to content
  • Zack Rusin's avatar
    draw: implement pipeline statistics in the draw module · 80ee4a40
    Zack Rusin authored
    
    
    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 pipeline statistics capability
    though because llvmpipe is lacking gathering of the fragment shading
    and rasterization statistics.
    
    Signed-off-by: default avatarZack Rusin <zackr@vmware.com>
    Reviewed-by: default avatarJose Fonseca <jfonseca@vmware.com>
    80ee4a40