Module: Mesa Branch: master Commit: 51d714dca62373841028ebb67e50de68d0e2adfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51d714dca62373841028ebb67e50de68d0e2adfe
Author: Matt Turner <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
