mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
r300g: remove unused struct r300_vertex_info
This commit is contained in:
parent
95ba021105
commit
04882a2947
1 changed files with 0 additions and 10 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue