mesa/src/gallium/include
Jason Ekstrand 13f7ef5e0c util: Drop the ENUM_PACKED macro
We have both PACKED and ENUM_PACKED macros which expand to the same
thing.  PACKED was based on a meson check for function attributes while
ENUM_PACKED appears to be a legacy gallium thing which was based on
defined(__GCC__).  This changes the one use of ENUM_PACKED to PACKED and
deletes ENUM_PACKED.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20412>
2023-01-04 01:09:32 +00:00
..
frontend loader: fixes -Werror,-Wdeprecated-non-prototype for clang-15 in pipe-loader 2022-12-16 19:02:17 +00:00
pipe util: Drop the ENUM_PACKED macro 2023-01-04 01:09:32 +00:00
winsys radeonsi/sqtt: set stable pstate if possible 2022-08-31 13:29:48 +00:00