Re: [Mesa-dev] [Mesa-announce] Mesa 11.1.0 release candidate 1

2015-11-25 Thread Emil Velikov
On 25 November 2015 at 17:07, Mark Janes  wrote:
> Hi Emil,
>
> I noticed that this branchpoint is after the KHR_DEBUG patches which
> broke GL conformance.
>
> Is the plan to resolve this bug before release?
>
Indeed it is. I'm not sure if I'll get everything ironed out for
11.1.0-rc2, although I won't be tagging the final release without this
resolved.

I have send a few fixes already [1], which I'll respin tonight and
look at the remaining issues.

-Emil

[1] http://lists.freedesktop.org/archives/mesa-dev/2015-November/101092.html
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Mesa-announce] Mesa 11.1.0 release candidate 1

2015-11-25 Thread Mark Janes
Hi Emil,

I noticed that this branchpoint is after the KHR_DEBUG patches which
broke GL conformance.

Is the plan to resolve this bug before release?

https://bugs.freedesktop.org/show_bug.cgi?id=93048

-Mark

Emil Velikov  writes:

> On 23 November 2015 at 09:18, Thierry Vignaud  
> wrote:
>> On 21 November 2015 at 15:28, Emil Velikov  wrote:
>>> The first release candidate for Mesa 11.1.0 is now available.
>>>
>>> The plan is to have one release candidate every Friday, until the final
>>> release on December 11th 2015.
>>>
>>> As a reminder, with the 11.1 branch now created, patches nominated with:
>>>
>>> CC: 
>>>
>>> will now be candidates only for the new 11.1 branch. To nominate patches
>>> for the older 11.0 branch as well, please use:
>>>
>>> CC: "11.0 11.1" 
>>>
>>> The expectation is that the 11.0 branch will remain alive with bi-weekly
>>> releases until after 11.1.1 release.
>>
>> It failed to build when we tried it yesterday on Mageia.
>> See
>> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20151122205943.tv.valstar.4312/log/mesa-11.1.0~rc1-1.mga6/build.0.20151122210002.log
>>
>>   CC   libloader_la-loader.lo
>> In file included from loader.c:93:0:
>> pci_id_driver_map.h:16:34: fatal error: pci_ids/i915_pci_ids.h: No
>> such file or directory
>> compilation terminated.
>> Makefile:628: recipe for target 'libloader_la-loader.lo' failed
>
> Just pushed three patches which should resolve this + related issues.
>
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6d4765880a2c9000970b2b6e584291090b1dc3
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9b0a1f58e41ba4027a16300393835dc8c632f50
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=b89d1b2ccf16c0bee3708560b69e99b6dbb212f0
>
> They will make it into rc2 coming later this week.
>
> Thanks
> Emil
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Mesa-announce] Mesa 11.1.0 release candidate 1

2015-11-23 Thread Thierry Vignaud
On 21 November 2015 at 15:28, Emil Velikov  wrote:
> The first release candidate for Mesa 11.1.0 is now available.
>
> The plan is to have one release candidate every Friday, until the final
> release on December 11th 2015.
>
> As a reminder, with the 11.1 branch now created, patches nominated with:
>
> CC: 
>
> will now be candidates only for the new 11.1 branch. To nominate patches
> for the older 11.0 branch as well, please use:
>
> CC: "11.0 11.1" 
>
> The expectation is that the 11.0 branch will remain alive with bi-weekly
> releases until after 11.1.1 release.

It failed to build when we tried it yesterday on Mageia.
See
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20151122205943.tv.valstar.4312/log/mesa-11.1.0~rc1-1.mga6/build.0.20151122210002.log

  CC   libloader_la-loader.lo
In file included from loader.c:93:0:
pci_id_driver_map.h:16:34: fatal error: pci_ids/i915_pci_ids.h: No
such file or directory
compilation terminated.
Makefile:628: recipe for target 'libloader_la-loader.lo' failed
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Mesa-announce] Mesa 11.1.0 release candidate 1

2015-11-23 Thread Emil Velikov
On 23 November 2015 at 09:18, Thierry Vignaud  wrote:
> On 21 November 2015 at 15:28, Emil Velikov  wrote:
>> The first release candidate for Mesa 11.1.0 is now available.
>>
>> The plan is to have one release candidate every Friday, until the final
>> release on December 11th 2015.
>>
>> As a reminder, with the 11.1 branch now created, patches nominated with:
>>
>> CC: 
>>
>> will now be candidates only for the new 11.1 branch. To nominate patches
>> for the older 11.0 branch as well, please use:
>>
>> CC: "11.0 11.1" 
>>
>> The expectation is that the 11.0 branch will remain alive with bi-weekly
>> releases until after 11.1.1 release.
>
> It failed to build when we tried it yesterday on Mageia.
> See
> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20151122205943.tv.valstar.4312/log/mesa-11.1.0~rc1-1.mga6/build.0.20151122210002.log
>
>   CC   libloader_la-loader.lo
> In file included from loader.c:93:0:
> pci_id_driver_map.h:16:34: fatal error: pci_ids/i915_pci_ids.h: No
> such file or directory
> compilation terminated.
> Makefile:628: recipe for target 'libloader_la-loader.lo' failed

Just pushed three patches which should resolve this + related issues.

http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6d4765880a2c9000970b2b6e584291090b1dc3
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9b0a1f58e41ba4027a16300393835dc8c632f50
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b89d1b2ccf16c0bee3708560b69e99b6dbb212f0

They will make it into rc2 coming later this week.

Thanks
Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev