| commit | 0642708fe8c14a81827a92a4f05b669f3c1f0726 | [log] [tgz] |
|---|---|---|
| author | José Roberto de Souza <jose.souza@intel.com> | Tue Feb 04 09:53:18 2025 -0800 |
| committer | Marge Bot <marge-bot@fdo.invalid> | Wed Apr 30 12:56:39 2025 +0000 |
| tree | a97fc96c54ebd07727f299409ea264191ed64d59 | |
| parent | e0a9ec34e7d6f0d4a5b77078f373e0e17d5c0b28 [diff] |
gallium: Remove pb_buffer.h include from pb_slab.h pb_slab.h don't make use of anything defined in pb_buffer.h. But removing it breaks Iris build because pb_buffer.h then includes util/format/u_formats.h that Iris was using but not including. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33558>