Mesa (master): gallium/docs: remove documentation of removed arg

Erik Faye-Lund kusma at kemper.freedesktop.org
Sat Apr 1 11:41:10 UTC 2017


Module: Mesa
Branch: master
Commit: 99d8b933fd74a813095608e40c51605406dd6660
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99d8b933fd74a813095608e40c51605406dd6660

Author: Erik Faye-Lund <kusmabite at gmail.com>
Date:   Wed Aug 21 15:59:14 2013 +0200

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 <kusmabite at gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 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 da513ccd11..8685fb728b 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.
 
 




More information about the mesa-commit mailing list