Skip to content

radeonsi: use pipe_sampler_state::border_color_is_integer to simplify stuff

Marek Olšák requested to merge mareko/mesa:si-integer-border-color into master

We don't need the separate integer sampler state if we know the border color type.

Merge request reports