summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-11-19 19:40:26 +0100
committerMarek Olšák <maraeo@gmail.com>2011-11-19 20:58:37 +0100
commitb781fc88b02bb2c4fdcb864396c62a05a8eaf2b9 (patch)
tree89c36ac1efbad92f9f85fef1a14f10c3af08fc0c /src/gallium/docs
parentec174a424489664626796126f937fbce3e7d8cd8 (diff)
downloadexternal_mesa3d-b781fc88b02bb2c4fdcb864396c62a05a8eaf2b9.zip
external_mesa3d-b781fc88b02bb2c4fdcb864396c62a05a8eaf2b9.tar.gz
external_mesa3d-b781fc88b02bb2c4fdcb864396c62a05a8eaf2b9.tar.bz2
gallium/docs: remove obsolete documentation
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 0679240..1272171 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
-------