summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-10-03 16:51:19 -0400
committerErik Faye-Lund <[email protected]>2019-10-17 10:41:36 +0200
commit28543f1640d459404413c244740291fe68a75a5c (patch)
treeb2e7e01dc255da195414a3d61d089436151e9ec0 /src/gallium/docs
parent011d692a52b60bbbb73395e403bcb6c7cbe61a06 (diff)
mesa/gallium: automatically lower two-sided lighting
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index f280ad1cfec..ffe104e8dc6 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -562,6 +562,7 @@ The integer capabilities:
* ``PIPE_CAP_ALPHA_TEST``: Driver supports alpha-testing.
* ``PIPE_CAP_POINT_SIZE_FIXED``: Driver supports point-sizes that are fixed,
as opposed to writing gl_PointSize for every point.
+* ``PIPE_CAP_TWO_SIDED_COLOR``: Driver supports two-sided coloring.
.. _pipe_capf: