mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
i965: Drop unused gen5 sampler default color struct.
Trivial.
This commit is contained in:
parent
9f6082f6c7
commit
1122fb2d98
1 changed files with 0 additions and 9 deletions
|
|
@ -65,13 +65,4 @@ struct brw_urb_fence
|
|||
} bits1;
|
||||
};
|
||||
|
||||
struct gen5_sampler_default_color {
|
||||
uint8_t ub[4];
|
||||
float f[4];
|
||||
uint16_t hf[4];
|
||||
uint16_t us[4];
|
||||
int16_t s[4];
|
||||
uint8_t b[4];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue