summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2016-01-26 11:03:11 -0500
committerNicolai Hähnle <nicolai.haehnle@amd.com>2016-02-03 14:12:37 +0100
commit43a401a7929a8edc3528b8115265071554885b5a (patch)
treec879dc9a34bbd287862b8f56ae53b19d6ce099dd /src/gallium/docs
parent7dd31b81fee7fe40bd09cf3fbc324fcc32782479 (diff)
downloadexternal_mesa3d-43a401a7929a8edc3528b8115265071554885b5a.zip
external_mesa3d-43a401a7929a8edc3528b8115265071554885b5a.tar.gz
external_mesa3d-43a401a7929a8edc3528b8115265071554885b5a.tar.bz2
gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE
This parameter is equivalent to the corresponding OpenGL implementation limit which is in texels, not bytes. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 1fcd882..c95136f 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -168,7 +168,7 @@ The integer capabilities:
view it is intended to be used with, or herein undefined results may occur
for permutational swizzles.
* ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
- a buffer sampler view, in bytes.
+ a buffer sampler view, in texels.
* ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
since they are linked) a driver can support. Returning 0 is equivalent
to returning 1 because every driver has to support at least a single