Re: [Mesa-dev] [PATCH v5 07/34] nvc0/debug: add env var to make nir default

2018-02-20 Thread Pierre Moreau
Acked-by: Pierre Moreau On 2018-02-20 — 22:02, Karol Herbst wrote: > v2: allow for non debug builds as well > v3: move reading out env var more global > disable tg4 with multiple offsets with nir > disable caps for 64 bit types > > Signed-off-by: Karol Herbst > --- > src/gallium/driver

[Mesa-dev] [PATCH v5 07/34] nvc0/debug: add env var to make nir default

2018-02-20 Thread Karol Herbst
v2: allow for non debug builds as well v3: move reading out env var more global disable tg4 with multiple offsets with nir disable caps for 64 bit types Signed-off-by: Karol Herbst --- src/gallium/drivers/nouveau/nouveau_screen.c | 4 src/gallium/drivers/nouveau/nouveau_screen.h