mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 03:00:23 +01:00
gallium: s/pf_sprint_name/pf_name/
This commit is contained in:
parent
275b09f256
commit
8fb55dab78
1 changed files with 2 additions and 3 deletions
|
|
@ -621,10 +621,9 @@ get_texel(struct tgsi_sampler *sampler,
|
|||
rgba[3][j] = tile->data.color[ty][tx][3];
|
||||
if (0)
|
||||
{
|
||||
char fmt[100];
|
||||
pf_sprint_name( fmt, sampler->texture->format);
|
||||
debug_printf("Get texel %f %f %f %f from %s\n",
|
||||
rgba[0][j], rgba[1][j], rgba[2][j], rgba[3][j], fmt);
|
||||
rgba[0][j], rgba[1][j], rgba[2][j], rgba[3][j],
|
||||
pf_name(sampler->texture->format));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue