softpipe: Remove unused static function

Thanks to Eric Engestrom for pointing out that there was something wrong
with that function.

Fixes: 724a73509e
  softpipe: Prepare handling explicit gradients

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Gert Wollny 2019-05-02 15:54:55 +02:00 committed by Gert Wollny
parent e2939dc5a1
commit 9c611fb381

View file

@ -659,15 +659,6 @@ compute_lambda_vert(const struct sp_sampler_view *sview,
}
static float
compute_lambda_vert_explicite_gradients(UNUSED const struct sp_sampler_view *sview,
UNUSED const float derivs[3][2][TGSI_QUAD_SIZE],
UNUSED int quad)
{
return 0.0f;
}
compute_lambda_from_grad_func
softpipe_get_lambda_from_grad_func(const struct pipe_sampler_view *view,
enum pipe_shader_type shader)