Mesa (master): i965: Remove unused 'use_resource_streamer' field

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 6 18:47:59 UTC 2017


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu May 11 11:53:27 2017 -0700

i965: Remove unused 'use_resource_streamer' field

Missing in the resource streamer removal of commit 951f56cd43bc.

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 0081a318af..4c5bc3ba75 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -751,7 +751,6 @@ struct brw_context
    bool has_pln;
    bool no_simd8;
    bool use_rep_send;
-   bool use_resource_streamer;
 
    /**
     * Some versions of Gen hardware don't do centroid interpolation correctly




More information about the mesa-commit mailing list