summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-08-06 08:38:54 -0400
committerMarek Olšák <[email protected]>2018-08-23 16:56:17 -0400
commitd3c1b212bc72494bdcca617115cda4e0b55d2dbe (patch)
treea08995d9d32f4c91a2786c344a538d26798d06a4 /src/gallium/docs/source
parentf6ccd594e73d5bebc0b3e4ee6cb2f7eea228058f (diff)
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Tested-by: Dieter Nützel <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
-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 a4d71b3a849..6caa7d5f351 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -454,6 +454,8 @@ subpixel precision bias in bits during conservative rasterization.
```set_sample_locations```.
* ``PIPE_CAP_MAX_GS_INVOCATIONS``: Maximum supported value of
TGSI_PROPERTY_GS_INVOCATIONS.
+* ``PIPE_CAP_MAX_SHADER_BUFFER_SIZE``: Maximum supported size for binding
+ with set_shader_buffers.
.. _pipe_capf: