Re: [Mesa-dev] [ANNOUNCE] mesa 17.3.0-rc4

2017-11-17 Thread Emil Velikov
On 14 November 2017 at 19:28, Matt Turner  wrote:
> On Tue, Nov 14, 2017 at 6:37 AM, Emil Velikov  
> wrote:
>> The fourth release candidate for Mesa 17.3.0 is now available.
>>
>> As per the issue tracker [1] we still have a number of outstanding bugs
>> blocking the release.
>>
>> [1] https://bugs.freedesktop.org/show_bug.cgi?id=103491
>>
>> Andreas Boll (3):
>>   broadcom/vc5: Add vc5_drm.h to the release tarball
>>   broadcom/vc5: Remove unused v3d_compiler.c
>>   glsl: Fix typo fragement -> fragment
>>
>> Dave Airlie (2):
>>   radv: free attachments on end command buffer.
>>   radv: add initial copy descriptor support. (v2)
>>
>> Dylan Baker (1):
>>   autotools: Set C++ visibility flags on Intel
>>
>> Emil Velikov (5):
>>   targets/opencl: don't hardcode the icd file install to /etc/...
>>   automake: intel: correctly append to the LIBADD variable
>>   configure.ac: loosen --enable-glvnd check to honour egl
>>   configure.ac: require xcb* for the omx/va/... when using x11 platform
>>   Update version to 17.3.0-rc4
>>
>> Jason Ekstrand (15):
>>   intel/fs: Use a pure vertical stride for large register strides
>
> I've reverted this on master and sent an email to mesa-stable@ to
> cherry-pick two other commits instead. Please revert this from 17.3.
>
Thanks Matt. I've pulled your 64bit fixes and reverted this commit for
17.3.0-rc5.

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


Re: [Mesa-dev] [ANNOUNCE] mesa 17.3.0-rc4

2017-11-15 Thread Andres Gomez
On Tue, 2017-11-14 at 11:28 -0800, Matt Turner wrote:
> On Tue, Nov 14, 2017 at 6:37 AM, Emil Velikov  
> wrote:
> > The fourth release candidate for Mesa 17.3.0 is now available.
> > 
> > As per the issue tracker [1] we still have a number of outstanding bugs
> > blocking the release.
> > 
> > [1] https://bugs.freedesktop.org/show_bug.cgi?id=103491
> > 
> > Andreas Boll (3):
> >   broadcom/vc5: Add vc5_drm.h to the release tarball
> >   broadcom/vc5: Remove unused v3d_compiler.c
> >   glsl: Fix typo fragement -> fragment
> > 
> > Dave Airlie (2):
> >   radv: free attachments on end command buffer.
> >   radv: add initial copy descriptor support. (v2)
> > 
> > Dylan Baker (1):
> >   autotools: Set C++ visibility flags on Intel
> > 
> > Emil Velikov (5):
> >   targets/opencl: don't hardcode the icd file install to /etc/...
> >   automake: intel: correctly append to the LIBADD variable
> >   configure.ac: loosen --enable-glvnd check to honour egl
> >   configure.ac: require xcb* for the omx/va/... when using x11 platform
> >   Update version to 17.3.0-rc4
> > 
> > Jason Ekstrand (15):
> >   intel/fs: Use a pure vertical stride for large register strides
> 
> I've reverted this on master and sent an email to mesa-stable@ to
> cherry-pick two other commits instead. Please revert this from 17.3.
> 
> Andres, you probably should do the same for 17.2.

Thanks for the heads up, Matt. Fortunately, we don't need to revert on
17.2, just not cherry-pick it.

I've also included your 2 nominations, in any case.

-- 
Br,

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


Re: [Mesa-dev] [ANNOUNCE] mesa 17.3.0-rc4

2017-11-14 Thread Matt Turner
On Tue, Nov 14, 2017 at 6:37 AM, Emil Velikov  wrote:
> The fourth release candidate for Mesa 17.3.0 is now available.
>
> As per the issue tracker [1] we still have a number of outstanding bugs
> blocking the release.
>
> [1] https://bugs.freedesktop.org/show_bug.cgi?id=103491
>
> Andreas Boll (3):
>   broadcom/vc5: Add vc5_drm.h to the release tarball
>   broadcom/vc5: Remove unused v3d_compiler.c
>   glsl: Fix typo fragement -> fragment
>
> Dave Airlie (2):
>   radv: free attachments on end command buffer.
>   radv: add initial copy descriptor support. (v2)
>
> Dylan Baker (1):
>   autotools: Set C++ visibility flags on Intel
>
> Emil Velikov (5):
>   targets/opencl: don't hardcode the icd file install to /etc/...
>   automake: intel: correctly append to the LIBADD variable
>   configure.ac: loosen --enable-glvnd check to honour egl
>   configure.ac: require xcb* for the omx/va/... when using x11 platform
>   Update version to 17.3.0-rc4
>
> Jason Ekstrand (15):
>   intel/fs: Use a pure vertical stride for large register strides

I've reverted this on master and sent an email to mesa-stable@ to
cherry-pick two other commits instead. Please revert this from 17.3.

Andres, you probably should do the same for 17.2.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [ANNOUNCE] mesa 17.3.0-rc4

2017-11-14 Thread Emil Velikov
The fourth release candidate for Mesa 17.3.0 is now available.

As per the issue tracker [1] we still have a number of outstanding bugs
blocking the release.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=103491

Andreas Boll (3):
  broadcom/vc5: Add vc5_drm.h to the release tarball
  broadcom/vc5: Remove unused v3d_compiler.c
  glsl: Fix typo fragement -> fragment

Dave Airlie (2):
  radv: free attachments on end command buffer.
  radv: add initial copy descriptor support. (v2)

Dylan Baker (1):
  autotools: Set C++ visibility flags on Intel

Emil Velikov (5):
  targets/opencl: don't hardcode the icd file install to /etc/...
  automake: intel: correctly append to the LIBADD variable
  configure.ac: loosen --enable-glvnd check to honour egl
  configure.ac: require xcb* for the omx/va/... when using x11 platform
  Update version to 17.3.0-rc4

Jason Ekstrand (15):
  intel/fs: Use a pure vertical stride for large register strides
  intel/fs: Pass builders instead of blocks into emit_[un]zip
  intel/fs: Be more explicit about our placement of [un]zip
  intel/fs: Use ANY/ALL32 predicates in SIMD32
  intel/fs: Don't stomp f0.1 in SIMD16 ballot
  intel/fs: Use an explicit D type for vote any/all/eq intrinsics
  intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/all
  intel/eu/reg: Add a subscript() helper
  intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core
  intel/fs: Fix integer multiplication lowering for src/dst hazards
  intel/fs: Mark 64-bit values as being contiguous
  intel/fs: Rework zero-length URB write handling
  intel/nir: Add a helper for getting the NoIndirect mask
  intel/nir: Break the linking code into a helper in brw_nir.c
  intel/nir: Use the correct indirect lowering masks in link_shaders

Juan A. Suarez Romero (2):
  glsl: add varying resources for arrays of complex types
  automake: include git_sha1.h.in in release tarball

Kenneth Graunke (2):
  i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTE
  i965: Make L3 configuration atom listen for TCS/TES program updates.

Matt Turner (1):
  nir: Don't print swizzles when there are more than 4 components

Neil Roberts (1):
  glsl: Transform fb buffers are only active if a variable uses them

Roland Scheidegger (1):
  docs: Fix GL_MESA_program_debug enums

Timothy Arceri (4):
  glsl: drop cache_fallback
  glsl: use the correct parent when allocating program data members
  mesa: rework how we free gl_shader_program_data
  i965: disable NIR linking on HSW and below

Tomasz Figa (1):
  glsl: Allow precision mismatch on dead data with GLSL ES 1.00

git tag: mesa-17.3.0-rc4

https://mesa.freedesktop.org/archive/mesa-17.3.0-rc4.tar.gz
MD5:  ac7f4b0653892036774f84c858a8ed00  mesa-17.3.0-rc4.tar.gz
SHA1: c01569939de92f948da4daaa4a614ca73d0363c6  mesa-17.3.0-rc4.tar.gz
SHA256: a46d2645e3fcb297d235efed8a895f4bfa04de2e656e01983a361d43902f362d
 mesa-17.3.0-rc4.tar.gz
SHA512: 
609cd7538350326e4090424e84b1c774599ea9d935f458008a6c90a1d0c3fd5dc94048ced5961ce8cd2cba39f2c126a38a64001d67736704f4fa3a97d18ac9dd
 mesa-17.3.0-rc4.tar.gz
PGP:  https://mesa.freedesktop.org/archive/mesa-17.3.0-rc4.tar.gz.sig

https://mesa.freedesktop.org/archive/mesa-17.3.0-rc4.tar.xz
MD5:  667454fe4a8a9d13fdeecc2ebcd75dab  mesa-17.3.0-rc4.tar.xz
SHA1: 4d42d981b45231eef36a55dd1be8fcf1df472716  mesa-17.3.0-rc4.tar.xz
SHA256: 90c9283caa21c047aef013395776ca44037662450bbed188b4eea679084239be
 mesa-17.3.0-rc4.tar.xz
SHA512: 
410a43852944899fbc9d7ab887510dffda3cb98330d7acd5d529cb01abafe1886b353d050c918cd63ecb1b7afb9350e5ceddf8eabf6e8fd6bd4e6f87343f68cb
 mesa-17.3.0-rc4.tar.xz
PGP:  https://mesa.freedesktop.org/archive/mesa-17.3.0-rc4.tar.xz.sig
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev