Language Selection

English French German Italian Portuguese Spanish

Mesa 19.0.4

Filed under
Graphics/Benchmarks

Hi list,

Sorry I'm running a bit behind with this release, I was sick on Monday and had
to patch up some autotools problems in the mean time.

It's been a pretty active release, esepcially for how late in the cyle we are.
Radv was the busiest componenet, but there were also a few changes for intel,
radeonsi, some core vulkan work, and a little bit of other stuff here and there.

Hopefully things will start slowing down again.

Just a reminder that there are only two more planned 19.0.x releases, but we may
add more if 19.1 slips.

Dylan

shortlog:

Alejandro Piñeiro (1):
      docs: document MESA_GLSL=errors keyword

Andrii Simiklit (1):
      egl: return correct error code for a case req ver < 3 with forward-compatible

Axel Davy (1):
      st/nine: Fix D3DWindowBuffer_release for old wine nine support

Bas Nieuwenhuizen (1):
      radv: Disable VK_EXT_descriptor_indexing.

Brian Paul (1):
      svga: add SVGA_NO_LOGGING env var (v2)

Caio Marcelo de Oliveira Filho (1):
      spirv: Handle SpvOpDecorateId

Charmaine Lee (1):
      svga: move host logging to winsys

Chuck Atkins (1):
      meson: Fix missing glproto dependency for gallium-glx

Daniel Stone (1):
      vulkan/wsi/wayland: Respect non-blocking AcquireNextImage

Dave Airlie (2):
      r600: reset tex array override even when no view bound
      util/bitset: fix bitset range mask calculations.

Dylan Baker (8):
      docs: Add SHA256 sums for mesa 19.0.3
      cherry-ignore: Add a patch that was manually backported
      cherry-ignore: Add more backported patches
      cherry-ignore: Add another patch
      cherry-ignore: Add more patches
      meson: Force the use of config-tool for llvm
      VERSION: bump for 19.0.4 release
      Docs: add 19.0.4 release notes

Emil Velikov (3):
      vulkan/wsi: check if the display_fd given is master
      vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles
      configure.ac: check for libdrm when using VL with X11

Erik Faye-Lund (2):
      softpipe: setup pixel_offset for all primitive types
      draw: flush when setting stream-out targets

Francisco Jerez (2):
      intel/fs: Lower integer multiply correctly when destination stride equals 4.
      intel/fs: Cap dst-aligned region stride to maximum representable hstride value.

Hal Gentz (1):
      glx: Fix synthetic error generation in __glXSendError

Ian Romanick (2):
      glsl: Silence may unused parameter warnings in glsl/ir.h
      mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCE

Jason Ekstrand (1):
      anv/descriptor_set: Destroy sets before pool finalization

Jon Turney (1):
      meson: Force '.so' extension for DRI drivers

Juan A. Suarez Romero (2):
      spirv: add missing SPV_EXT_descriptor_indexing capabilities
      radv: enable descriptor indexing capabilities

Kenneth Graunke (6):
      glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
      glsl: Don't look at sampler uniform storage for internal vars
      i965: Ignore uniform storage for samplers or images, use binding info
      i965: Fix BRW_MEMZONE_LOW_4G heap size.
      i965: Force VMA alignment to be a multiple of the page size.
      i965: leave the top 4Gb of the high heap VMA unused

Lionel Landwerlin (4):
      anv: store heap address bounds when initializing physical device
      anv: leave the top 4Gb of the high heap VMA unused
      anv: fix argument name for vkCmdEndQuery
      anv: rework queries writes to ensure ordering memory writes

Marek Olšák (2):
      radeonsi/gfx9: set that window_rectangles always roll the context
      radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)

Nicolai Hähnle (1):
      radeonsi: add si_debug_options for convenient adding/removing of options

Rhys Perry (1):
      radv: fix set_output_usage_mask() with composite and 64-bit types

Ross Burton (1):
      Revert "meson: drop GLESv1 .so version back to 1.0.0"

Samuel Pitoiset (8):
      radv: add missing VEGA20 chip in radv_get_device_name()
      radv: do not need to force emit the TCS regs on Vega20
      radv: fix color conversions for normalized uint/sint formats
      radv: implement a workaround for VK_EXT_conditional_rendering
      radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output buffer
      radv: only need to force emit the TCS regs on Vega10 and Raven1
      radv: apply the indexing workaround for atomic buffer operations on GFX9
      radv: fix setting the number of rectangles when it's dyanmic

Tapani Pälli (1):
      anv: expose VK_EXT_queue_family_foreign on Android

Timothy Arceri (4):
      nir: fix nir_remove_unused_varyings()
      util/drirc: add workarounds for bugs in Doom 3: BFG
      radeonsi: add config entry for Counter-Strike Global Offensive
      Revert "glx: Fix synthetic error generation in __glXSendError"

Read more

Also: Mesa 19.0.4 Released With Numerous RADV, RadeonSI & Intel Fixes

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.