Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson/configure: detect endian.h instead of trying to guess when it's available | Eric Engestrom | 2018-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | Cc: Maxin B. John <[email protected]> Cc: Khem Raj <[email protected]> Cc: Rob Herring <[email protected]> Suggested-by: Jon Turney <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Cc: <[email protected]> | ||||
* | util: Also include endian.h on cygwin | Jon Turney | 2017-11-29 | 1 | -1/+1 |
| | | | | | | | | If u_endian.h can't determine the endianess, the default behaviour in sha1.c is to build for big-endian Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC | Matt Turner | 2017-11-25 | 1 | -2/+3 |
| | | | | MSVC doesn't support #warning?! Getting really tired of this. | ||||
* | util: Use preprocessor correctly | Matt Turner | 2017-11-25 | 1 | -1/+1 |
| | | | | | Fixes: 6a353479a757 ("util: Assume little endian in the absence of platform-specific handling") | ||||
* | 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 |
| | | | | | | | | | Obtained from: FreeBSD ports Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Brian Paul <[email protected]> [Emil Velikov: wrap long line] Reviewed-by: Emil Velikov <[email protected]> | ||||
* | u_endian: add android to glibc clause | Dave Airlie | 2016-09-13 | 1 | -1/+1 |
| | | | | Tested-by: Mauro Rossi <[email protected]> | ||||
* | gallium/util: move endian detect into a separate file | Dave Airlie | 2016-09-06 | 1 | -0/+69 |
This just ports the simpler endian detection bits, addrlib sharing wants this outside gallium. Acked-by: Marek Olšák <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> |