From d87bc015dc8b84257dc84e92cf4381c11a5086d3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 5 Dec 2010 13:32:59 -0700 Subject: gallium: added PIPE_CAP_INSTANCED_DRAWING --- src/gallium/docs/source/screen.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index e3ef49c862..a62520061e 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -36,6 +36,7 @@ The integer capabilities: bound. * ``OCCLUSION_QUERY``: Whether occlusion queries are available. * ``TIMER_QUERY``: Whether timer queries are available. +* ``INSTANCED_DRAWING``: indicates support for instanced drawing. * ``TEXTURE_SHADOW_MAP``: indicates whether the fragment shader hardware can do the depth texture / Z comparison operation in TEX instructions for shadow testing. -- cgit v1.2.3