Kenneth Graunke writes:
> The way nir_lower_clip_vs() works with store_output intrinsics makes a
> ton of assumptions about the driver_location field.
>
> In i965, I'd rather do this lowering early and work with variables.
> ir3 and vc4 could probably do that as well, but I'm not sure exactly
> w
The way nir_lower_clip_vs() works with store_output intrinsics makes a
ton of assumptions about the driver_location field.
In i965, I'd rather do this lowering early and work with variables.
ir3 and vc4 could probably do that as well, but I'm not sure exactly
what paths would need updating, so for