From: Gwan-gyeong Mun Date: Thu, 24 Aug 2017 13:53:04 +0000 (+0900) Subject: gallium/docs: fix a reference link for get_paramf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6c23e95a771cc7b3a43bfd6961063948bf29e6c;p=mesa.git gallium/docs: fix a reference link for get_paramf Previous get_paramf links same as get_param. It changes the reference link to PIPE_CAPF_* Signed-off-by: Mun Gwan-gyeong Reviewed-by: Marek Olšák --- diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 0d474dfb07d..61cefac1e9c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -670,7 +670,7 @@ get_paramf Get a floating-point screen parameter. -**param** is one of the :ref:`PIPE_CAP` names. +**param** is one of the :ref:`PIPE_CAPF` names. context_create ^^^^^^^^^^^^^^