From: Timothy Arceri Date: Wed, 15 Aug 2018 03:29:44 +0000 (+1000) Subject: i965: remove unused no_rast bool X-Git-Tag: upstream/19.0.0~3076 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02e32c92a2ae28894cfd818941a47f24717511a7;p=platform%2Fupstream%2Fmesa.git i965: remove unused no_rast bool Forcing software fallbacks for i965 hasn't been an option since 5e3c093ff866. Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 72be8f2..c32def7 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -814,7 +814,6 @@ struct brw_context * drirc options: * @{ */ - bool no_rast; bool always_flush_batch; bool always_flush_cache; bool disable_throttling;