From: Erik Faye-Lund Date: Wed, 21 Aug 2013 13:59:14 +0000 (+0200) Subject: gallium/docs: remove documentation of removed arg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99d8b933fd74a813095608e40c51605406dd6660;p=mesa.git gallium/docs: remove documentation of removed arg geom was removed in e968975 ("gallium: remove the geom_flags param from is_format_supported", Tue Mar 8 00:01:58 2011 +0100), but the documentation of it was left over. Let's bring the documentation up to date. Signed-off-by: Erik Faye-Lund Reviewed-by: Nicolai Hähnle --- diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index da513ccd11d..8685fb728ba 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -660,8 +660,6 @@ the maximum allowed legal value is 32. **bindings** is a bitmask of :ref:`PIPE_BIND` flags. -**geom_flags** is a bitmask of PIPE_TEXTURE_GEOM_x flags. - Returns TRUE if all usages can be satisfied.