Re: [Mesa-dev] [PATCH] Use and bswap32(x) on FreeBSD

2013-06-26 Thread Jean-Sébastien Pédron
On 26.06.2013 15:14, Jonathan Gray wrote: > this is already fixed in a cleaner way, see > ebd68dd02998a8595cb10844c37a6b02dc3078a8 You're right, thanks for pointing me to it! -- Jean-Sébastien Pédron signature.asc Description: OpenPGP digital signature

Re: [Mesa-dev] [PATCH] Use and bswap32(x) on FreeBSD

2013-06-26 Thread Jonathan Gray
On Wed, Jun 26, 2013 at 03:05:47PM +0200, Jean-Sébastien Pédron wrote: > Hello, > > This is the equivalent to and bswap_32(x) on Linux. this is already fixed in a cleaner way, see ebd68dd02998a8595cb10844c37a6b02dc3078a8 ___ mesa-dev mailing list mesa-

[Mesa-dev] [PATCH] Use and bswap32(x) on FreeBSD

2013-06-26 Thread Jean-Sébastien Pédron
Hello, This is the equivalent to and bswap_32(x) on Linux. -- Jean-Sébastien Pédron From 48fd41784d4c39059c68ecfc4e01197555ec48dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 14 Jun 2013 17:39:31 +0200 Subject: [PATCH 9/9] Use and bswap32(x) on Free