u_blitter: add a msaa parameter to util_blitter_clear
[mesa.git] / src / gallium / auxiliary / util / u_simple_shaders.h
index 4d4f5e97f5bad5967c0ebbae97f760430f59d5ae..501906d6fd373462ed78c0967ab82a7728f58faa 100644 (file)
@@ -153,6 +153,12 @@ util_make_geometry_passthrough_shader(struct pipe_context *pipe,
                                       const ubyte *semantic_names,
                                       const ubyte *semantic_indexes);
 
+void *
+util_make_fs_pack_color_zs(struct pipe_context *pipe,
+                           enum tgsi_texture_type tex_target,
+                           enum pipe_format zs_format,
+                           bool dst_is_color);
+
 #ifdef __cplusplus
 }
 #endif