Opened 5 years ago

Closed 5 years ago

#12626 closed enhancement (fixed)

mesa-19.2.1

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (4)

comment:1 by Douglas R. Reno, 5 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

Going to update some deps real quick

comment:2 by Douglas R. Reno, 5 years ago

Hi list,

I'd like to announce the availability of the first bugfix release for mesa 19.2,
mesa 19.2.1. This has been a relatively clam .1 cycle, there are fixes all over
the tree: intel, amd, nine, nir, egl, gallium, scons, meson, glsl, haiku,
android, and nouveau all got fixes.

The release notes were generated with new tooling, so please report any issues
you spot in them.

I'll see you again in two weeks with 19.2.2

Dylan


Shortlog
========

Andreas Gottschling (1):
      drisw: Fix shared memory leak on drawable resize

Andres Gomez (1):
      egl: Remove the 565 pbuffer-only EGL config under X11.

Andrii Simiklit (1):
      glsl: disallow incompatible matrices multiplication

Bas Nieuwenhuizen (1):
      radv: Fix condition for skipping the continue CS.

Connor Abbott (1):
      nir/opt_large_constants: Handle store writemasks

Danylo Piliaiev (1):
      st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader

Dylan Baker (12):
      meson: fix logic for generating .pc files with old glvnd
      meson: Try finding libxvmcw via pkg-config before using find_library
      meson: Link xvmc with libxv
      meson: gallium media state trackers require libdrm with x11
      .cherry-ignore: Update for 19.2.1 cycle
      meson: Only error building gallium video without libdrm when the platform is drm
      scripts: Add a gen_release_notes.py script
      scripts: Mesa 19.2.x only implements GL 4.5
      release: Add an update_release_calendar.py script
      bin: delete unused releasing scripts
      docs: Add relnotes for 19.2.1
      Bump version for 19.2.1

Eric Engestrom (3):
      radv: fix s/load/store/ copy-paste typo
      meson: drop -Wno-foo bug workaround for Meson < 0.46
      meson: add missing idep_nir_headers in iris_gen_libs

Erik Faye-Lund (1):
      glsl: correct bitcast-helpers

Ian Romanick (1):
      nir/range-analysis: Bail if the types don't match

Jason Ekstrand (1):
      intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates

Ken Mays (1):
      haiku: fix Mesa build

Kenneth Graunke (2):
      iris: Disable CCS_E for 32-bit floating point textures.
      iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.

Lionel Landwerlin (6):
      anv: gem-stubs: return a valid fd got anv_gem_userptr()
      intel: use proper label for Comet Lake skus
      mesa: don't forget to clear _Layer field on texture unit
      intel: fix topology query
      intel: fix subslice computation from topology data
      intel/isl: Set null surface format to R32_UINT

Marek Olšák (7):
      gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSH
      gallium: extend resource_get_param to be as capable as resource_get_handle
      radeonsi/gfx10: fix L2 cache rinse programming
      ac: fix incorrect vram_size reported by the kernel
      ac: fix num_good_cu_per_sh for harvested chips
      ac: add radeon_info::tcc_harvested
      radeonsi/gfx10: fix corruption for chips with harvested TCCs

Mauro Rossi (1):
      android: compiler/nir: build nir_divergence_analysis.c

Michel Dänzer (1):
      radeonsi: fix VAAPI segfault due to various bugs

Michel Zou (1):
      scons: add py3 support

Prodea Alexandru-Liviu (1):
      scons/MSYS2-MinGW-W64: Fix build options defaults

Rhys Perry (1):
      nir/opt_remove_phis: handle phis with no sources

Stephen Barber (1):
      nouveau: add idep_nir_headers as dep for libnouveau

Tapani Pälli (2):
      iris: disable aux on first get_param if not created with aux
      anv/android: fix images created with external format support

pal1000 (2):
      scons: Fix MSYS2 Mingw-w64 build.
      scons/windows: Support build with LLVM 9.

git tag: mesa-19.2.1

We should be able to remove the LDFLAGS because of this commit:

      meson: Link xvmc with libxv

comment:3 by Douglas R. Reno, 5 years ago

Note that this version seems to be substantially larger than the last:

renodr [ /sources/mesa-19.2.1 ]$ du -h install/
40K     install/usr/lib/pkgconfig
76M     install/usr/lib/vdpau
311M    install/usr/lib/dri
89M     install/usr/lib/d3d
732M    install/usr/lib
196K    install/usr/bin
28K     install/usr/include/d3dadapter
100K    install/usr/include/GLES
84K     install/usr/include/GL/internal
1.7M    install/usr/include/GL
280K    install/usr/include/GLES2
8.0K    install/usr/include/vulkan
16K     install/usr/include/KHR
108K    install/usr/include/EGL
332K    install/usr/include/GLES3
2.5M    install/usr/include
12K     install/usr/share/man/man1
16K     install/usr/share/man
32K     install/usr/share/drirc.d
12K     install/usr/share/vulkan/icd.d
16K     install/usr/share/vulkan
2.6M    install/usr/share/doc/mesa-19.2.1/relnotes
84K     install/usr/share/doc/mesa-19.2.1/specs/OLD
312K    install/usr/share/doc/mesa-19.2.1/specs
3.5M    install/usr/share/doc/mesa-19.2.1
3.5M    install/usr/share/doc
3.6M    install/usr/share
738M    install/usr
738M    install/

With overall stats (no tests) being:

277.6 Elasped Time - mesa-19.2.1
SBU=2.275
11200 /sources/mesa-19.2.1.tar.xz size (10.937 MB)
2494260 kilobytes build size (2435.800 MB)
md5sum : 8f9c05cfbf7b357c60a5345bb87a92c7  /sources/mesa-19.2.1.tar.xz
sha1sum: 8ba7cb66799d5372923651f193f84d498b35c9a5  /sources/mesa-19.2.1.tar.xz

comment:4 by Douglas R. Reno, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r22236

Note: See TracTickets for help on using tickets.