diff options
author | Marek Olšák <[email protected]> | 2018-08-21 22:00:11 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-09-06 21:53:00 -0400 |
commit | fda7683726a55eec8a76416470cd59d673b27790 (patch) | |
tree | 94fe3aeacfd73bd4e32e49e510fa6230c26e6665 /src/gallium/docs | |
parent | daa19363def83c025ccf16106b3402268bf1f56f (diff) |
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index cb9d0e2a15a..e2b09d7b9c5 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -69,6 +69,10 @@ The integer capabilities: property FS_COORD_PIXEL_CENTER with value INTEGER is supported. * ``PIPE_CAP_DEPTH_CLIP_DISABLE``: Whether the driver is capable of disabling depth clipping (through pipe_rasterizer_state) +* ``PIPE_CAP_DEPTH_CLIP_DISABLE_SEPARATE``: Whether the driver is capable of + disabling depth clipping (through pipe_rasterizer_state) separately for + the near and far plane. If not, depth_clip_near and depth_clip_far will be + equal. * ``PIPE_CAP_SHADER_STENCIL_EXPORT``: Whether a stencil reference value can be written from a fragment shader. * ``PIPE_CAP_TGSI_INSTANCEID``: Whether TGSI_SEMANTIC_INSTANCEID is supported |