mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
r300g/complier: Make r300_vertprog_swizzle_caps visible in other files
This will be used by the test suite in later commits. NOTE: This is a candidate for the stable branches. Reviewed-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
parent
c3df498ff9
commit
5355fc1e87
2 changed files with 3 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ static void rc_emulate_negative_addressing(struct radeon_compiler *compiler, voi
|
|||
transform_negative_addressing(c, lastARL, inst, min_offset);
|
||||
}
|
||||
|
||||
static struct rc_swizzle_caps r300_vertprog_swizzle_caps = {
|
||||
struct rc_swizzle_caps r300_vertprog_swizzle_caps = {
|
||||
.IsNative = &swizzle_is_native,
|
||||
.Split = 0 /* should never be called */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -54,4 +54,6 @@ struct rc_swizzle_caps {
|
|||
void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
|
||||
};
|
||||
|
||||
extern struct rc_swizzle_caps r300_vertprog_swizzle_caps;
|
||||
|
||||
#endif /* RADEON_SWIZZLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue