From 9bbee42a3ab050657a283f743f1a556952fec7f1 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Sun, 17 Jul 2022 10:45:04 +0300 Subject: [PATCH] Release 22.1.4 --- readme.md | 2 +- releasenotes.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 88580e6c..ff66aaba 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ - [OpenGL context configuration override](#opengl-context-configuration-override) - [How to set environment variables](#how-to-set-environment-variables) # Downloads -Mesa 22.1.3 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). +Mesa 22.1.4 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). # Known issues - `libgallium_wgl.dll` missing error with Mesa3D OpenGL ES and desktop OpenGL drivers diff --git a/releasenotes.md b/releasenotes.md index 42a83692..314ef377 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,5 @@ +# 22.1.4 +- Updated Mesa3D to [22.1.4](https://docs.mesa3d.org/relnotes/22.1.4.html). ### Build script - Misc: Support adding more compiler flags as needed; - Misc: Escape `=` and `:` in CFLAGS and LDFLAGS just to be safe;