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 `__ - include/c11/threads\_posix.h PTHREAD\_MUTEX\_RECURSIVE\_NP not defined - `Bug 89328 `__ - python required to build Mesa release tarballs - `Bug 89530 `__ - FTBFS in loader: missing fstat - `Bug 89590 `__ - Crash in glLinkProgram with shaders with multiple constant arrays - `Bug 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 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