Files
RedBear-OS/local/recipes/libs/mesa/source/docs/relnotes/10.5.2.rst
T
vasilito cb424d7448 build: static patch-sanity linter (shift-left the malformed-patch class)
verify-patch-sanity.py validates every active recipe .patch has internally-
consistent hunk line counts — catching the 'malformed patch at line N' failure
at commit/CI/preflight time instead of hours into a cook. This cycle hit that
class three times (qtwaylandscanner, sddm, xwayland), each only discovered when
cookbook tried to apply the patch.

Running it across the repo found 29 latent malformed patches (validated against
GNU patch: e.g. relibc/P3-sysv-ipc reproduces 'malformed patch at line 22').
They were harmless only because they sit in vendored recipes (baked, not re-
applied) — but would fail on any version-bump re-derivation. --fix recounts the
hunk headers (body untouched) and repaired all 29.

Wired into build-preflight.sh (Phase 1.0D) and redbear-ci.yml, with a unit test
(test-patch-sanity.sh). Skips archived/legacy trees and unvalidatable formats
(empty placeholders, bare-@@ git hunks).
2026-08-01 05:13:02 +03:00

103 lines
2.9 KiB
ReStructuredText

Mesa 10.5.2 Release Notes / March 28, 2015
==========================================
Mesa 10.5.2 is a bug fix release which fixes bugs found since the 10.5.1
release.
Mesa 10.5.2 implements the OpenGL 3.3 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
used. Some drivers don't support all the features required in OpenGL
3.3. OpenGL 3.3 is **only** available if requested at context creation
because compatibility contexts are not supported.
SHA256 checksums
----------------
::
755220e160a9f22fda0dffd47746f997b6e196d03f8edc390df7793aecaaa541 mesa-10.5.2.tar.gz
2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44 mesa-10.5.2.tar.xz
New features
------------
None
Bug fixes
---------
This list is likely incomplete.
- `Bug 88534 <https://bugs.freedesktop.org/show_bug.cgi?id=88534>`__ -
include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined
- `Bug 89328 <https://bugs.freedesktop.org/show_bug.cgi?id=89328>`__ -
python required to build Mesa release tarballs
- `Bug 89530 <https://bugs.freedesktop.org/show_bug.cgi?id=89530>`__ -
FTBFS in loader: missing fstat
- `Bug 89590 <https://bugs.freedesktop.org/show_bug.cgi?id=89590>`__ -
Crash in glLinkProgram with shaders with multiple constant arrays
- `Bug 89680 <https://bugs.freedesktop.org/show_bug.cgi?id=89680>`__ -
Hard link exist in Mesa 10.5.1 sources
Changes
-------
Anuj Phogat (1):
- glsl: Generate link error for non-matching gl_FragCoord
redeclarations
Emil Velikov (7):
- docs: Add sha256 sums for the 10.5.1 release
- automake: add missing egl files to the tarball
- st/egl: don't ship the dri2.c link at the tarball
- loader: include <sys/stat.h> for non-sysfs builds
- auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
- cherry-ignore: add commit non applicable for 10.5
- Update version to 10.5.2
Felix Janda (1):
- c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
Francisco Jerez (1):
- i965: Set nr_params to the number of uniform components in the VS/GS
path.
Ilia Mirkin (2):
- freedreno/a3xx: use the same layer size for all slices
- freedreno: fix slice pitch calculations
Marek Olšák (1):
- radeonsi: increase coords array size for
radeon_llvm_emit_prepare_cube_coords
Mario Kleiner (2):
- glx: Handle out-of-sequence swap completion events correctly. (v2)
- mapi: Make private copies of name strings provided by client.
Rob Clark (1):
- freedreno: update generated headers
Samuel Iglesias Gonsalvez (2):
- glsl: optimize (0 cmp x + y) into (-x cmp y).
- configure: Introduce new output variable to
ax_check_python_mako_module.m4
Tapani Pälli (1):
- glsl: fix names in lower_constant_arrays_to_uniforms
Tom Stellard (1):
- clover: Return 0 as storage size for local kernel args that are not
set v2