Module: Mesa Branch: master Commit: a7153ebcd30fb8713bca9277140c8279e5d6b834 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7153ebcd30fb8713bca9277140c8279e5d6b834
Author: Christian Gmeiner <[email protected]> Date: Fri Jul 5 08:07:36 2019 +0200 etnaviv: remove dead translate_ts_sampler_format(..) declaration Fixes: 66411521ea9 ("etnaviv: combine translate_ts_sampler_format/translate_msaa_format") Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Jonathan Marek <[email protected]> --- src/gallium/drivers/etnaviv/etnaviv_format.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.h b/src/gallium/drivers/etnaviv/etnaviv_format.h index 20c8e1bcaf9..1672d67b93d 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_format.h +++ b/src/gallium/drivers/etnaviv/etnaviv_format.h @@ -53,7 +53,4 @@ translate_rs_format_rb_swap(enum pipe_format fmt); uint32_t translate_vertex_format_type(enum pipe_format fmt); -uint32_t -translate_ts_sampler_format(enum pipe_format fmt); - #endif /* ETNAVIV_FORMAT_H_ */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
