Re: [Mesa-dev] [PATCH 1/2] radeonsi: split per-patch from per-vertex indices

2017-05-05 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, May 3, 2017 at 3:54 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Make it a bit clearer that the index spaces are logically seperate by > having them defined in different functions.

[Mesa-dev] [PATCH 1/2] radeonsi: split per-patch from per-vertex indices

2017-05-03 Thread Nicolai Hähnle
From: Nicolai Hähnle Make it a bit clearer that the index spaces are logically seperate by having them defined in different functions. --- src/gallium/drivers/radeonsi/si_shader.c| 56 + src/gallium/drivers/radeonsi/si_shader.h|