diff options
author | Timothy Arceri <[email protected]> | 2014-08-19 21:09:58 -1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2014-08-27 20:35:59 -1000 |
commit | 89e6806dea5b0a40747447a333c60183d2d46521 (patch) | |
tree | 3f194b0255603f0074b62a7691b5430404833654 /src/gallium/docs | |
parent | 3246e11d33b346f904f441fb1772e9e88f29d214 (diff) |
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Signed-off-by: Timothy Arceri <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index eee254e473a..13bf705a87d 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -225,6 +225,7 @@ The integer capabilities: memory and GART. * ``PIPE_CAP_CONDITIONAL_RENDER_INVERTED``: Whether the driver supports inverted condition for conditional rendering. +* ``PIPE_CAP_MAX_VERTEX_ATTRIB_STRIDE``: The maximum supported vertex stride. .. _pipe_capf: |