17ec681f3SmrgMesa 17.0.7 Release Notes / June 1, 2017 27ec681f3Smrg======================================== 37ec681f3Smrg 47ec681f3SmrgMesa 17.0.7 is a bug fix release which fixes bugs found since the 17.0.6 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 17.0.7 implements the OpenGL 4.5 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 117ec681f3Smrg4.5. OpenGL 4.5 is **only** available if requested at context creation 127ec681f3Smrgbecause compatibility contexts are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg bc68d13c6b1a053b855ac453ebf7e62bd89511adf44bad6c613e09f7fa13390a mesa-17.0.7.tar.gz 207ec681f3Smrg f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 mesa-17.0.7.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3Smrg- `Bug 98833 <https://bugs.freedesktop.org/show_bug.cgi?id=98833>`__ - 317ec681f3Smrg [REGRESSION, bisected] Wayland revert commit breaks non-Vsync 327ec681f3Smrg fullscreen frame updates 337ec681f3Smrg- `Bug 100741 <https://bugs.freedesktop.org/show_bug.cgi?id=100741>`__ 347ec681f3Smrg - Chromium - Memory leak 357ec681f3Smrg- `Bug 100925 <https://bugs.freedesktop.org/show_bug.cgi?id=100925>`__ 367ec681f3Smrg - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in 377ec681f3Smrg the map correctly 387ec681f3Smrg 397ec681f3SmrgChanges 407ec681f3Smrg------- 417ec681f3Smrg 427ec681f3SmrgAndres Gomez (1): 437ec681f3Smrg 447ec681f3Smrg- docs: add sha256 checksums for 17.0.6 457ec681f3Smrg 467ec681f3SmrgBartosz Tomczyk (1): 477ec681f3Smrg 487ec681f3Smrg- mesa: Avoid leaking surface in st_renderbuffer_delete 497ec681f3Smrg 507ec681f3SmrgChad Versace (1): 517ec681f3Smrg 527ec681f3Smrg- egl: Partially revert 23c86c74, fix eglMakeCurrent 537ec681f3Smrg 547ec681f3SmrgDaniel Stone (7): 557ec681f3Smrg 567ec681f3Smrg- vulkan: Fix Wayland uninitialised registry 577ec681f3Smrg- vulkan/wsi/wayland: Remove roundtrip when creating image 587ec681f3Smrg- vulkan/wsi/wayland: Use per-display event queue 597ec681f3Smrg- vulkan/wsi/wayland: Use proxy wrappers for swapchain 607ec681f3Smrg- egl/wayland: Don't open-code roundtrip 617ec681f3Smrg- egl/wayland: Use per-surface event queues 627ec681f3Smrg- egl/wayland: Ensure we get a back buffer 637ec681f3Smrg 647ec681f3SmrgEmil Velikov (5): 657ec681f3Smrg 667ec681f3Smrg- st/va: fix misplaced closing bracket 677ec681f3Smrg- anv: automake: list shared libraries after the static ones 687ec681f3Smrg- radv: automake: list shared libraries after the static ones 697ec681f3Smrg- egl/wayland: select the format based on the interface used 707ec681f3Smrg- Update version to 17.0.7 717ec681f3Smrg 727ec681f3SmrgEric Anholt (2): 737ec681f3Smrg 747ec681f3Smrg- renderonly: Initialize fields of struct winsys_handle. 757ec681f3Smrg- vc4: Don't allocate new BOs to avoid synchronization when they're 767ec681f3Smrg shared. 777ec681f3Smrg 787ec681f3SmrgHans de Goede (1): 797ec681f3Smrg 807ec681f3Smrg- glxglvnddispatch: Add missing dispatch for GetDriverConfig 817ec681f3Smrg 827ec681f3SmrgIlia Mirkin (1): 837ec681f3Smrg 847ec681f3Smrg- nvc0/ir: SHLADD's middle source must be an immediate 857ec681f3Smrg 867ec681f3SmrgJason Ekstrand (2): 877ec681f3Smrg 887ec681f3Smrg- i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops 897ec681f3Smrg- i965: Round copy size to the nearest block in intel_miptree_copy 907ec681f3Smrg 917ec681f3SmrgLucas Stach (1): 927ec681f3Smrg 937ec681f3Smrg- etnaviv: stop oversizing buffer resources 947ec681f3Smrg 957ec681f3SmrgNanley Chery (2): 967ec681f3Smrg 977ec681f3Smrg- anv/formats: Update the three-channel BC1 mappings 987ec681f3Smrg- i965/formats: Update the three-channel DXT1 mappings 997ec681f3Smrg 1007ec681f3SmrgPohjolainen, Topi (1): 1017ec681f3Smrg 1027ec681f3Smrg- intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4 1037ec681f3Smrg 1047ec681f3SmrgSamuel Iglesias Gonsálvez (3): 1057ec681f3Smrg 1067ec681f3Smrg- i965/vec4/gs: restore the uniform values which was overwritten by 1077ec681f3Smrg failed vec4_gs_visitor execution 1087ec681f3Smrg- i965/vec4: fix swizzle and writemask when loading an uniform with 1097ec681f3Smrg constant offset 1107ec681f3Smrg- i965/vec4: load dvec3/4 uniforms first in the push constant buffer 1117ec681f3Smrg 1127ec681f3SmrgTom Stellard (1): 1137ec681f3Smrg 1147ec681f3Smrg- gallivm: Make sure module has the correct data layout when pass 1157ec681f3Smrg manager runs 116