mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
st/nine: Fix nine_ff_ps_key padding
Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
parent
dd4802c8de
commit
cb0816c0f6
1 changed files with 3 additions and 1 deletions
|
|
@ -113,10 +113,12 @@ struct nine_ff_ps_key
|
|||
} ts[8];
|
||||
uint32_t fog : 1; /* for vFog coming from VS */
|
||||
uint32_t fog_mode : 2;
|
||||
uint32_t specular : 1; /* 9 32-bit words with this */
|
||||
uint32_t specular : 1;
|
||||
uint32_t pad1 : 28;/* 9 32-bit words with this */
|
||||
uint8_t colorarg_b4[3];
|
||||
uint8_t colorarg_b5[3];
|
||||
uint8_t alphaarg_b4[3]; /* 11 32-bit words plus a byte */
|
||||
uint8_t pad2[3];
|
||||
};
|
||||
uint64_t value64[6]; /* don't forget to resize PixelShader9.ff_key */
|
||||
uint32_t value32[12];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue