aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-03-01 15:36:54 -0800
committerKenneth Graunke <[email protected]>2017-03-06 12:38:15 -0800
commit951f56cd43bc870da2b0332cc388915ab604598e (patch)
tree4390b16940ec871a041464a848f81727ce9a1aeb /src/mesa/drivers/dri/i965/intel_screen.h
parent4dc785728aacdf63e123c801215f686d547819c1 (diff)
i965: Delete vestiges of resource streamer code.
We never actually used the resource streamer in any shipping build of Mesa. We have no plans to do so in the future. We looked into using it in Vulkan, and concluded that it was unusable. We're not the only ones to arrive at the conclusion that it's not worth using. So, drop the last vestiges of resource streamer support and move on. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_screen.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_screen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_screen.h b/src/mesa/drivers/dri/i965/intel_screen.h
index 147af257beb..41db83bb679 100644
--- a/src/mesa/drivers/dri/i965/intel_screen.h
+++ b/src/mesa/drivers/dri/i965/intel_screen.h
@@ -57,11 +57,6 @@ struct intel_screen
int hw_has_timestamp;
/**
- * Does the kernel support resource streamer?
- */
- bool has_resource_streamer;
-
- /**
* Does the kernel support context reset notifications?
*/
bool has_context_reset_notification;