diff options
author | Marek Olšák <[email protected]> | 2010-05-15 22:15:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-05-15 22:15:56 +0200 |
commit | 04882a29478088bce34eb90ae427e6c080c67500 (patch) | |
tree | 4e03f2ce7bf8f3f9244c8619bf30e222e0dabe9c /src | |
parent | 95ba021105a2f1a29c8a4f51641c7a0b527226be (diff) |
r300g: remove unused struct r300_vertex_info
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index d2c8f56f6d7..69c09560e7e 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -302,16 +302,6 @@ struct r300_texture { enum r300_buffer_tiling microtile, macrotile; }; -struct r300_vertex_info { - /* Parent class */ - struct vertex_info vinfo; - - /* R300_VAP_PROG_STREAK_CNTL_[0-7] */ - uint32_t vap_prog_stream_cntl[8]; - /* R300_VAP_PROG_STREAK_CNTL_EXT_[0-7] */ - uint32_t vap_prog_stream_cntl_ext[8]; -}; - struct r300_vertex_element_state { unsigned count; struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS]; |