> On Mar 4, 2016, at 3:26 PM, Emil Velikov <[email protected]> wrote:
> 
> On 4 March 2016 at 19:28, Tim Rowley <[email protected]> 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
 

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to