mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-11 08:38:05 +02:00
gallium: enable the call to r16_put_tile_rgba(), silences warning
This commit is contained in:
parent
2c2d6c90fe
commit
c8f3191383
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ pipe_put_tile_rgba(struct pipe_surface *ps,
|
|||
/*a8_l8_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
|
||||
break;
|
||||
case PIPE_FORMAT_R16_SNORM:
|
||||
/*r16_put_tile_rgba((short *) packed, w, h, p, src_stride);*/
|
||||
r16_put_tile_rgba((short *) packed, w, h, p, src_stride);
|
||||
break;
|
||||
case PIPE_FORMAT_R16G16B16A16_SNORM:
|
||||
r16g16b16a16_put_tile_rgba((short *) packed, w, h, p, src_stride);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue