summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf.h
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2011-08-24 18:41:30 -0700
committerPaul Berry <stereotype441@gmail.com>2011-09-06 11:04:47 -0700
commit08f030baec3d13805c5800183550d8ad88ed8881 (patch)
tree992c891ee5e70173843d6a254518f4923f294d43 /src/mesa/drivers/dri/i965/brw_sf.h
parent84e7d04e1d2ac9621c5fbb0f878164e7c16d2cf7 (diff)
downloadexternal_mesa3d-08f030baec3d13805c5800183550d8ad88ed8881.zip
external_mesa3d-08f030baec3d13805c5800183550d8ad88ed8881.tar.gz
external_mesa3d-08f030baec3d13805c5800183550d8ad88ed8881.tar.bz2
i965: SF: Remove attr_to_idx and idx_to_attr.
These data structures were serving the same purpose as the VUE map, but were buggy. Now that the code has been transitioned to use the VUE map, they are not needed. Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_sf.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_sf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_sf.h b/src/mesa/drivers/dri/i965/brw_sf.h
index 12c655f..d8af68c 100644
--- a/src/mesa/drivers/dri/i965/brw_sf.h
+++ b/src/mesa/drivers/dri/i965/brw_sf.h
@@ -96,8 +96,6 @@ struct brw_sf_compile {
GLuint nr_setup_regs;
int urb_entry_read_offset;
- GLubyte attr_to_idx[VERT_RESULT_MAX];
- GLubyte idx_to_attr[VERT_RESULT_MAX];
struct brw_vue_map vue_map;
};