From f6ccd594e73d5bebc0b3e4ee6cb2f7eea228058f Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 6 Aug 2018 08:07:25 -0400 Subject: gallium: add PIPE_CAP_MAX_GS_INVOCATIONS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Dieter Nützel --- src/gallium/docs/source/screen.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index e85246c4778..a4d71b3a849 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -452,7 +452,8 @@ subpixel precision bias in bits during conservative rasterization. * ``PIPE_CAP_PROGRAMMABLE_SAMPLE_LOCATIONS``: True is the driver supports programmable sample location through ```get_sample_pixel_grid``` and ```set_sample_locations```. - +* ``PIPE_CAP_MAX_GS_INVOCATIONS``: Maximum supported value of + TGSI_PROPERTY_GS_INVOCATIONS. .. _pipe_capf: -- cgit v1.2.3