mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
dri: Remove unused prototype
Fixes: 3a51865faa ("dri: use plane format directly")
Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35856>
This commit is contained in:
parent
4d61e281ea
commit
82a6f19fdb
1 changed files with 0 additions and 3 deletions
|
|
@ -48,9 +48,6 @@ dri2_get_mapping_by_fourcc(int fourcc);
|
|||
const struct dri2_format_mapping *
|
||||
dri2_get_mapping_by_format(int format);
|
||||
|
||||
enum pipe_format
|
||||
dri2_get_pipe_format_for_dri_format(int format);
|
||||
|
||||
bool
|
||||
dri2_yuv_dma_buf_supported(struct dri_screen *screen,
|
||||
const struct dri2_format_mapping *map);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue