diff options
author | Marek Olšák <[email protected]> | 2009-11-21 05:51:13 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-11-21 14:52:26 -0800 |
commit | 3a2cd66af8774af15eabef655ded9b48e67242d5 (patch) | |
tree | f5408be01d618a172be03cf7030f6e1cf4bf2d96 /src/gallium/drivers/r300/r300_context.h | |
parent | 435c495549d707432f9fb9868e665a42a6923058 (diff) |
r300g: clean up vs/fs tabs
Instead of vs_tab, we use vs_output_tab and it's local now. fs_tab hasn't
been used anywhere, so I removed it and r300_update_fs_tab too.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 60ef415caa9..39c0914cffa 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -223,11 +223,6 @@ struct r300_texture { struct r300_vertex_info { /* Parent class */ struct vertex_info vinfo; - /* Map of vertex attributes into PVS memory for HW TCL, - * or GA memory for SW TCL. */ - int vs_tab[16]; - /* Map of rasterizer attributes from GB through RS to US. */ - int fs_tab[16]; /* R300_VAP_PROG_STREAK_CNTL_[0-7] */ uint32_t vap_prog_stream_cntl[8]; |