1Mesa 10.4.7 Release Notes / March 20, 2015 2========================================== 3 4Mesa 10.4.7 is a bug fix release which fixes bugs found since the 10.4.6 5release. 6 7Mesa 10.4.7 implements the OpenGL 3.3 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.3. OpenGL 3.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 9e7b59267199658808f8b33e0410b86fbafbdcd52378658b9df65fac9d24947f MesaLib-10.4.7.tar.gz 20 2c351c98671f9a7ab3fd9c601bb7a255801b1580f5dd0992639f99152801b0d2 MesaLib-10.4.7.tar.bz2 21 d14ac578b5ce16560757b53fbd1cb4d6b34652f8e110e4b10a019adc82e67ffd MesaLib-10.4.7.zip 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 79202 <https://bugs.freedesktop.org/show_bug.cgi?id=79202>`__ - 34 valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; 35 random code generation 36- `Bug 89156 <https://bugs.freedesktop.org/show_bug.cgi?id=89156>`__ - 37 r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken 38- `Bug 89224 <https://bugs.freedesktop.org/show_bug.cgi?id=89224>`__ - 39 Incorrect rendering of Unigine Valley running in VM on VMware 40 Workstation 41- `Bug 89530 <https://bugs.freedesktop.org/show_bug.cgi?id=89530>`__ - 42 FTBFS in loader: missing fstat 43 44Changes 45------- 46 47Andrey Sudnik (1): 48 49- i965/vec4: Don't lose the saturate modifier in copy propagation. 50 51Daniel Stone (1): 52 53- egl: Take alpha bits into account when selecting GBM formats 54 55Emil Velikov (6): 56 57- docs: Add sha256 sums for the 10.4.6 release 58- cherry-ignore: add not applicable/rejected commits 59- mesa: rename format_info.c to format_info.h 60- loader: include <sys/stat.h> for non-sysfs builds 61- auxiliary/os: fix the android build - s/drm_munmap/os_munmap/ 62- Update version to 10.4.7 63 64Iago Toral Quiroga (1): 65 66- i965: Fix out-of-bounds accesses into pull_constant_loc array 67 68Ilia Mirkin (4): 69 70- freedreno: move fb state copy after checking for size change 71- freedreno/ir3: fix array count returned by TXQ 72- freedreno/ir3: get the # of miplevels from getinfo 73- freedreno: fix slice pitch calculations 74 75Marc-Andre Lureau (1): 76 77- gallium/auxiliary/indices: fix start param 78 79Marek Olšák (4): 80 81- r300g: fix RGTC1 and LATC1 SNORM formats 82- r300g: fix a crash when resolving into an sRGB texture 83- r300g: fix sRGB->sRGB blits 84- radeonsi: increase coords array size for 85 radeon_llvm_emit_prepare_cube_coords 86 87Mario Kleiner (1): 88 89- glx: Handle out-of-sequence swap completion events correctly. (v2) 90 91Matt Turner (2): 92 93- r300g: Use PATH_MAX instead of limiting ourselves to 100 chars. 94- r300g: Check return value of snprintf(). 95 96Rob Clark (2): 97 98- freedreno/ir3: fix silly typo for binning pass shaders 99- freedreno: update generated headers 100 101Samuel Iglesias Gonsalvez (1): 102 103- glsl: optimize (0 cmp x + y) into (-x cmp y). 104 105Stefan Dösinger (1): 106 107- r300g: Fix the ATI1N swizzle (RGTC1 and LATC1) 108