diff options
author | Erik Faye-Lund <[email protected]> | 2013-08-21 15:59:14 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2017-04-01 13:39:52 +0200 |
commit | 99d8b933fd74a813095608e40c51605406dd6660 (patch) | |
tree | 85c3dc223c64b6320558761f1ddfbfa530163b23 /src/gallium/docs | |
parent | c33807463e47204a55a5db6709f736e389ddb64c (diff) |
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 <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 0 insertions, 2 deletions
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. |