summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/screen.rst
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-03-30 18:21:04 -0400
committerIlia Mirkin <[email protected]>2014-04-26 11:52:01 -0400
commit88d8d88d8c151ca1e8ec3af0caba16a4e34ca281 (patch)
tree58c1c29f2f1befeafb9a8e3cb0716dd070aa085c /src/gallium/docs/source/screen.rst
parent3a2885fb268ebbc23cf1bceaad7e77ac06d85edb (diff)
gallium: add basic support for ARB_sample_shading
Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-rw-r--r--src/gallium/docs/source/screen.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 89cbdbf8051..f5acebb3508 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -197,6 +197,9 @@ The integer capabilities:
in conjunction with a texture gather opcode.
* ``PIPE_CAP_MAX_TEXTURE_GATHER_OFFSET``: The maximum offset that can be used
in conjunction with a texture gather opcode.
+* ``PIPE_CAP_SAMPLE_SHADING``: Whether there is support for per-sample
+ shading. The context->set_min_samples function will be expected to be
+ implemented.
.. _pipe_capf: