From 7c211a12aa6c22187264f718c81224a70e224ebe Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 1 Feb 2015 09:01:50 -0500 Subject: gallium: add a cap to determine whether the driver supports offset_clamp Signed-off-by: Ilia Mirkin Reviewed-by: Glenn Kennard Reviewed-by: Roland Scheidegger --- src/gallium/docs/source/screen.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/docs/source') diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 55d114c829f..b72a372a6c3 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -241,6 +241,8 @@ The integer capabilities: semantics. Only relevant if geometry shaders are supported. (Currently not possible to query availability of these two semantics outside this, at least BASEVERTEX should be exposed separately too). +* ``PIPE_CAP_POLYGON_OFFSET_CLAMP``: If true, the driver implements support + for ``pipe_rasterizer_state::offset_clamp``. .. _pipe_capf: -- cgit v1.2.3