From 6e40938fbc724856e3fe71b9686621c84baccba1 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 16 Jan 2017 22:14:38 -0500 Subject: gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilia Mirkin Reviewed-by: Nicolai Hähnle Reviewed-by: Axel Davy --- src/gallium/docs/source/screen.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 5ae2596dad0..2bfcd9ff0ab 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -371,6 +371,8 @@ The integer capabilities: and lowering. * ``PIPE_CAP_TGSI_FS_FBFETCH``: Whether a fragment shader can use the FBFETCH opcode to retrieve the current value in the framebuffer. +* ``PIPE_CAP_TGSI_MUL_ZERO_WINS``: Whether TGSI shaders support the + ``TGSI_PROPERTY_MUL_ZERO_WINS`` shader property. .. _pipe_capf: -- cgit v1.2.3