From b781fc88b02bb2c4fdcb864396c62a05a8eaf2b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 19 Nov 2011 19:40:26 +0100 Subject: [PATCH] gallium/docs: remove obsolete documentation --- src/gallium/docs/source/screen.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 06792408051..12721712c00 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -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 ------- -- 2.30.2