[Mesa-dev] [PATCH] gallium/swr: fix issues preventing 32-bit build

Rowley, Timothy O timothy.o.rowley at intel.com
Mon Mar 7 16:40:26 UTC 2016


> On Mar 4, 2016, at 3:26 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> 
> On 4 March 2016 at 19:28, Tim Rowley <timothy.o.rowley at intel.com> wrote:
>> 
>> diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h b/src/gallium/drivers/swr/rasterizer/common/os.h
>> index 736d298..522ae0d 100644
>> --- a/src/gallium/drivers/swr/rasterizer/common/os.h
>> +++ b/src/gallium/drivers/swr/rasterizer/common/os.h
>> @@ -81,7 +81,6 @@ typedef CARD8                 BOOL;
>> typedef wchar_t                        WCHAR;
>> typedef uint16_t               UINT16;
>> typedef int                            INT;
>> -typedef int             INT32;
>> typedef unsigned int   UINT;
>> typedef uint32_t               UINT32;
>> typedef uint64_t               UINT64;
> If you can remove this abstraction and use plain C types that will be
> amazing. With future commits of course.

There was a pass over the tree removing these types a while back, but unfortunately the typedefs remained and some uses creeped back in.  Working on cleaning this up.

-Tim
 



More information about the mesa-dev mailing list