mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
st/xorg: Fix type of 'unknown'.
This commit is contained in:
parent
b98db7bf69
commit
08cb1d0ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ render_filter_to_gallium(int xrender_filter, int *out_filter)
|
|||
*out_filter = PIPE_TEX_FILTER_LINEAR;
|
||||
break;
|
||||
default:
|
||||
debug_printf("Unkown xrender filter\n");
|
||||
debug_printf("Unknown xrender filter\n");
|
||||
case PictFilterConvolution:
|
||||
*out_filter = PIPE_TEX_FILTER_NEAREST;
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue