From 02e32c92a2ae28894cfd818941a47f24717511a7 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 15 Aug 2018 13:29:44 +1000 Subject: [PATCH] i965: remove unused no_rast bool Forcing software fallbacks for i965 hasn't been an option since 5e3c093ff866. Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 72be8f2a4d0..c32def7c3d7 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; -- 2.30.2