[Mesa-dev] [PATCH 1/3] i965/gen10: Remove warning message.

Rafael Antognolli rafael.antognolli at intel.com
Tue Feb 13 21:51:53 UTC 2018


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
---
 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 e5d3b5c7076..e2155ce6528 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);
-- 
2.14.3



More information about the mesa-dev mailing list