gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS

Reviewed-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
Christoph Bumiller
2013-03-29 13:02:49 +01:00
parent 41e4bccc75
commit f35e96d973
12 changed files with 17 additions and 1 deletions

View File

@@ -149,6 +149,8 @@ The integer capabilities:
to use a blit to implement a texture transfer which needs format conversions
and swizzling in state trackers. Generally, all hardware drivers with
dedicated memory should return 1 and all software rasterizers should return 0.
* ``PIPE_CAP_QUERY_PIPELINE_STATISTICS``: Whether PIPE_QUERY_PIPELINE_STATISTICS
is supported.
.. _pipe_capf: