From 4569bc6ad084eac392411117ad1fd3bd0706af75 Mon Sep 17 00:00:00 2001 From: Mathias Fröhlich Date: Thu, 6 Sep 2018 16:13:42 +0200 Subject: gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce a new capability for the maximum value of pipe_vertex_element::src_offset. Initially just every driver backend returns the value previously set from _mesa_init_constants. So this shall end up in no functional change. Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger Signed-off-by: Mathias Fröhlich --- 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 b5ad8f970d2..0abd164494c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -475,6 +475,8 @@ subpixel precision bias in bits during conservative rasterization. * ``PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET: Maximum recommend memory size for all active texture uploads combined. This is a performance hint. 0 means no limit. +* ``PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET``: The maximum supported value for + of pipe_vertex_element::src_offset. .. _pipe_capf: -- cgit v1.2.3