Re: [Mesa-dev] Mesa 12.0.0 release candidate 4

2016-07-07 Thread Emil Velikov
On 6 July 2016 at 20:37, Rob Clark  wrote:
> On Thu, Jun 23, 2016 at 9:35 AM, Emil Velikov  
> wrote:
>> Hi all,
>>
>> On 21 June 2016 at 15:35, Emil Velikov  wrote:
>>> The fourth release candidate for Mesa 12.0.0 is now available.
>>>
>>> Note: this is the final release candidate, with Mesa 12.0.0 expected in a 
>>> couple of days.
>>>
>> Considering the requests, from different parties, the final release
>> will be out tomorrow Friday after 20:00 GMT.
>>
>> All your nominations (that have master landed in master, if
>> applicable) will be included, but do let me know if certain patch(es)
>> should be included/excluded from the release.
>
> btw, in case you missed my note on IRC, these would be good to have on
> the 12.0 branch:
>
> 7295428 freedreno: fix crash on smaller gpus and higher resolutions
> 01ccb0d i965: don't drop const initializers in vector splitting
> f78a6b1 glsl: add driconf to zero-init unintialized vars
>
Thanks. Will pick those up as well.

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


Re: [Mesa-dev] Mesa 12.0.0 release candidate 4

2016-07-07 Thread Emil Velikov
On 6 July 2016 at 20:30, Jason Ekstrand  wrote:
>
>
> On Thu, Jun 23, 2016 at 6:35 AM, Emil Velikov 
> wrote:
>>
>> Hi all,
>>
>> On 21 June 2016 at 15:35, Emil Velikov  wrote:
>> > The fourth release candidate for Mesa 12.0.0 is now available.
>> >
>> > Note: this is the final release candidate, with Mesa 12.0.0 expected in
>> > a couple of days.
>> >
>> Considering the requests, from different parties, the final release
>> will be out tomorrow Friday after 20:00 GMT.
>
>
> What's going on here?  I don't think I missed the release but "tomorrow" was
> 12 days ago according to my e-mail client.
I'm afraid a bunch of ugly things have been 'distracting' me recently
:-\ I'll double-check things I ping you wrt Talos/Dota2 + Vulkan in
very shortly.

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


Re: [Mesa-dev] Mesa 12.0.0 release candidate 4

2016-07-06 Thread Rob Clark
On Thu, Jun 23, 2016 at 9:35 AM, Emil Velikov  wrote:
> Hi all,
>
> On 21 June 2016 at 15:35, Emil Velikov  wrote:
>> The fourth release candidate for Mesa 12.0.0 is now available.
>>
>> Note: this is the final release candidate, with Mesa 12.0.0 expected in a 
>> couple of days.
>>
> Considering the requests, from different parties, the final release
> will be out tomorrow Friday after 20:00 GMT.
>
> All your nominations (that have master landed in master, if
> applicable) will be included, but do let me know if certain patch(es)
> should be included/excluded from the release.

btw, in case you missed my note on IRC, these would be good to have on
the 12.0 branch:

7295428 freedreno: fix crash on smaller gpus and higher resolutions
01ccb0d i965: don't drop const initializers in vector splitting
f78a6b1 glsl: add driconf to zero-init unintialized vars

BR,
-R

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


Re: [Mesa-dev] Mesa 12.0.0 release candidate 4

2016-07-06 Thread Jason Ekstrand
On Thu, Jun 23, 2016 at 6:35 AM, Emil Velikov 
wrote:

> Hi all,
>
> On 21 June 2016 at 15:35, Emil Velikov  wrote:
> > The fourth release candidate for Mesa 12.0.0 is now available.
> >
> > Note: this is the final release candidate, with Mesa 12.0.0 expected in
> a couple of days.
> >
> Considering the requests, from different parties, the final release
> will be out tomorrow Friday after 20:00 GMT.
>

What's going on here?  I don't think I missed the release but "tomorrow"
was 12 days ago according to my e-mail client.
--Jason


>
> All your nominations (that have master landed in master, if
> applicable) will be included, but do let me know if certain patch(es)
> should be included/excluded from the release.
>
> Thanks
> Emil
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Mesa 12.0.0 release candidate 4

2016-06-23 Thread Emil Velikov
Hi all,

On 21 June 2016 at 15:35, Emil Velikov  wrote:
> The fourth release candidate for Mesa 12.0.0 is now available.
>
> Note: this is the final release candidate, with Mesa 12.0.0 expected in a 
> couple of days.
>
Considering the requests, from different parties, the final release
will be out tomorrow Friday after 20:00 GMT.

All your nominations (that have master landed in master, if
applicable) will be included, but do let me know if certain patch(es)
should be included/excluded from the release.

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


[Mesa-dev] Mesa 12.0.0 release candidate 4

2016-06-21 Thread Emil Velikov
The fourth release candidate for Mesa 12.0.0 is now available.

Note: this is the final release candidate, with Mesa 12.0.0 expected in a 
couple of days.


Emil Velikov (1):
  Update version to 12.0.0-rc4

Iago Toral Quiroga (1):
  i965/fs: Fix single-precision to double-precision conversions for 
CHV/BSW/BXT

Ian Romanick (2):
  glsl: Always strip arrayness in precision_qualifier_allowed
  mesa: If validation fails in a debug context just emit a debug message

Ilia Mirkin (2):
  gk104/ir: fix tex use generation to be more careful about eliding uses
  nvc0: don't make use of push hint if there are no non-const user vbos

Jason Ekstrand (8):
  nir/algebraic: Remove imprecise flog2 optimizations
  nir: Add a pass for propagating invariant decorations
  nir/alu_to_scalar: Respect the exact ALU operation qualifier
  anv/pipeline: Do invariance propagation on SPIR-V shaders
  anv/cmd_buffer: Don't crash if push constants are provided for missing 
stages
  anv/cmd_buffer: Set depth/stencil extent based on the image
  anv/cmd_buffer: Split emit_viewport in two
  anv: Add proper support for depth clamping

Kenneth Graunke (6):
  mesa: Pass gl_constant_value union into _mesa_fetch_state().
  glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.
  i965: Use a uniform for gl_PatchVerticesIn in the TES.
  glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.
  i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.
  i965: Fix multiplication of immediates on Cherryview/Broxton.

Nicolai Hähnle (6):
  mesa/main: fix integer overflows in _mesa_image_offset
  radeonsi: raise SI_PM4_MAX_DW
  radeonsi: fix calculation of valid RB mask per SE
  st/mesa: flush bitmap cache before compute dispatch
  st/mesa: flush bitmap cache before texture functions
  st/mesa: flush bitmap cache before CopyImageSubData

Roland Scheidegger (1):
  gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9

Samuel Iglesias Gonsálvez (1):
  i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT


git tag: mesa-12.0.0-rc4

ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc4.tar.gz
MD5: 6121d6109a79afbb5e8c50d72c1ac358  mesa-12.0.0-rc4.tar.gz
SHA1: 2651c773010e6d0a73908f4ff04c8858dc78ccba  mesa-12.0.0-rc4.tar.gz
SHA256: aa6721c9bb81a1df8b5896cf1aedeff3d073abb7811ae4c7073a05b2769a0230 
mesa-12.0.0-rc4.tar.gz
PGP: ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc4.tar.gz.sig

ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc4.tar.xz
MD5: e1d09986bf728791da69038f7208376c  mesa-12.0.0-rc4.tar.xz
SHA1: 866b5bd090c8ef80d1f49080b6e18f31fc1ae9b1  mesa-12.0.0-rc4.tar.xz
SHA256: a27f43f0031a3f1e77d767f7e3e019120ec5181a0a7c81fc0da7b611e8c4e91a 
mesa-12.0.0-rc4.tar.xz
PGP: ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc4.tar.xz.sig

--
-Emil



signature.asc
Description: OpenPGP digital signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev