Re: [Mesa-dev] Mesa 13.0.5 release candidate

2017-02-17 Thread Andreas Boll
2017-02-17 16:15 GMT+01:00 Emil Velikov :
> Hello list,
>
> The candidate for the Mesa 13.0.5 is now available. Currently we have:
>  - 70 queued
>  - 5 nominated (outstanding)
>  - and 0 rejected patch(es)
>
>
> Testing reports/general approval
> 
> Any testing reports (or general approval of the state of the branch) will be
> greatly appreciated.
>
> The plan is to have 13.0.5 this Friday (19th of February), around or shortly
> after 15:00 GMT.

This Friday (17th of February) or this Sunday (19th of February)? :-)

>
> If you have any questions or suggestions - be that about the current patch
> queue or otherwise, please go ahead.
>

Please cherry-pick the following commit for 13.0.5 and 17.0.1:

commit 94262e5f5db1f5c7865ced251c440bc5f3f4a89d
Author: Bartosz Tomczyk 
Date:   Sun Jan 29 19:10:25 2017 +0100

r600/sb: Fix memory leak

Signed-off-by: Marek Olšák 

It fixes e933246013ee ("r600/sb: Fix loop optimization related hangs on eg")

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


[Mesa-dev] Mesa 13.0.5 release candidate

2017-02-17 Thread Emil Velikov
Hello list,

The candidate for the Mesa 13.0.5 is now available. Currently we have:
 - 70 queued
 - 5 nominated (outstanding)
 - and 0 rejected patch(es)


With this series we have:

On the GLX/EGL front we have a GLVND fix for "The Binding of Isaac: Rebirth"
and other games, EGL Wayland buffer age rendering is back to normal.

Over a dozen of GLSL patches, addressing multiple CTS/dEQP tests.

A couple Vulkan WSI entrypoints (vkGetPhysicalDeviceSurfaceFormatsKHR and
vkGetPhysicalDeviceSurfacePresentModesKHR) now correctly handle VK_INCOMPLETE.

The following drivers have received bugfixes anv, i965, radv, r600, radeonsi
and vc4.

To top it up, multiple corner case build issues we resolved.


Take a look at section "Mesa stable queue" for more information.


Testing reports/general approval

Any testing reports (or general approval of the state of the branch) will be
greatly appreciated.

The plan is to have 13.0.5 this Friday (19th of February), around or shortly
after 15:00 GMT.

If you have any questions or suggestions - be that about the current patch
queue or otherwise, please go ahead.


Trivial merge conflicts
---
commit efe15de5667c62894909dd4f98b9697e23d9af72
Author: Ian Romanick 

glsl: Fix wonkey indentation left from previous commit

(cherry picked from commit 300de78ab17433ea05f39013c9eede6a851bcb24)


commit 3abc96823621f245c34e24ff6e22f9f51f523214
Author: Ian Romanick 

glsl: Track the linearized array index for each UBO instance array element

(cherry picked from commit d56bd07bb3b6821eca961dde15c40f179be99e2d)


commit f4e2c60858eacffc0ec67b2f5716d4a66e66b2bc
Author: Lionel Landwerlin 

spirv: handle undefined components for OpVectorShuffle

(cherry picked from commit bbe8705c579c3e464615a0ca9b2eb4bd3c16aad3)


commit 0683feb18ca4f6010e0714d398d2fc90d3c25413
Author: Eric Anholt 

vc4: Avoid emitting small immediates for UBO indirect load address guards.

(cherry picked from commit b2309393039b2ec0cc00a8e6fd828c60c4ef1e11)


commit 2bdb22fdaaf3ce8146c08dcb65d64318ddb830f5
Author: Jason Ekstrand 

i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge

(cherry picked from commit c59d1ea51bd0809761094e54c66bf3a200d964ff)


commit c3365b06aca867a2e6c2ae7cd3ba61e3756d081a
Author: Dave Airlie 

radv: change base aligmment for allocated memory.

(cherry picked from commit 06ffd299252311f57feac4474551bd5b44d3d4d4)


Cheers,
Emil


Mesa stable queue
-

Nominated (5)
=

Bas Nieuwenhuizen (1):
  f448701 radv: Never try to create more than max_sets descriptor sets.

Jason Ekstrand (1):
  a4393bd i965/fs: Fix the inline nir_op_pack_double optimization

Lionel Landwerlin (3):
  4b44ca7 anv: add helper to get vue map for fragment shader
  860d91e anv: set input_slots_valid on brw_wm_prog_key
  a0ac118 i965/fs: fix uninitialized memory access


Queued (70)
===

Bartosz Tomczyk (1):
  r600: Fix stack overflow

Bruce Cherniak (1):
  swr: [rasterizer core] Remove dead code Clipper::ClipScalar()

Chad Versace (1):
  i965/mt: Disable HiZ when sharing depth buffer externally (v2)

Dave Airlie (3):
  radv: change base aligmment for allocated memory.
  radv: fix cik macroModeIndex.
  radv: adopt some init config workarounds from radeonsi.

Derek Foreman (1):
  egl/dri2: add image_loader_extension back into loader extensions
for wayland

Emil Velikov (24):
  configure.ac: list radeon in --with-vulkan-drivers help string
  i965: automake: correctly set MKDIR_GEN
  freedreno: automake: correctly set MKDIR_GEN
  i965: automake: include builddir prior to srcdir
  i915: automake: include builddir prior to srcdir
  egl: automake: include builddir prior to srcdir
  clover: automake: include builddir prior to srcdir
  st/dri: automake: include builddir prior to srcdir
  d3dadapter9: automake: include builddir prior to srcdir
  glx: automake: include builddir prior to srcdir
  glx/apple: automake: include builddir prior to srcdir
  glx/windows: automake: include builddir prior to srcdir
  loader: automake: include builddir prior to srcdir
  mapi: automake: include builddir prior to srcdir
  radeon, r200: automake: include builddir prior to srcdir
  dri/swrast: automake: include builddir prior to srcdir
  dri/osmesa: automake: include builddir prior to srcdir
  mesa/tests: automake: include builddir prior to srcdir
  bin/get-extra-pick-list: use git merge-base to get the branchpoint
  bin/get-extra-pick-list: rework to use already_picked list
  bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
  bin/get-pick-list.sh: limit `git grep ...' only as needed
  bin/get-pick-list.sh: