Files
mesa/src
Kenneth Graunke cf731564e6 st/nir: Call nir_lower_clip_cull_distance_arrays().
Today, st always sets LowerCombinedClipCullDistance, causing the GLSL IR
lowering to run, giving us vec4[2] arrays.  I would like to disable this
and instead run the NIR lowering so that we get compact float[] arrays
instead.

Calling the new pass is a noop if the GLSL IR pass has already run, so
it's safe to call the pass unconditionally.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
2019-02-05 13:58:46 -08:00
..
2019-01-31 09:59:18 -05:00
2018-11-20 09:09:22 -08:00
2018-02-16 16:56:34 -06:00
2019-02-02 23:08:03 +00:00
2018-10-19 16:50:26 +01:00