radeonsi: Fix white border color type in sampler state.

This commit is contained in:
Michel Dänzer 2012-04-18 10:48:26 +02:00 committed by Michel Dänzer
parent 32f7676e9c
commit c4bf6517ed

View file

@ -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;