mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 03:40:28 +01:00
pan/lower_framebuffer: Remove unused pack
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20420>
This commit is contained in:
parent
8dd35e0ac7
commit
f6d73ea7b4
1 changed files with 0 additions and 7 deletions
|
|
@ -262,13 +262,6 @@ pan_pack_unorm(nir_builder *b, nir_ssa_def *v,
|
|||
return pan_pack_norm(b, v, x, y, z, w, false);
|
||||
}
|
||||
|
||||
static nir_ssa_def *
|
||||
pan_pack_snorm(nir_builder *b, nir_ssa_def *v,
|
||||
unsigned x, unsigned y, unsigned z, unsigned w)
|
||||
{
|
||||
return pan_pack_norm(b, v, x, y, z, w, true);
|
||||
}
|
||||
|
||||
/* RGB10_A2 is packed in the tilebuffer as the bottom 3 bytes being the top
|
||||
* 8-bits of RGB and the top byte being RGBA as 2-bits packed. As imirkin
|
||||
* pointed out, this means free conversion to RGBX8 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue