From: Eric Anholt Date: Thu, 16 Jun 2011 00:47:54 +0000 (-0700) Subject: i965/gen4: Remove old VS unit state key structure. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c860f48f11b83334128c8e557a64036b8071a90b;p=mesa.git i965/gen4: Remove old VS unit state key structure. We're streaming VS state out now, not caching it. --- diff --git a/src/mesa/drivers/dri/i965/brw_vs_state.c b/src/mesa/drivers/dri/i965/brw_vs_state.c index 185020c8164..d5010a21e80 100644 --- a/src/mesa/drivers/dri/i965/brw_vs_state.c +++ b/src/mesa/drivers/dri/i965/brw_vs_state.c @@ -36,18 +36,6 @@ #include "brw_defines.h" #include "main/macros.h" -struct brw_vs_unit_key { - unsigned int total_grf; - unsigned int urb_entry_read_length; - unsigned int curb_entry_read_length; - - unsigned int curbe_offset; - - unsigned int nr_urb_entries, urb_size; - - unsigned int nr_surfaces; -}; - static void brw_prepare_vs_unit(struct brw_context *brw) {