diff options
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index da5d8af2..f720c64f 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -848,12 +848,7 @@ memcpy_blt(const void *src, void *dst, int bpp, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height); -void -memcpy_to_tiled_x(const void *src, void *dst, int bpp, int swizzling, - int32_t src_stride, int32_t dst_stride, - int16_t src_x, int16_t src_y, - int16_t dst_x, int16_t dst_y, - uint16_t width, uint16_t height); + void memmove_box(const void *src, void *dst, int bpp, int32_t stride, |