1Mesa 17.0.7 Release Notes / June 1, 2017 2======================================== 3 4Mesa 17.0.7 is a bug fix release which fixes bugs found since the 17.0.6 5release. 6 7Mesa 17.0.7 implements the OpenGL 4.5 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 114.5. OpenGL 4.5 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 bc68d13c6b1a053b855ac453ebf7e62bd89511adf44bad6c613e09f7fa13390a mesa-17.0.7.tar.gz 20 f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 mesa-17.0.7.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 98833 <https://bugs.freedesktop.org/show_bug.cgi?id=98833>`__ - 31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync 32 fullscreen frame updates 33- `Bug 100741 <https://bugs.freedesktop.org/show_bug.cgi?id=100741>`__ 34 - Chromium - Memory leak 35- `Bug 100925 <https://bugs.freedesktop.org/show_bug.cgi?id=100925>`__ 36 - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in 37 the map correctly 38 39Changes 40------- 41 42Andres Gomez (1): 43 44- docs: add sha256 checksums for 17.0.6 45 46Bartosz Tomczyk (1): 47 48- mesa: Avoid leaking surface in st_renderbuffer_delete 49 50Chad Versace (1): 51 52- egl: Partially revert 23c86c74, fix eglMakeCurrent 53 54Daniel Stone (7): 55 56- vulkan: Fix Wayland uninitialised registry 57- vulkan/wsi/wayland: Remove roundtrip when creating image 58- vulkan/wsi/wayland: Use per-display event queue 59- vulkan/wsi/wayland: Use proxy wrappers for swapchain 60- egl/wayland: Don't open-code roundtrip 61- egl/wayland: Use per-surface event queues 62- egl/wayland: Ensure we get a back buffer 63 64Emil Velikov (5): 65 66- st/va: fix misplaced closing bracket 67- anv: automake: list shared libraries after the static ones 68- radv: automake: list shared libraries after the static ones 69- egl/wayland: select the format based on the interface used 70- Update version to 17.0.7 71 72Eric Anholt (2): 73 74- renderonly: Initialize fields of struct winsys_handle. 75- vc4: Don't allocate new BOs to avoid synchronization when they're 76 shared. 77 78Hans de Goede (1): 79 80- glxglvnddispatch: Add missing dispatch for GetDriverConfig 81 82Ilia Mirkin (1): 83 84- nvc0/ir: SHLADD's middle source must be an immediate 85 86Jason Ekstrand (2): 87 88- i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops 89- i965: Round copy size to the nearest block in intel_miptree_copy 90 91Lucas Stach (1): 92 93- etnaviv: stop oversizing buffer resources 94 95Nanley Chery (2): 96 97- anv/formats: Update the three-channel BC1 mappings 98- i965/formats: Update the three-channel DXT1 mappings 99 100Pohjolainen, Topi (1): 101 102- intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4 103 104Samuel Iglesias Gonsálvez (3): 105 106- i965/vec4/gs: restore the uniform values which was overwritten by 107 failed vec4_gs_visitor execution 108- i965/vec4: fix swizzle and writemask when loading an uniform with 109 constant offset 110- i965/vec4: load dvec3/4 uniforms first in the push constant buffer 111 112Tom Stellard (1): 113 114- gallivm: Make sure module has the correct data layout when pass 115 manager runs 116