Re: [Mesa-dev] [PATCH v3 06/10] gallium/docs: add precise instruction modifier

2017-06-16 Thread Roland Scheidegger
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

[Mesa-dev] [PATCH v3 06/10] gallium/docs: add precise instruction modifier

2017-06-16 Thread Karol Herbst
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