mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
e4820a9837
commit
8d56352851
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue