summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorBruno Jiménez <brunojimen@gmail.com>2014-05-30 17:31:10 +0200
committerTom Stellard <thomas.stellard@amd.com>2014-06-12 19:08:06 -0400
commit8f4d37889c58e75d7bb909b6525c2395690ec804 (patch)
treed98e8aa4bb3264ce1a9d104c3987d35ac0c6b1c5 /src/gallium/docs
parent4f70d83089bb1fea3cda9aa050e5bbd7f3768734 (diff)
downloadexternal_mesa3d-8f4d37889c58e75d7bb909b6525c2395690ec804.zip
external_mesa3d-8f4d37889c58e75d7bb909b6525c2395690ec804.tar.gz
external_mesa3d-8f4d37889c58e75d7bb909b6525c2395690ec804.tar.bz2
gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index b8e356f..1a80b04 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -320,6 +320,8 @@ pipe_screen::get_compute_param.
allocation in bytes. Value type: ``uint64_t``.
* ``PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY``: Maximum frequency of the GPU
clock in MHz. Value type: ``uint32_t``
+* ``PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS``: Maximum number of compute units
+ Value type: ``uint32_t``
.. _pipe_bind: