[Mesa-dev] [PATCH 03/16] i965: Remove unused 'use_resource_streamer' field
Matt Turner
mattst88 at gmail.com
Wed May 24 20:04:45 UTC 2017
Missing in the resource streamer removal of commit 951f56cd43bc.
---
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 b99d2a9..f902265 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -772,7 +772,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
--
2.10.2
More information about the mesa-dev
mailing list