projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d4d608
)
i965/gen4: Remove old VS unit state key structure.
author
Eric Anholt
<eric@anholt.net>
Thu, 16 Jun 2011 00:47:54 +0000
(17:47 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 20 Jun 2011 15:37:42 +0000
(08:37 -0700)
We're streaming VS state out now, not caching it.
src/mesa/drivers/dri/i965/brw_vs_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vs_state.c
b/src/mesa/drivers/dri/i965/brw_vs_state.c
index 185020c8164283d5fcf4759175fc3e93dda42c1e..d5010a21e80f68942cd219a88ce4e2b7182f3b42 100644
(file)
--- 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)
{