From 99d8b933fd74a813095608e40c51605406dd6660 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 21 Aug 2013 15:59:14 +0200 Subject: [PATCH] gallium/docs: remove documentation of removed arg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/gallium/docs/source/screen.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index da513cc..8685fb7 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. -- 2.7.4