gallium/docs: remove obsolete documentation
authorMarek Olšák <maraeo@gmail.com>
Sat, 19 Nov 2011 18:40:26 +0000 (19:40 +0100)
committerMarek Olšák <maraeo@gmail.com>
Sat, 19 Nov 2011 19:58:37 +0000 (20:58 +0100)
src/gallium/docs/source/screen.rst

index 06792408051d793163cffef5280a36efc2a63d5b..12721712c00d3b7a950c97979180dba4e1f21fd5 100644 (file)
@@ -193,20 +193,6 @@ The PIPE_USAGE enums are hints about the expected usage pattern of a resource.
 * ``PIPE_USAGE_STREAM``: Upload will be followed by draw, followed by upload, ...
 
 
-
-PIPE_TEXTURE_GEOM
-^^^^^^^^^^^^^^^^^
-
-These flags are used when querying whether a particular pipe_format is
-supported by the driver (with the `is_format_supported` function).
-Some formats may only be supported for certain kinds of textures.
-For example, a compressed format might only be used for POT textures.
-
-* ``PIPE_TEXTURE_GEOM_NON_SQUARE``: The texture may not be square
-* ``PIPE_TEXTURE_GEOM_NON_POWER_OF_TWO``: The texture dimensions may not be
-  powers of two.
-
-
 Methods
 -------