diff options
author | Rafael Antognolli <[email protected]> | 2018-02-13 13:13:24 -0800 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2018-02-14 10:09:41 -0800 |
commit | bf1577fe0972ae910c071743dc89d261a46c2926 (patch) | |
tree | 1358c2f7424fa91b814ba9f7b71e8a9c0c1b3776 /src/mesa | |
parent | aad14cf15ac3b9d2d42e9db24cc7b4fd53ed25b4 (diff) |
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 <[email protected]>
Cc: Kenneth Graunke <[email protected]>
Cc: "18.0" [email protected]
Reviewed-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 7 |
1 files changed, 0 insertions, 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); |