OSDN Git Service

gallium/docs: remove documentation of removed arg
authorErik Faye-Lund <kusmabite@gmail.com>
Wed, 21 Aug 2013 13:59:14 +0000 (15:59 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Sat, 1 Apr 2017 11:39:52 +0000 (13:39 +0200)
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@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/docs/source/screen.rst

index da513cc..8685fb7 100644 (file)
@@ -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.