Re: [Mesa-dev] [PATCH] i965/tiled_memcpy: don't unconditionally use __builtin_bswap32

2016-04-19 Thread Matt Turner
On Mon, Apr 18, 2016 at 7:31 PM, Jonathan Gray wrote: > Use the defines Mesa configure sets to indicate presence of the bswap32 > builtins. This lets i965 work on OpenBSD again after the changes that > were made in 0a5d8d9af42fd77fce1492d55f958da97816961a. > > Signed-off-by:

Re: [Mesa-dev] [PATCH] i965/tiled_memcpy: don't unconditionally use __builtin_bswap32

2016-04-19 Thread Patrick Baggett
On Mon, Apr 18, 2016 at 9:31 PM, Jonathan Gray wrote: > Use the defines Mesa configure sets to indicate presence of the bswap32 > builtins. This lets i965 work on OpenBSD again after the changes that > were made in 0a5d8d9af42fd77fce1492d55f958da97816961a. > > Signed-off-by:

Re: [Mesa-dev] [PATCH] i965/tiled_memcpy: don't unconditionally use __builtin_bswap32

2016-04-19 Thread Emil Velikov
Cc-ing Matt, the author of the commit. On 19 April 2016 at 03:31, Jonathan Gray wrote: > Use the defines Mesa configure sets to indicate presence of the bswap32 > builtins. This lets i965 work on OpenBSD again after the changes that > were made in

[Mesa-dev] [PATCH] i965/tiled_memcpy: don't unconditionally use __builtin_bswap32

2016-04-18 Thread Jonathan Gray
Use the defines Mesa configure sets to indicate presence of the bswap32 builtins. This lets i965 work on OpenBSD again after the changes that were made in 0a5d8d9af42fd77fce1492d55f958da97816961a. Signed-off-by: Jonathan Gray --- src/mesa/drivers/dri/i965/intel_tiled_memcpy.c |