#11936 closed enhancement (fixed)
mesa-19.0.2
| Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 9.0 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version
Hi list,
I'm pleased to announce the availability of mesa 19.0.2. It's a bit late, and I
need to apologize for that, Dad duties have been trumping other things.
On the release side it's been a pretty tame cycle. Just a few fixes for radeon,
a few for nir, a couple for radv, a couple for v3d, and a few other patches here
and there.
Dylan
shortlog:
Boyuan Zhang (1):
st/va: reverse qt matrix back to its original order
Caio Marcelo de Oliveira Filho (1):
nir: Take if_uses into account when repairing SSA
Dylan Baker (2):
VERSION: bump version for 19.0.2
docs: Add release notes for 19.0.2
Eric Anholt (3):
dri3: Return the current swap interval from glXGetSwapIntervalMESA().
v3d: Bump the maximum texture size to 4k for V3D 4.x.
v3d: Don't try to use the TFU blit path if a scissor is enabled.
Eric Engestrom (1):
meson: strip rpath from megadrivers
Jason Ekstrand (1):
Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"
Karol Herbst (1):
nir/print: fix printing the image_array intrinsic index
Leo Liu (2):
radeon/vcn: add H.264 constrained baseline support
radeon/vcn/vp9: search the render target from the whole list
Lionel Landwerlin (1):
intel: add dependency on genxml generated files
Marek Olšák (1):
radeonsi: fix assertion failure by using the correct type
Samuel Pitoiset (2):
radv: skip updating depth/color metadata for conditional rendering
radv: do not always initialize HTILE in compressed state
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

A bug report against mesa/nouveau (but I'm not sure if nouveau is relevant?) - https://bugs.freedesktop.org/show_bug.cgi?id=110414
/usr/lib/vdpau/libvdpau_gallium.so exists as a dangling symlink to 1.0.0, but neither the so file .1.0.0 not the symlink .1.0 get installed for this new library.
A suggestion that this is because of using meson instead of autoconf.