Kenneth Graunke writes:
> On Gen6-7, we don't compact clip planes, and nr_userclip_plane_consts
> is the last bit set, so iterating from i = 0..nr_userclip_plane_consts
> covers all active clip planes and is the right thing to do.
> works and is the right thing to do.
>
> However, that doesn't wo
On Gen6-7, we don't compact clip planes, and nr_userclip_plane_consts
is the last bit set, so iterating from i = 0..nr_userclip_plane_consts
covers all active clip planes and is the right thing to do.
works and is the right thing to do.
However, that doesn't work at all on Gen4-5. Since we don't