[Mesa-dev] [PATCH] gallium/docs: add reference links for resource_create method

Marek Olšák maraeo at gmail.com
Thu Aug 24 16:06:15 UTC 2017


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Thu, Aug 24, 2017 at 4:17 PM, Gwan-gyeong Mun <elongbug at gmail.com> wrote:
> It adds reference links for arguments usage and bind of resource_create().
>
> Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
> ---
>  src/gallium/docs/source/screen.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
> index 930e5bd5f0..426edadf7f 100644
> --- a/src/gallium/docs/source/screen.rst
> +++ b/src/gallium/docs/source/screen.rst
> @@ -739,9 +739,9 @@ For cube maps this must be 6, for other textures 1.
>  **nr_samples** the nr of msaa samples. 0 (or 1) specifies a resource
>  which isn't multisampled.
>
> -**usage** one of the PIPE_USAGE flags.
> +**usage** one of the :ref:`PIPE_USAGE` flags.
>
> -**bind** bitmask of the PIPE_BIND flags.
> +**bind** bitmask of the :ref:`PIPE_BIND` flags.
>
>  **flags** bitmask of PIPE_RESOURCE_FLAG flags.
>
> --
> 2.14.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list