gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass expectations.
[mesa.git] / src / gallium / auxiliary / vl / vl_zscan.h
index eacee2db64f3c03e5d2f1b1b594293715196bcdf..268cf0a6e328a7ce7dc8b3d4814b67f28b5e6d51 100644 (file)
@@ -64,6 +64,7 @@ struct vl_zscan_buffer
    struct pipe_surface *dst;
 };
 
+extern const int vl_zscan_normal_16[];
 extern const int vl_zscan_linear[];
 extern const int vl_zscan_normal[];
 extern const int vl_zscan_alternate[];