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>
This commit is contained in:
Rafael Antognolli 2018-02-13 13:13:24 -08:00
parent aad14cf15a
commit bf1577fe09
1 changed files with 0 additions and 7 deletions

View File

@ -1007,13 +1007,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);