summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2015-03-22 07:21:00 +0100
committerTom Stellard <thomas.stellard@amd.com>2015-03-23 13:25:34 +0000
commit31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6 (patch)
tree0427f7664dc09993641591654af339f5c2fc20a0 /src/gallium/docs
parent9280f17e823cbdbddf30a4ae5e2de9f2d327d33c (diff)
downloadexternal_mesa3d-31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6.zip
external_mesa3d-31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6.tar.gz
external_mesa3d-31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6.tar.bz2
gallium: introduce get_device_vendor() entrypoint for pipes
This will be needed by Clover to return the correct information to CL_DEVICE_VENDOR info queries. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 26cc9ff..4386bcf 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -462,6 +462,12 @@ get_vendor
Returns the screen vendor.
+get_device_vendor
+^^^^^^^^^^^^^^^^^
+
+Returns the actual vendor of the device driving the screen
+(as opposed to the driver vendor).
+
.. _get_param:
get_param