i965: Re-enable fast color clears for GEN11.
[mesa.git] / src / mesa / drivers / dri / i915 / intel_tex_validate.c
index a8a8647eb3cfcd74aeb56f5810605076f2b36472..c2111e5e209af5900cbeab2f54948e3e022bf466 100644 (file)
@@ -1,6 +1,7 @@
 #include "main/mtypes.h"
 #include "main/macros.h"
 #include "main/samplerobj.h"
+#include "main/teximage.h"
 #include "main/texobj.h"
 
 #include "intel_context.h"
@@ -105,7 +106,6 @@ intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit)
                                           height,
                                           depth,
                                          true,
-                                          0 /* num_samples */,
                                           INTEL_MIPTREE_TILING_ANY);
       if (!intelObj->mt)
          return false;