projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e627af
)
gallium/docs: fix a reference link for get_paramf
author
Gwan-gyeong Mun
<elongbug@gmail.com>
Thu, 24 Aug 2017 13:53:04 +0000
(22:53 +0900)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 28 Sep 2017 12:20:14 +0000
(13:20 +0100)
Previous get_paramf links same as get_param. It changes the reference link to
PIPE_CAPF_*
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/docs/source/screen.rst
patch
|
blob
|
history
diff --git
a/src/gallium/docs/source/screen.rst
b/src/gallium/docs/source/screen.rst
index 0d474dfb07dcf75b4adc8357daef0f4c0267f577..61cefac1e9c8756bed4efdae156341f405abe30e 100644
(file)
--- 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_CAP
F
` names.
context_create
^^^^^^^^^^^^^^