mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.
This commit is contained in:
parent
b5990cec90
commit
e4b8481f39
1 changed files with 0 additions and 13 deletions
|
|
@ -812,19 +812,6 @@ struct radeon_vertex_buffer {
|
|||
int lock_uptodate;
|
||||
};
|
||||
|
||||
struct r300_aos_rec {
|
||||
GLuint offset;
|
||||
int element_size; /* in dwords */
|
||||
int stride; /* distance between elements, in dwords */
|
||||
|
||||
int format;
|
||||
|
||||
int ncomponents; /* number of components - between 1 and 4, inclusive */
|
||||
|
||||
int reg; /* which register they are assigned to. */
|
||||
|
||||
};
|
||||
|
||||
struct r300_state {
|
||||
struct r300_depthbuffer_state depth;
|
||||
struct r300_texture_state texture;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue