While you're at it, you could also add something to TGSI_OPCODE_MAD
itself, that it can be either fused or unfused, whatever is fastest. But
either way,
Reviewed-by: Roland Scheidegger Signed-off-by: Karol Herbst
> ---
> src/gallium/docs/source/tgsi.rst | 8 +++-
> 1 file changed, 7 insertio
Signed-off-by: Karol Herbst
---
src/gallium/docs/source/tgsi.rst | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index c65d721dec..76c82b3e88 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gall