i965: add GLSL_TYPE_DOUBLE switch case to silence warning
authorBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2015 15:43:16 +0000 (08:43 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2015 20:39:58 +0000 (13:39 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp

index 0eab053e167e37e16e0db2a3b8f68bc30f4e5495..57c4d66b8ad657032472038a2da727c6f9774897 100644 (file)
@@ -1250,6 +1250,7 @@ fs_visitor::emit_assignment_writes(fs_reg &l, fs_reg &r,
    case GLSL_TYPE_ATOMIC_UINT:
       break;
 
+   case GLSL_TYPE_DOUBLE:
    case GLSL_TYPE_VOID:
    case GLSL_TYPE_ERROR:
    case GLSL_TYPE_INTERFACE: