>
> Cc: mesa-dev@lists.freedesktop.org
> Subject: Re: [Mesa-dev] [PATCH 2/3] mesa: added msvc
> HAS_TRIVIAL_DESTRUCTOR implementation
>
> Sorry, I already pushed the modified patch.
>
> -Brian
>
> On 11/09/2016 02:57 PM, Kyriazis, George wrote:
> > I'll be sendi
...@lists.freedesktop.org
Subject: Re: [Mesa-dev] [PATCH 2/3] mesa: added msvc
HAS_TRIVIAL_DESTRUCTOR implementation
On Wed, Nov 9, 2016 at 9:58 PM, Brian Paul wrote:
On 11/07/2016 03:32 PM, George Kyriazis wrote:
not having it on windows causes a CANARY assertion in
src/util/ralloc.c:get_head
tested on my end.
Thanks,
George
> -Original Message-
> From: Marek Olšák [mailto:mar...@gmail.com]
> Sent: Wednesday, November 9, 2016 3:31 PM
> To: Brian Paul
> Cc: Kyriazis, George ; mesa-
> d...@lists.freedesktop.org
> Subject: Re: [Mesa-dev] [PATCH 2/3] mesa: adde
On Wed, Nov 9, 2016 at 9:58 PM, Brian Paul wrote:
> On 11/07/2016 03:32 PM, George Kyriazis wrote:
>>
>> not having it on windows causes a CANARY assertion in
>> src/util/ralloc.c:get_header()
>>
>> Tested only on MSVC 19.00 (DevStudio 14.0), so #ifdef guards reflect that.
>> ---
>> src/util/mac
On 11/07/2016 03:32 PM, George Kyriazis wrote:
not having it on windows causes a CANARY assertion in
src/util/ralloc.c:get_header()
Tested only on MSVC 19.00 (DevStudio 14.0), so #ifdef guards reflect that.
---
src/util/macros.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/uti
> -Original Message-
> From: Jose Fonseca [mailto:jfons...@vmware.com]
> Sent: Tuesday, November 8, 2016 4:12 PM
> To: Kyriazis, George ; mesa-
> d...@lists.freedesktop.org
> Subject: Re: [Mesa-dev] [PATCH 2/3] mesa: added msvc
> HAS_TRIVIAL_DESTRUCTOR implementatio
On 07/11/16 22:32, George Kyriazis wrote:
not having it on windows causes a CANARY assertion in
src/util/ralloc.c:get_header()
Tested only on MSVC 19.00 (DevStudio 14.0), so #ifdef guards reflect that.
---
src/util/macros.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/util/macro
not having it on windows causes a CANARY assertion in
src/util/ralloc.c:get_header()
Tested only on MSVC 19.00 (DevStudio 14.0), so #ifdef guards reflect that.
---
src/util/macros.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/util/macros.h b/src/util/macros.h
index 27d1b62..12b26