Mesa (master): i965/gen10: Remove warning message.

Rafael Antognolli rantogno at kemper.freedesktop.org
Wed Feb 14 20:10:32 UTC 2018


Module: Mesa
Branch: master
Commit: bf1577fe0972ae910c071743dc89d261a46c2926
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf1577fe0972ae910c071743dc89d261a46c2926

Author: Rafael Antognolli <rafael.antognolli at intel.com>
Date:   Tue Feb 13 13:13:24 2018 -0800

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 at intel.com>
Cc: Kenneth Graunke <kenneth at whitecape.org>
Cc: "18.0" mesa-stable at lists.freedesktop.org
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_context.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index e5d3b5c707..e2155ce652 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -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);




More information about the mesa-commit mailing list