mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
softpipe: Remove unused static function
Thanks to Eric Engestrom for pointing out that there was something wrong with that function. Fixes:724a73509esoftpipe: Prepare handling explicit gradients Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commit9c611fb381)
This commit is contained in:
parent
b43e2d5a12
commit
fde2473a06
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