Skip to content

util: Drop the ENUM_PACKED macro

Faith Ekstrand requested to merge gfxstrand/mesa:util/packed-macro into main

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.

Edited by Faith Ekstrand

Merge request reports