gallium: add FMA and DFMA opcodes (v3)
[mesa.git] / src / gallium / docs / source / screen.rst
index e0fd1a2dbac391f01de55ff65a0ed7da0f89d47c..26cc9ffc6f70ae0a054efce3d2d34172778c24f8 100644 (file)
@@ -336,6 +336,8 @@ to be 0.
   is supported. If it is, DTRUNC/DCEIL/DFLR/DROUND opcodes may be used.
 * ``PIPE_SHADER_CAP_TGSI_DFRACEXP_DLDEXP_SUPPORTED``: Whether DFRACEXP and
   DLDEXP are supported.
+* ``PIPE_SHADER_CAP_TGSI_FMA_SUPPORTED``: Whether FMA and DFMA (doubles only)
+  are supported.
 
 
 .. _pipe_compute_cap: