softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_blend.c
index b85431d5be9ff8250e0fd3c8b4f78e2738ba4355..48d1a2e6740af1c577eb44105b5756f6276596f4 100644 (file)
@@ -1268,7 +1268,7 @@ choose_blend_quad(struct quad_stage *qs,
          bqs->base_format[i] = LUMINANCE;
       else if (util_format_is_luminance_alpha(format))
          bqs->base_format[i] = LUMINANCE_ALPHA;
-      else if (util_format_is_rgb_no_alpha(format))
+      else if (!util_format_has_alpha(format))
          bqs->base_format[i] = RGB;
       else
          bqs->base_format[i] = RGBA;