summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2016-08-28 04:06:28 -0400
committerJan Vesely <jan.vesely@rutgers.edu>2016-08-29 14:40:15 -0400
commitc7af84968d4ee0f67c46c347c6fb83d6fbc83ef3 (patch)
treec133273252958287b35627bb115012382e257b7e /src/gallium/docs
parentf5602c27ec681f1f66cdb8d79378991b79ce45e7 (diff)
downloadexternal_mesa3d-c7af84968d4ee0f67c46c347c6fb83d6fbc83ef3.zip
external_mesa3d-c7af84968d4ee0f67c46c347c6fb83d6fbc83ef3.tar.gz
external_mesa3d-c7af84968d4ee0f67c46c347c6fb83d6fbc83ef3.tar.bz2
gallium: add cap to export device pointer size
v2: document the new cap v3: fix 80 char limit in screen.rst Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
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 c00d012..5a11e72 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -496,6 +496,8 @@ pipe_screen::get_compute_param.
non-zero means yes, zero means no. Value type: ``uint32_t``
* ``PIPE_COMPUTE_CAP_SUBGROUP_SIZE``: The size of a basic execution unit in
threads. Also known as wavefront size, warp size or SIMD width.
+* ``PIPE_COMPUTE_CAP_ADDRESS_BITS``: The default compute device address space
+ size specified as an unsigned integer value in bits.
.. _pipe_bind: