i965/gen10: Remove warning message.

Gen10 seems pretty stable so far, so there's no reason to keep this
message.

Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Cc: Kenneth Graunke <kenneth@whitecape.org>
Cc: "18.0" mesa-stable@lists.freedesktop.org
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit bf1577fe09)
This commit is contained in:
Rafael Antognolli 2018-02-13 13:13:24 -08:00 committed by Emil Velikov
parent e4820a9837
commit 8d56352851

View file

@ -1014,13 +1014,6 @@ brwCreateContext(gl_api api,
return false;
}
if (devinfo->gen == 10) {
fprintf(stderr,
"WARNING: i965 does not fully support Gen10 yet.\n"
"Instability or lower performance might occur.\n");
}
brw_init_state(brw);
intelInitExtensions(ctx);