From: Corbin Simpson Date: Tue, 19 Jan 2010 02:05:55 +0000 (-0800) Subject: docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC. X-Git-Tag: 062012170305~12852^2~1640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09f69b1e5d4e9a4086950de97e0bff46e70bd686;p=profile%2Fivi%2Fmesa.git docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC. --- diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index bac6313..72bb75a 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -23,7 +23,7 @@ texture that can be used as multiple things. validated here is implicitly also a depthbuffer. * ``SAMPLER``: A texture that may be sampled from in a fragment or vertex shader. -* ``DYNAMIC``: XXX undefined +* ``DYNAMIC``: A texture that will be mapped frequently. Methods ------- @@ -59,6 +59,10 @@ See if a format can be used in a specific manner. Returns TRUE if all usages can be satisfied. +.. note:: + + ``PIPE_TEXTURE_USAGE_DYNAMIC`` is not a valid usage. + texture_create ^^^^^^^^^^^^^^