Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/u_endian: Add error checks | Dylan Baker | 2019-11-05 | 1 | -0/+6 |
* | util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN | Dylan Baker | 2019-11-05 | 1 | -18/+18 |
* | util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 | Dylan Baker | 2019-11-05 | 1 | -9/+18 |
* | util/u_endian: Use _WIN32 instead of _MSC_VER | Dylan Baker | 2019-11-05 | 1 | -1/+1 |
* | meson/configure: detect endian.h instead of trying to guess when it's available | Eric Engestrom | 2018-03-23 | 1 | -1/+1 |
* | util: Also include endian.h on cygwin | Jon Turney | 2017-11-29 | 1 | -1/+1 |
* | util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC | Matt Turner | 2017-11-25 | 1 | -2/+3 |
* | util: Use preprocessor correctly | Matt Turner | 2017-11-25 | 1 | -1/+1 |
* | util: Assume little endian in the absence of platform-specific handling | Matt Turner | 2017-11-25 | 1 | -0/+3 |
* | util: use OpenBSD/NetBSD code on FreeBSD/DragonFly | Greg V | 2017-10-26 | 1 | -1/+2 |
* | u_endian: add android to glibc clause | Dave Airlie | 2016-09-13 | 1 | -1/+1 |
* | gallium/util: move endian detect into a separate file | Dave Airlie | 2016-09-06 | 1 | -0/+69 |