iris: Don't enable smooth points when point sprites are enabled
[mesa.git] / src / gallium / auxiliary / hud / font.c
index 9fb9d7e055b2014d0ba7b64c2228e5cde9399fd9..88b0349fda2fd6c64827aec8f93df4f25dcd2749 100644 (file)
@@ -390,7 +390,7 @@ util_font_create_fixed_8x13(struct pipe_context *pipe,
 
    for (i = 0; i < ARRAY_SIZE(formats); i++) {
       if (screen->is_format_supported(screen, formats[i],
-                                   PIPE_TEXTURE_RECT, 0,
+                                   PIPE_TEXTURE_RECT, 0, 0,
                                    PIPE_BIND_SAMPLER_VIEW)) {
          tex_format = formats[i];
          break;