Re: [Mesa-dev] [PATCH 3/3] svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default case

2014-05-06 Thread Jose Fonseca
Series LGTM. Jose - Original Message - > Remove default switch case so we're warned of missing cases at compile > time. > --- > src/gallium/drivers/svga/svga_screen.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/src/gallium/drivers/svga/

[Mesa-dev] [PATCH 3/3] svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default case

2014-05-05 Thread Brian Paul
Remove default switch case so we're warned of missing cases at compile time. --- src/gallium/drivers/svga/svga_screen.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index 8