Re: [Mesa-dev] [PATCH 2/2] vc4: Take precedence over ilo when in simulator mode.

2015-11-22 Thread Emil Velikov
Hi Eric, On 22 November 2015 at 02:47, Eric Anholt wrote: > They're exclusive at build time, but the ilo entry is always present, so > we'd try to use it and fail out. > --- > src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 16 > 1 file changed, 8 insertions(+), 8 deletion

[Mesa-dev] [PATCH 2/2] vc4: Take precedence over ilo when in simulator mode.

2015-11-21 Thread Eric Anholt
They're exclusive at build time, but the ilo entry is always present, so we'd try to use it and fail out. --- src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c