Module: Mesa Branch: master Commit: c6c23e95a771cc7b3a43bfd6961063948bf29e6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6c23e95a771cc7b3a43bfd6961063948bf29e6c
Author: Gwan-gyeong Mun <[email protected]> Date: Thu Aug 24 22:53:04 2017 +0900 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 <[email protected]> Reviewed-by: Marek Olšák <[email protected]> --- 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 0d474dfb07..61cefac1e9 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 ^^^^^^^^^^^^^^ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
