1Mesa 10.5.8 Release Notes / June 20, 2015 2========================================= 3 4Mesa 10.5.8 is a bug fix release which fixes bugs found since the 10.5.7 5release. 6 7Mesa 10.5.8 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 611ddcfa3c1bf13f7e6ccac785c8749c3b74c9a78452bac70f8372cf6b209aa0 mesa-10.5.8.tar.gz 20 2866b855c5299a4aed066338c77ff6467c389b2c30ada7647be8758663da2b54 mesa-10.5.8.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30This list is likely incomplete. 31 32- `Bug 90310 <https://bugs.freedesktop.org/show_bug.cgi?id=90310>`__ - 33 Fails to build gallium_dri.so at linking stage with clang because of 34 multiple redefinitions 35- `Bug 90347 <https://bugs.freedesktop.org/show_bug.cgi?id=90347>`__ - 36 [NVE0+] Failure to insert texbar under some circumstances (causing 37 bad colors in Terasology) 38- `Bug 90520 <https://bugs.freedesktop.org/show_bug.cgi?id=90520>`__ - 39 Register spilling clobbers registers used elsewhere in the shader 40- `Bug 90905 <https://bugs.freedesktop.org/show_bug.cgi?id=90905>`__ - 41 mesa: Finish subdir-objects transition 42 43Changes 44------- 45 46Ben Widawsky (1): 47 48- i965: Disable compaction for EOT send messages 49 50Boyan Ding (1): 51 52- egl/x11: Set version of swrastLoader to 2 53 54Emil Velikov (2): 55 56- docs: Add sha256sums for the 10.5.7 release 57- Update version to 10.5.8 58 59Erik Faye-Lund (1): 60 61- mesa: build xmlconfig to a separate static library 62 63Francisco Jerez (1): 64 65- i965: Don't compact instructions with unmapped bits. 66 67Ilia Mirkin (3): 68 69- nvc0/ir: fix collection of first uses for texture barrier insertion 70- nv50,nvc0: clamp uniform size to 64k 71- nvc0/ir: can't have a join on a load with an indirect source 72 73Jason Ekstrand (1): 74 75- i965/fs: Don't let the EOT send message interfere with the MRF hack 76 77Marek Olšák (1): 78 79- egl: fix setting context flags 80 81Roland Scheidegger (1): 82 83- draw: (trivial) fix NULL pointer dereference 84