Re: [Mesa3d-dev] [PATCH] Make sure we use only signed/unsigned ints with bitfields.

2010-01-06 Thread michal
Keith Whitwell wrote on 2010-01-06 11:31: > Looks good to me Michal. > > Thanks, commited. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development s

Re: [Mesa3d-dev] [PATCH] Make sure we use only signed/unsigned ints with bitfields.

2010-01-06 Thread Keith Whitwell
Looks good to me Michal. Keith On Wed, 2010-01-06 at 02:26 -0800, michal wrote: > Keith Whitwell wrote on 2010-01-06 10:43: > > On Wed, 2010-01-06 at 00:50 -0800, michal wrote: > > > >> diff --git a/src/gallium/drivers/svga/svga_tgsi.h > >> b/src/gallium/drivers/svga/svga_tgsi.h > >> index 896

Re: [Mesa3d-dev] [PATCH] Make sure we use only signed/unsigned ints with bitfields.

2010-01-06 Thread michal
Keith Whitwell wrote on 2010-01-06 10:43: On Wed, 2010-01-06 at 00:50 -0800, michal wrote: diff --git a/src/gallium/drivers/svga/svga_tgsi.h b/src/gallium/drivers/svga/svga_tgsi.h index 896c90a..d132525 100644 --- a/src/gallium/drivers/svga/svga_tgsi.h +++ b/src/gallium/drivers/svga/svga_tgsi

Re: [Mesa3d-dev] [PATCH] Make sure we use only signed/unsigned ints with bitfields.

2010-01-06 Thread Keith Whitwell
On Wed, 2010-01-06 at 00:50 -0800, michal wrote: > diff --git a/src/gallium/drivers/svga/svga_tgsi.h > b/src/gallium/drivers/svga/svga_tgsi.h > index 896c90a..d132525 100644 > --- a/src/gallium/drivers/svga/svga_tgsi.h > +++ b/src/gallium/drivers/svga/svga_tgsi.h > @@ -39,24 +39,24 @@ struct tgsi_t

[Mesa3d-dev] [PATCH] Make sure we use only signed/unsigned ints with bitfields.

2010-01-06 Thread michal
Attached. >From c91abe0b58abc69743c162fd55f7461a716b9141 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 6 Jan 2010 09:48:41 +0100 Subject: [PATCH] Make sure we use only signed/unsigned ints with bitfields. Seems to be the only way to stay fully portable. --- src/gallium/drivers/svga/svga