Files
mesa/src
Ian Romanick 1259f6d802 nir: intel/vec4: Add flag to disable some algebraic optimizations
A couple patches later in this series use the flag to avoid a few
thousand shader-db regresions on all vec4 platforms.

I'm not particularly enamored with the name of this flag.  However, I
suspect the Intel vec4 backend is the only backend that will benefit
from it.  Specifically, the cases where this helps are all cases where
we want to prevent nir_opt_algebraic from rearranging instructions to
create 3-source instructions, such as ffma and flrp, with additional
immediate value or uniform sources.

The earlier commit "intel/vec4: Try to emit a single load for multiple
3-src instruction operands" solves most of the problems caused by
additional immediate values, but the restrictions on register strides
that cause problems for uniforms and shader inputs persist.

Reviewed-by: Matt Turner <mattst88@gmail.com>
2019-07-11 10:20:03 -07:00
..
2019-07-11 15:46:02 +02:00
2019-07-10 11:27:51 +00:00
2019-07-04 14:05:18 -04:00
2019-07-10 11:27:51 +00:00
2019-06-20 17:21:37 +01:00
2019-04-29 21:17:19 +00:00
2019-04-15 13:44:29 -07:00
2019-07-10 11:27:51 +00:00
2019-07-10 11:27:51 +00:00