Re: [Mesa-dev] [PATCH] nvc0: collapse output slots to have adjacent registers

2018-02-05 Thread Karol Herbst
Tested-By: Karol Herbst On Mon, Feb 5, 2018 at 6:15 AM, Ilia Mirkin wrote: > The hardware skips over unallocated slots, so we have to make sure those > registers are packed together. > > Fixes KHR-GL45.enhanced_layouts.fragment_data_location_api > >

[Mesa-dev] [PATCH] nvc0: collapse output slots to have adjacent registers

2018-02-04 Thread Ilia Mirkin
The hardware skips over unallocated slots, so we have to make sure those registers are packed together. Fixes KHR-GL45.enhanced_layouts.fragment_data_location_api Signed-off-by: Ilia Mirkin --- Tested on GK208. Needs testing on Fermi, as I seem to recall it had slightly