[Mesa-dev] [PATCH 5/5] util/indices: implement unfilled (tri->line) conversion for adjacency prims
Brian Paul
brianp at vmware.com
Thu May 26 15:40:40 UTC 2016
On 05/26/2016 09:37 AM, Roland Scheidegger wrote:
> Am 26.05.2016 um 16:06 schrieb Brian Paul:
>> Tested with new piglit gl-3.2-adj-prims test.
>> ---
>> src/gallium/auxiliary/indices/u_unfilled_gen.py | 26 ++++++++++++++++++++--
>> src/gallium/auxiliary/indices/u_unfilled_indices.c | 14 ++++++++++++
>> 2 files changed, 38 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/gallium/auxiliary/indices/u_unfilled_gen.py b/src/gallium/auxiliary/indices/u_unfilled_gen.py
>> index 873e781..18d9968 100644
>> --- a/src/gallium/auxiliary/indices/u_unfilled_gen.py
>> +++ b/src/gallium/auxiliary/indices/u_unfilled_gen.py
>> @@ -35,14 +35,18 @@ PRIMS=('tris',
>> 'tristrip',
>> 'quads',
>> 'quadstrip',
>> - 'polygon')
>> + 'polygon',
>> + 'tristripadj',
>> + 'trisadj')
> Maybe switch the order of tristripadj and trisadj (and just below too)
> for consistency? No big deal though.
Will do.
>
> For the series:
> Reviewed-by: Roland Scheidegger <sroland at vmware.com>
Thanks!
-Brian
More information about the mesa-dev
mailing list