17ec681f3SmrgMesa 17.1.9 Release Notes / September 8, 2017 27ec681f3Smrg============================================= 37ec681f3Smrg 47ec681f3SmrgMesa 17.1.9 is a bug fix release which fixes bugs found since the 17.1.8 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 17.1.9 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 4325401b07b5f44759da781bc8d7c0a4a7244e09a702d16c037090986e07ee22 mesa-17.1.9.tar.gz 207ec681f3Smrg 5f51ad94341696097d5df7b838183534478216858ac0fc8de183671a36ffea1a mesa-17.1.9.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3Smrg- `Bug 100613 <https://bugs.freedesktop.org/show_bug.cgi?id=100613>`__ 317ec681f3Smrg - Regression in Mesa 17 on s390x (zSystems) 327ec681f3Smrg- `Bug 102454 <https://bugs.freedesktop.org/show_bug.cgi?id=102454>`__ 337ec681f3Smrg - glibc 2.26 doesn't provide anymore xlocale.h 347ec681f3Smrg- `Bug 102467 <https://bugs.freedesktop.org/show_bug.cgi?id=102467>`__ 357ec681f3Smrg - src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning) Redundant 367ec681f3Smrg assignment 377ec681f3Smrg 387ec681f3SmrgChanges 397ec681f3Smrg------- 407ec681f3Smrg 417ec681f3SmrgAndres Gomez (8): 427ec681f3Smrg 437ec681f3Smrg- docs: add sha256 checksums for 17.1.8 447ec681f3Smrg- cherry-ignore: added 17.2 nominations. 457ec681f3Smrg- cherry-ignore: add "nir: Fix system_value_from_intrinsic for 467ec681f3Smrg subgroups" 477ec681f3Smrg- cherry-ignore: add "i965: Fix crash in fallback GTT mapping." 487ec681f3Smrg- cherry-ignore: add "radeonsi/gfx9: always flush DB metadata on 497ec681f3Smrg framebuffer changes" 507ec681f3Smrg- cherry-ignore: add "radv: Fix vkCopyImage with both depth and stencil 517ec681f3Smrg aspects." 527ec681f3Smrg- cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR 537ec681f3Smrg initialization bug" 547ec681f3Smrg- Update version to 17.1.9 557ec681f3Smrg 567ec681f3SmrgBas Nieuwenhuizen (3): 577ec681f3Smrg 587ec681f3Smrg- radv: Fix off by one in MAX_VBS assert. 597ec681f3Smrg- radv: Fix sparse BO mapping merging. 607ec681f3Smrg- radv: Actually set the cmd_buffer usage_flags. 617ec681f3Smrg 627ec681f3SmrgBen Crocker (1): 637ec681f3Smrg 647ec681f3Smrg- llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load 657ec681f3Smrg 667ec681f3SmrgCharmaine Lee (1): 677ec681f3Smrg 687ec681f3Smrg- vbo: fix offset in minmax cache key 697ec681f3Smrg 707ec681f3SmrgChristian Gmeiner (1): 717ec681f3Smrg 727ec681f3Smrg- etnaviv: use correct param for etna_compatible_rs_format(..) 737ec681f3Smrg 747ec681f3SmrgEmil Velikov (3): 757ec681f3Smrg 767ec681f3Smrg- egl: don't NULL deref the .get_capabilities function pointer 777ec681f3Smrg- egl/wayland: plug leaks in dri2_wl_create_window_surface() error path 787ec681f3Smrg- egl/wayland: polish object teardown in dri2_wl_destroy_surface 797ec681f3Smrg 807ec681f3SmrgEric Engestrom (1): 817ec681f3Smrg 827ec681f3Smrg- util: improve compiler guard 837ec681f3Smrg 847ec681f3SmrgGrazvydas Ignotas (2): 857ec681f3Smrg 867ec681f3Smrg- radv: clear dynamic_shader_stages on create 877ec681f3Smrg- radv: don't assert on empty hash table 887ec681f3Smrg 897ec681f3SmrgIlia Mirkin (2): 907ec681f3Smrg 917ec681f3Smrg- glsl: fix counting of vertex shader output slots used by explicit 927ec681f3Smrg vars 937ec681f3Smrg- st/mesa: fix handling of vertex array double inputs 947ec681f3Smrg 957ec681f3SmrgJason Ekstrand (2): 967ec681f3Smrg 977ec681f3Smrg- anv/formats: Nicely handle unknown VkFormat enums 987ec681f3Smrg- spirv: Add support for the HelperInvocation builtin 997ec681f3Smrg 1007ec681f3SmrgKarol Herbst (1): 1017ec681f3Smrg 1027ec681f3Smrg- nvc0: write 0 to pipeline_statistics.cs_invocations 1037ec681f3Smrg 1047ec681f3SmrgMichael Olbrich (1): 1057ec681f3Smrg 1067ec681f3Smrg- egl/dri2: only destroy created objects 1077ec681f3Smrg 1087ec681f3SmrgRay Strode (1): 1097ec681f3Smrg 1107ec681f3Smrg- gallivm: correct channel shift logic on big endian 1117ec681f3Smrg 1127ec681f3SmrgRoland Scheidegger (1): 1137ec681f3Smrg 1147ec681f3Smrg- st/mesa: fix view template initialization in try_pbo_readpixels 115