mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
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:
parent
e2939dc5a1
commit
9c611fb381
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue