From c6c23e95a771cc7b3a43bfd6961063948bf29e6c Mon Sep 17 00:00:00 2001 From: Gwan-gyeong Mun Date: Thu, 24 Aug 2017 22:53:04 +0900 Subject: [PATCH] gallium/docs: fix a reference link for get_paramf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/gallium/docs/source/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 0d474df..61cefac 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 ^^^^^^^^^^^^^^ -- 2.7.4