[Mesa-dev] [ANNOUNCE] mesa 19.2.3

2019-11-06 Thread Dylan Baker
Hi list,

I'd like to announce the immediate availability of mesa 19.2.3. Things are
mostly slowing down now, the one exception is the giant pile of release-script
changes from me. Yay simplifying the release.

We've got a bit of everything in this release, iris, meson, radv, anv, turnip ,
965, svga, utils, core mesa, glsl, etanviv, and gallium/rbug. But not too much
any one place, all in all it feels like we're settling nicely into the stable
release groove.

Dylan


Shortlog



Bas Nieuwenhuizen (4):
  radv: Fix timeout handling in syncobj wait.
  radv: Remove _mesa_locale_init/fini calls.
  turnip: Remove _mesa_locale_init/fini calls.
  anv: Remove _mesa_locale_init/fini calls.

Caio Marcelo de Oliveira Filho (1):
  anv: Fix output of INTEL_DEBUG=bat for chained batches

Danylo Piliaiev (1):
  glsl: Initialize all fields of ir_variable in constructor

Dylan Baker (13):
  bin/gen_release_notes.py: fix conditional of bugfix
  bin/gen_release_notes.py: strip '#' from gitlab bugs
  bin/gen_release_notes.py: Return "None" if there are no new features
  bin/post_version.py: Pass version as an argument
  bin/post_version.py: white space fixes
  bin/post_release.py: Add .html to hrefs
  bin/gen_release_notes.py: html escape all external data
  bin/gen_release_notes.py: Add a warning if new features are introduced in 
a point release
  cherry-ignore: update for 19.2.3 cycle
  nir: correct use of identity check in python
  meson: Add dep_glvnd to egl deps when building with glvnd
  docs: add release notes for 19.2.3
  Bump version to 19.2.3

Ilia Mirkin (1):
  nv50/ir: mark STORE destination inputs as used

Illia Iorin (1):
  Revert "mesa/main: Fix multisample texture initialize"

Jason Ekstrand (2):
  anv: Fix a potential BO handle leak
  anv/tests: Zero-initialize instances

Jon Turney (2):
  rbug: Fix use of alloca() without #include "c99_alloca.h"
  Fix timespec_from_nsec test for 32-bit time_t

Jonathan Marek (1):
  etnaviv: fix depth bias

Kenneth Graunke (1):
  iris: Fix "Force Zero RTA Index Enable" setting again

Lionel Landwerlin (2):
  anv: fix unwind of vkCreateDevice fail
  mesa: check draw buffer completeness on glClearBufferfi/glClearBufferiv

Marek Olšák (1):
  util/u_queue: skip util_queue_finish if num_threads is 0

Nanley Chery (5):
  anv: Properly allocate aux-tracking space for CCS_E
  intel/blorp: Disable depth testing for slow depth clears
  iris: Clear ::has_hiz when disabling aux
  iris: Don't leak the resource for unsupported modifier
  iris: Disallow incomplete resource creation

Paulo Zanoni (1):
  intel/compiler: remove the operand restriction for src1 on GLK

Pierre-Eric Pelloux-Prayer (1):
  mesa: enable msaa in clear_with_quad if needed

Sagar Ghuge (1):
  intel/blorp: Assign correct view while clearing depth stencil

Samuel Pitoiset (4):
  radv: do not create meta pipelines with 16 samples
  radv: do not emit rbplus if attachments are undefined
  radv/gfx10: fix 3D images
  radv: fix vkUpdateDescriptorSets with inline uniform blocks

Tapani Pälli (1):
  i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORM

Thomas Hellstrom (2):
  svga: Fix banded DMA upload unmap
  winsys/svga: Limit the maximum DMA hardware buffer size


git tag: mesa-19.2.3

https://mesa.freedesktop.org/archive/mesa-19.2.3.tar.xz
SHA256: 5ee6e42504fe41dcc9a6eba26982656a675b2550a640946f463927ed7f1c5047  
mesa-19.2.3.tar.xz
SHA512: 
a64a6b508c28a61b9f5a50f639d0cdca2546caa2118c2478100e3535961d76bf3877357d4a7ddd7dc1d3dfc617883c8ee188915523b003aed8db03e0d5e1c007
  mesa-19.2.3.tar.xz
PGP:  https://mesa.freedesktop.org/archive/mesa-19.2.3.tar.xz.sig



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

[Mesa-dev] [ANNOUNCE] mesa 19.3.0-rc2

2019-11-06 Thread Dylan Baker
Hi list,

Along with the stable mesa 19.2.3 release today, I'm pleased to announce mesa
19.3.0-rc2. There's a large number of bug fixes in this release, nouveau, intel,
radeon, radv, turnip, nir, meson, zink, iris, swr, core mesa, and android fixes
are all present here.

Developers, please have a look at the release tracker:
https://gitlab.freedesktop.org/mesa/mesa/-/milestones/5, there's plenty of bugs
that need looking at if you have some time.

Dylan


Shortlog


Alyssa Rosenzweig (1):
  pipe-loader: Build kmsro loader for with all kmsro targets

Bas Nieuwenhuizen (6):
  radv: Fix timeout handling in syncobj wait.
  radv: Remove _mesa_locale_init/fini calls.
  turnip: Remove _mesa_locale_init/fini calls.
  anv: Remove _mesa_locale_init/fini calls.
  radv: Fix disk_cache_get size argument.
  radv: Close all unnecessary fds in secure compile.

Daniel Schürmann (4):
  docs/relnotes/new_features.txt: Add note about ACO
  aco: fix immediate offset for spills if scratch is used
  aco: only use single-dword loads/stores for spilling
  aco: fix accidential reordering of instructions when scheduling

Dylan Baker (3):
  nir: correct use of identity check in python
  meson: Add dep_glvnd to egl deps when building with glvnd
  Bump VERSION to 19.3.0-rc2

Erik Faye-Lund (1):
  zink: emit line-width when using polygon line-mode

Ian Romanick (1):
  intel/compiler: Report the number of non-spill/fill SEND messages on vec4 
too

Ilia Mirkin (2):
  gm107/ir: fix loading z offset for layered 3d image bindings
  nv50/ir: mark STORE destination inputs as used

Jan Zielinski (1):
  gallium/swr: Fix depth values for blit scenario

Jason Ekstrand (3):
  anv: Fix a potential BO handle leak
  anv/tests: Zero-initialize instances
  anv: Set the batch allocator for compute pipelines

Jordan Justen (2):
  iris: Add IRIS_DIRTY_RENDER_BUFFER state flag
  iris/gen11+: Move flush for render target change

Kenneth Graunke (1):
  iris: Fix "Force Zero RTA Index Enable" setting again

Lionel Landwerlin (3):
  intel/dev: set default num_eu_per_subslice on gen12
  mesa: check draw buffer completeness on glClearBufferfi/glClearBufferiv
  anv: Properly handle host query reset of performance queries

Mauro Rossi (1):
  android: aco: fix Lower to CSSA

Paulo Zanoni (1):
  intel/compiler: remove the operand restriction for src1 on GLK

Pierre-Eric Pelloux-Prayer (2):
  radeonsi: tell the shader disk cache what IR is used
  mesa: enable msaa in clear_with_quad if needed

Samuel Pitoiset (1):
  radv: fix compute pipeline keys when optimizations are disabled


git tag: mesa-19.3.0-rc2

https://mesa.freedesktop.org/archive/mesa-19.3.0-rc2.tar.xz
SHA256: a68ca84c28210d995debcab39c3cca8891d91a5bc0c8297a52959238009848a0  
mesa-19.3.0-rc2.tar.xz
SHA512: 
bc198c8cb625b59e11e7bc15e4021ac42733f297f30eb5a08e6fe9830df6f47416a5e8239a249ec2ce5038928fe63aacf5c6647edadf0ef8bb98ff2e9f85a66a
  mesa-19.3.0-rc2.tar.xz
PGP:  https://mesa.freedesktop.org/archive/mesa-19.3.0-rc2.tar.xz.sig



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