Re: [Mesa-dev] [PATCH 1/5] etnaviv: add support for user index buffers

2017-02-21 Thread Nicolai Hähnle
On 20.02.2017 19:03, Marek Olšák wrote: From: Marek Olšák v2: fix a bug in u_helpers Would've been nice to be more specific here. Anyway, the change is fine: Reviewed-by: Nicolai Hähnle --- src/gallium/auxiliary/util/u_helpers.c| 29 +++ src/gallium/auxili

[Mesa-dev] [PATCH 1/5] etnaviv: add support for user index buffers

2017-02-20 Thread Marek Olšák
From: Marek Olšák v2: fix a bug in u_helpers --- src/gallium/auxiliary/util/u_helpers.c| 29 +++ src/gallium/auxiliary/util/u_helpers.h| 5 + src/gallium/drivers/etnaviv/etnaviv_context.c | 12 +++ src/gallium/drivers/etnaviv/etnaviv_screen.c

Re: [Mesa-dev] [PATCH 1/5] etnaviv: add support for user index buffers

2017-02-17 Thread Marek Olšák
On Fri, Feb 17, 2017 at 11:27 AM, Marek Olšák wrote: > From: Marek Olšák > > --- > src/gallium/auxiliary/util/u_helpers.c| 29 > +++ > src/gallium/auxiliary/util/u_helpers.h| 5 + > src/gallium/drivers/etnaviv/etnaviv_context.c | 12 +++ > sr

[Mesa-dev] [PATCH 1/5] etnaviv: add support for user index buffers

2017-02-17 Thread Marek Olšák
From: Marek Olšák --- src/gallium/auxiliary/util/u_helpers.c| 29 +++ src/gallium/auxiliary/util/u_helpers.h| 5 + src/gallium/drivers/etnaviv/etnaviv_context.c | 12 +++ src/gallium/drivers/etnaviv/etnaviv_screen.c | 2 +- 4 files changed,