diff options
author | Timothy Arceri <[email protected]> | 2018-08-15 13:29:44 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-21 09:19:01 +1000 |
commit | 02e32c92a2ae28894cfd818941a47f24717511a7 (patch) | |
tree | f43b4fffdbd84a41497674ed12930f179c1d8c91 /src/mesa/drivers/dri | |
parent | 7867c1078a3405a9e0c60dd8848eca2199036637 (diff) |
i965: remove unused no_rast bool
Forcing software fallbacks for i965 hasn't been an option since
5e3c093ff866.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |