projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fce4d
)
docs/tgsi: use src1 instead of "second arg"
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 13:32:55 +0000
(15:32 +0200)
committer
Marge Bot
<emma+marge@anholt.net>
Thu, 3 Nov 2022 07:40:35 +0000
(07:40 +0000)
This is more consistent with what we do elsewhere here.
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19460>
docs/gallium/tgsi.rst
patch
|
blob
|
history
diff --git
a/docs/gallium/tgsi.rst
b/docs/gallium/tgsi.rst
index e61c9a7b99eabf32b1773f86f92e039746b937ad..1b02d31e648b37ae6767b7c19dfc2df389613a85 100644
(file)
--- a/
docs/gallium/tgsi.rst
+++ b/
docs/gallium/tgsi.rst
@@
-1198,7
+1198,7
@@
Support for these opcodes indicated by PIPE_SHADER_CAP_INTEGERS (all of them?)
.. opcode:: UMOD - Unsigned Integer Remainder
- If
second arg
is zero, 0xffffffff is returned.
+ If
*src1*
is zero, 0xffffffff is returned.
.. math::