Re: [Mesa-dev] [PATCH 04/13] glsl: add double type

2015-02-04 Thread Matt Turner
On Wed, Feb 4, 2015 at 11:27 PM, Ilia Mirkin imir...@alum.mit.edu wrote: From: Dave Airlie airl...@redhat.com This just adds a placeholder for the GLSL_TYPE_DOUBLE. This causes a lot of warnings about unchecked type in switch statements - fix them later. This isn't used until patch 7. Why

[Mesa-dev] [PATCH 04/13] glsl: add double type

2015-02-04 Thread Ilia Mirkin
From: Dave Airlie airl...@redhat.com This just adds a placeholder for the GLSL_TYPE_DOUBLE. This causes a lot of warnings about unchecked type in switch statements - fix them later. Signed-off-by: Dave Airlie airl...@redhat.com --- src/glsl/glsl_types.h | 1 + 1 file changed, 1 insertion(+)