17ec681f3SmrgMesa 10.6.8 Release Notes / September 20, 2015 27ec681f3Smrg============================================== 37ec681f3Smrg 47ec681f3SmrgMesa 10.6.8 is a bug fix release which fixes bugs found since the 10.6.7 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.6.8 implements the OpenGL 3.3 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg3.3. OpenGL 3.3 is **only** available if requested at context creation 127ec681f3Smrgbecause compatibility contexts are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 1f34dba2a8059782e3e4e0f18b9628004e253b2c69085f735b846d2e63c9e250 mesa-10.6.8.tar.gz 207ec681f3Smrg e36ee5ceeadb3966fb5ce5b4cf18322dbb76a4f075558ae49c3bba94f57d58fd mesa-10.6.8.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 90621 <https://bugs.freedesktop.org/show_bug.cgi?id=90621>`__ - 337ec681f3Smrg Mesa fail to build from git 347ec681f3Smrg- `Bug 91526 <https://bugs.freedesktop.org/show_bug.cgi?id=91526>`__ - 357ec681f3Smrg World of Warcraft (on Wine) has UI corruption with nouveau 367ec681f3Smrg- `Bug 91719 <https://bugs.freedesktop.org/show_bug.cgi?id=91719>`__ - 377ec681f3Smrg [SNB,HSW,BYT] dEQP regressions associated with using NIR for vertex 387ec681f3Smrg shaders 397ec681f3Smrg 407ec681f3SmrgChanges 417ec681f3Smrg------- 427ec681f3Smrg 437ec681f3SmrgAlejandro Piñeiro (1): 447ec681f3Smrg 457ec681f3Smrg- i965/vec4: fill src_reg type using the constructor type parameter 467ec681f3Smrg 477ec681f3SmrgAntia Puentes (1): 487ec681f3Smrg 497ec681f3Smrg- i965/vec4: Fix saturation errors when coalescing registers 507ec681f3Smrg 517ec681f3SmrgEmil Velikov (2): 527ec681f3Smrg 537ec681f3Smrg- docs: add sha256 checksums for 10.6.7 547ec681f3Smrg- cherry-ignore: add commit non applicable for 10.6 557ec681f3Smrg 567ec681f3SmrgHans de Goede (4): 577ec681f3Smrg 587ec681f3Smrg- nv30: Fix creation of scanout buffers 597ec681f3Smrg- nv30: Implement color resolve for msaa 607ec681f3Smrg- nv30: Fix max width / height checks in nv30 sifm code 617ec681f3Smrg- nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA 627ec681f3Smrg 637ec681f3SmrgIan Romanick (2): 647ec681f3Smrg 657ec681f3Smrg- mesa: Pass the type to \_mesa_uniform_matrix as a glsl_base_type 667ec681f3Smrg- mesa: Don't allow wrong type setters for matrix uniforms 677ec681f3Smrg 687ec681f3SmrgIlia Mirkin (5): 697ec681f3Smrg 707ec681f3Smrg- st/mesa: don't fall back to 16F when 32F is requested 717ec681f3Smrg- nvc0: always emit a full shader colormask 727ec681f3Smrg- nvc0: remove BGRA4 format support 737ec681f3Smrg- st/mesa: avoid integer overflows with buffers >= 512MB 747ec681f3Smrg- nv50, nvc0: fix max texture buffer size to 128M elements 757ec681f3Smrg 767ec681f3SmrgJason Ekstrand (1): 777ec681f3Smrg 787ec681f3Smrg- i965/vec4: Don't reswizzle hardware registers 797ec681f3Smrg 807ec681f3SmrgJose Fonseca (1): 817ec681f3Smrg 827ec681f3Smrg- gallivm: Workaround LLVM PR23628. 837ec681f3Smrg 847ec681f3SmrgKenneth Graunke (1): 857ec681f3Smrg 867ec681f3Smrg- i965: Momentarily pretend to support ARB_texture_stencil8 for blits. 877ec681f3Smrg 887ec681f3SmrgOded Gabbay (1): 897ec681f3Smrg 907ec681f3Smrg- llvmpipe: convert double to long long instead of unsigned long long 917ec681f3Smrg 927ec681f3SmrgRay Strode (1): 937ec681f3Smrg 947ec681f3Smrg- gbm: convert gbm bo format to fourcc format on dma-buf import 957ec681f3Smrg 967ec681f3SmrgUlrich Weigand (1): 977ec681f3Smrg 987ec681f3Smrg- mesa: Fix texture compression on big-endian systems 997ec681f3Smrg 1007ec681f3SmrgVinson Lee (1): 1017ec681f3Smrg 1027ec681f3Smrg- gallivm: Do not use NoFramePointerElim with LLVM 3.7. 103