mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
radeonsi: Fix white border color type in sampler state.
This commit is contained in:
parent
32f7676e9c
commit
c4bf6517ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1127,7 +1127,7 @@ static void *si_create_sampler_state(struct pipe_context *ctx,
|
|||
border_color_type = 1;
|
||||
break;
|
||||
case 0xFFFFFFFF: /* white */
|
||||
border_color_type = 1;
|
||||
border_color_type = 2;
|
||||
break;
|
||||
default: /* Use border color pointer */
|
||||
border_color_type = 3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue