mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 08:50:24 +01:00
add missing break stmt
This commit is contained in:
parent
3738606a52
commit
9879ca019b
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ softpipe_init_surface_funcs(struct softpipe_surface *sps)
|
|||
sps->read_quad_f_swz = a8r8g8b8_read_quad_f_swz;
|
||||
sps->write_quad_f_swz = a8r8g8b8_write_quad_f_swz;
|
||||
sps->surface.get_tile = a8r8g8b8_get_tile;
|
||||
break;
|
||||
case PIPE_FORMAT_U_A1_R5_G5_B5:
|
||||
sps->surface.get_tile = a1r5g5b5_get_tile;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue