mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium/util: drop unused sampler_view_default_dx9_template
Signed-off-by: António Monteiro <antonio.fmr.monteiro@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19428>
This commit is contained in:
parent
7995050462
commit
753b31c35e
2 changed files with 0 additions and 18 deletions
|
|
@ -93,15 +93,3 @@ u_sampler_view_default_template(struct pipe_sampler_view *view,
|
|||
format,
|
||||
PIPE_SWIZZLE_0);
|
||||
}
|
||||
|
||||
void
|
||||
u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
|
||||
const struct pipe_resource *texture,
|
||||
enum pipe_format format)
|
||||
{
|
||||
/* Expand to (1, 1, 1, 1) */
|
||||
default_template(view,
|
||||
texture,
|
||||
format,
|
||||
PIPE_SWIZZLE_1);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,12 +44,6 @@ u_sampler_view_default_template(struct pipe_sampler_view *view,
|
|||
const struct pipe_resource *texture,
|
||||
enum pipe_format format);
|
||||
|
||||
void
|
||||
u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
|
||||
const struct pipe_resource *texture,
|
||||
enum pipe_format format);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" { */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue