Re: [Mesa-dev] [PATCH] radeonsi: Fix primitive restart when index changes

2016-10-04 Thread Marek Olšák
I've pushed the patch. Thanks! Marek On Tue, Oct 4, 2016 at 3:30 PM, James Legg wrote: > If primitive restart is enabled for two consecutive draws which use > different primitive restart indices, then the first draw's primitive > restart index was incorrectly used for the second draw. > > Bugzil

[Mesa-dev] [PATCH] radeonsi: Fix primitive restart when index changes

2016-10-04 Thread James Legg
If primitive restart is enabled for two consecutive draws which use different primitive restart indices, then the first draw's primitive restart index was incorrectly used for the second draw. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98025 --- src/gallium/drivers/radeonsi/si_state_d