Re: [Mesa-dev] [PATCH 3/4] gallium/util: move endian detect into a separate file
On Mon, Sep 5, 2016 at 3:03 AM, Dave Airlie wrote: > From: Dave Airlie > > This just ports the simpler endian detection bits, addrlib > sharing wants this outside gallium. > --- > src/gallium/include/pipe/p_config.h | 40 ++- > src/util/Makefile.sources | 3 +- > s
[Mesa-dev] [PATCH 3/4] gallium/util: move endian detect into a separate file
From: Dave Airlie This just ports the simpler endian detection bits, addrlib sharing wants this outside gallium. --- src/gallium/include/pipe/p_config.h | 40 ++- src/util/Makefile.sources | 3 +- src/util/u_endian.h | 65 +++