Mesa (master): i965/gen4: Remove old VS unit state key structure.

Eric Anholt anholt at kemper.freedesktop.org
Mon Jun 20 18:42:25 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 15 17:47:54 2011 -0700

i965/gen4: Remove old VS unit state key structure.

We're streaming VS state out now, not caching it.

---

 src/mesa/drivers/dri/i965/brw_vs_state.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vs_state.c b/src/mesa/drivers/dri/i965/brw_vs_state.c
index 185020c..d5010a2 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)
 {




More information about the mesa-commit mailing list