mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
pvr: remove unused member
We never read this member, so let's cull it. Acked-by: Ashish Chauhan <Ashish.Chauhan@imgtec.com> Acked-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38832>
This commit is contained in:
parent
c11f5197f5
commit
cd6c4bf772
2 changed files with 0 additions and 2 deletions
|
|
@ -257,7 +257,6 @@ static const struct pvr_format pvr_format_table[] = {
|
|||
#define FORMAT(tex_fmt, pipe_fmt_int, pipe_fmt_float) \
|
||||
[ROGUE_TEXSTATE_FORMAT_##tex_fmt] = { \
|
||||
.desc = { \
|
||||
.tex_format = ROGUE_TEXSTATE_FORMAT_##tex_fmt, \
|
||||
.pipe_format_int = PIPE_FORMAT_##pipe_fmt_int, \
|
||||
.pipe_format_float = PIPE_FORMAT_##pipe_fmt_float, \
|
||||
}, \
|
||||
|
|
|
|||
|
|
@ -217,7 +217,6 @@ enum pvr_transfer_pbe_pixel_src {
|
|||
*/
|
||||
|
||||
struct pvr_tex_format_description {
|
||||
uint32_t tex_format;
|
||||
enum pipe_format pipe_format_int;
|
||||
enum pipe_format pipe_format_float;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue