aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2012-06-18 22:50:02 +0200
committerBrian Paul <[email protected]>2012-06-19 07:57:22 -0600
commitaf372129e5c1722a3d53dd1fc2f3409207c12f7e (patch)
treed4be55b587f97fac23720f2fdbe37d635d3c96a4 /src/gallium/docs
parentae5d7d5e8970f90b9713897387d7d46a2b4485ab (diff)
gallium: Add PIPE_CAP_START_INSTANCE
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index c86e1c6e7fc..2c683efa9a7 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -126,7 +126,8 @@ The integer capabilities:
resources.
* ``PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT``: Describes the required
alignment of pipe_constant_buffer::buffer_offset.
-
+* ``PIPE_CAP_START_INSTANCE``: Whether the driver supports
+ pipe_draw_info::start_instance.
.. _pipe_capf: