mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium: Remove util_gen_mipmap_filter().
This commit is contained in:
parent
110b63d00f
commit
bf8de6d4dc
2 changed files with 0 additions and 18 deletions
|
|
@ -947,15 +947,3 @@ util_gen_mipmap(struct gen_mipmap_state *ctx,
|
|||
cso_restore_sampler_textures(ctx->cso);
|
||||
cso_restore_framebuffer(ctx->cso);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* XXX remove this
|
||||
*/
|
||||
void
|
||||
util_gen_mipmap_filter(struct gen_mipmap_state *ctx,
|
||||
struct pipe_texture *pt,
|
||||
uint face, uint baseLevel, uint lastLevel, uint filter)
|
||||
{
|
||||
util_gen_mipmap_filter( ctx, pt, face, baseLevel, lastLevel, filter );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,10 +52,4 @@ util_gen_mipmap(struct gen_mipmap_state *ctx,
|
|||
struct pipe_texture *pt,
|
||||
uint face, uint baseLevel, uint lastLevel, uint filter);
|
||||
|
||||
extern void
|
||||
util_gen_mipmap_filter(struct gen_mipmap_state *ctx,
|
||||
struct pipe_texture *pt,
|
||||
uint face, uint baseLevel, uint lastLevel, uint filter);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue