Mesa (master): i965: remove unused no_rast bool

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 21 01:03:40 UTC 2018


Module: Mesa
Branch: master
Commit: 02e32c92a2ae28894cfd818941a47f24717511a7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02e32c92a2ae28894cfd818941a47f24717511a7

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Aug 15 13:29:44 2018 +1000

i965: remove unused no_rast bool

Forcing software fallbacks for i965 hasn't been an option since
5e3c093ff866.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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 72be8f2a4d..c32def7c3d 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;




More information about the mesa-commit mailing list