i965: Make the miptree clear color setter take a gl_color_union
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.h
index ff6ce4ecf9e63d0299349771e3c3bbb6a35148b9..4136c6586b630a2b6cb060e3e4fceef88714279d 100644 (file)
@@ -734,7 +734,7 @@ intel_miptree_sample_with_hiz(struct brw_context *brw,
 bool
 intel_miptree_set_clear_color(struct brw_context *brw,
                               struct intel_mipmap_tree *mt,
-                              union isl_color_value clear_color);
+                              const union gl_color_union *color);
 
 bool
 intel_miptree_set_depth_clear_value(struct brw_context *brw,