Opened 7 years ago
Closed 7 years ago
#9965 closed enhancement (fixed)
mesa-17.3.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version. Another package that seems to have frequent releases.
mesa-17.2.0.tar.xz 2017-09-04 mesa-17.2.1.tar.xz 2017-09-17 mesa-17.2.2.tar.xz 2017-10-02 mesa-17.2.3.tar.xz 2017-10-19 mesa-17.2.4.tar.xz 2017-10-30 mesa-17.3.0-rc1.tar.xz 2017-10-23 mesa-17.3.0-rc2.tar.xz 2017-10-30
Change History (7)
comment:1 by , 7 years ago
Summary: | mesa-17.2.4 (hold until 17.3.0 is released) → mesa-17.2.4 (hold until 17.3.1 is released) |
---|
comment:2 by , 7 years ago
Upstream seems to be on a two week schedule:
mesa-17.2.5.tar.xz 2017-11-10 23:21 mesa-17.2.6.tar.xz 2017-11-25 23:38
But they seem to be close to the next minor version:
mesa-17.3.0-rc6.tar.xz 2017-12-04
Adding the comment to use the most recent version of the current minor seems to be a good idea.
comment:3 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | mesa-17.2.4 (hold until 17.3.1 is released) → mesa-17.3.0 |
Version 17.3.0 was released 2017-12-08.
comment:4 by , 7 years ago
Summary: | mesa-17.3.0 → mesa-17.2.7 |
---|
mesa-17.3.0 is a development release: https://www.mesa3d.org/relnotes/17.3.0.html
Will update to version 17.2.7, but leave open.
Release notes for 17.2.7 are at https://www.mesa3d.org/relnotes/17.2.7.html
comment:5 by , 7 years ago
Milestone: | 8.2 → y-hold |
---|---|
Summary: | mesa-17.2.7 → mesa-17.3.1 (waiting) |
Moving to hold.
comment:6 by , 7 years ago
Milestone: | y-hold → 8.2 |
---|---|
Summary: | mesa-17.3.1 (waiting) → mesa-17.3.1 |
Version 17.3.1 has been released.
New features
None
Bug fixes
- Bug 94739 - Mesa 11.1.2 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row
- Bug 102710 - vkCmdBlitImage with arrayLayers > 1 fails
- Bug 103579 - Vertex shader causes compiler to crash in SPIRV-to-NIR
- Bug 103966 - Mesa 17.2.5 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row
- Bug 104119 - radv: OpBitFieldInsert produces 0 with a loop counter for Insert
- Bug 104143 - r600/sb: clobbers gl_Position -> gl_FragCoord
Changes
Alex Smith (1):
- radv: Add LLVM version to the device name string
Bas Nieuwenhuizen (3):
- spirv: Fix loading an entire block at once.
- radv: Don't advertise VK_EXT_debug_report.
- radv: Fix multi-layer blits.
Ben Crocker (1):
- docs/llvmpipe: document ppc64le as alternative architecture to x86.
Brian Paul (2):
- xlib: call _mesa_warning() instead of fprintf()
- gallium/aux: include nr_samples in util_resource_size() computation
Bruce Cherniak (1):
- swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
Dave Airlie (1):
- radv: port merge tess info from anv
Emil Velikov (5):
- docs: add sha256 checksums for 17.3.0
- util: scons: wire up the sha1 test
- cherry-ignore: meson: fix strtof locale support check
- cherry-ignore: util: add mesa-sha1 test to meson
- Update version to 17.3.1
Eric Anholt (1):
- broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.
Eric Engestrom (1):
- compiler: use NDEBUG to guard asserts
Fabian Bieler (2):
- glsl: Match order of gl_LightSourceParameters elements.
- glsl: Fix gl_NormalScale.
Gert Wollny (1):
- r600/sb: do not convert if-blocks that contain indirect array access
James Legg (1):
- nir/opcodes: Fix constant-folding of bitfield_insert
Jason Ekstrand (1):
- i965: Switch over to fully external-or-not MOCS scheme
Juan A. Suarez Romero (1):
- travis: disable Meson build
Kenneth Graunke (2):
- meta: Initialize depth/clear values on declaration.
- meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
Leo Liu (1):
- radeon/vce: move destroy command before feedback command
Marek Olšák (4):
- radeonsi: flush the context after resource_copy_region for buffer exports
- radeonsi: allow DMABUF exports for local buffers
- winsys/amdgpu: disable local BOs again due to worse performance
- radeonsi: don't call force_dcc_off for buffers
Matt Turner (2):
- util: Assume little endian in the absence of platform-specific handling
- util: Add a SHA1 unit test program
Nicolai Hähnle (1):
- radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
Pierre Moreau (1):
- nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
Timothy Arceri (1):
- glsl: get correct member type when processing xfb ifc arrays
Vadym Shovkoplias (2):
- glx/dri3: Remove unused deviceName variable
- util/disk_cache: Remove unneeded free() on always null string
comment:7 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at revision 19638.
Some components did not pick up the LLVM library automatically, so I had to add LDFLAGS=-lLLVM to configure.
Updated ticket title, because 17.3.1 is the next stable release, not 17.3.0. Maybe an update should be done for next .1 release only, with note that latest 17.3.x should be used (similar to how it's done for kernel in LFS).