i965: remove unused no_rast bool
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 15 Aug 2018 03:29:44 +0000 (13:29 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 20 Aug 2018 23:19:01 +0000 (09:19 +1000)
Forcing software fallbacks for i965 hasn't been an option since
5e3c093ff866.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.h

index 72be8f2a4d0bf1a81d5c4afe2f161da7ac4c9390..c32def7c3d7f2bc7803f57a6719a750961b35edd 100644 (file)
@@ -814,7 +814,6 @@ struct brw_context
     * drirc options:
     * @{
     */
-   bool no_rast;
    bool always_flush_batch;
    bool always_flush_cache;
    bool disable_throttling;