diff options
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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: |