[Mesa-dev] [PATCH] mesa/glspirv: fix compilation with MSVC

Emil Velikov emil.l.velikov at gmail.com
Mon Aug 13 15:18:06 UTC 2018


On 13 August 2018 at 15:56, Alejandro Piñeiro <apinheiro at igalia.com> wrote:
>
>
> On 13/08/18 16:50, Alejandro Piñeiro wrote:
>> From AppVeyor #8582, it seems that MSVC doesn't like uint, so this
>> patch replaces it with unsigned.
>> ---
>>
>> Note that Im not sure if this is the usual solution. As far as I see,
>> uint is used on other source files. Having said so, just replacing for
>> unsigned seems the easier way to fix this.
>
> Note2: I don't have a way to really test this patch on MSVC. I assume
> that it would fix it, but it is a kind of blind-assumption.
>
The AppVeyor + github integration is as trivial as travis + github.
Simply login click a few times and watch the build issues on git push.

-Emil


More information about the mesa-dev mailing list