17ec681f3SmrgMesa 17.1.7 Release Notes / August 21, 2017
27ec681f3Smrg===========================================
37ec681f3Smrg
47ec681f3SmrgMesa 17.1.7 is a bug fix release which fixes bugs found since the 17.1.6
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 17.1.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   7ca484fe3194e8185d9a20261845bfd284cc40d0f3fda690d317f85ac7b91af5  mesa-17.1.7.tar.gz
207ec681f3Smrg   69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5  mesa-17.1.7.tar.xz
217ec681f3Smrg
227ec681f3SmrgNew features
237ec681f3Smrg------------
247ec681f3Smrg
257ec681f3SmrgNone
267ec681f3Smrg
277ec681f3SmrgBug fixes
287ec681f3Smrg---------
297ec681f3Smrg
307ec681f3Smrg-  `Bug 101334 <https://bugs.freedesktop.org/show_bug.cgi?id=101334>`__
317ec681f3Smrg   - AMD SI cards: Some vulkan apps freeze the system
327ec681f3Smrg-  `Bug 101766 <https://bugs.freedesktop.org/show_bug.cgi?id=101766>`__
337ec681f3Smrg   - Assertion \`!"invalid type"' failed when constant expression
347ec681f3Smrg   involves literal of different type
357ec681f3Smrg-  `Bug 102024 <https://bugs.freedesktop.org/show_bug.cgi?id=102024>`__
367ec681f3Smrg   - FORMAT_FEATURE_SAMPLED_IMAGE_BIT not supported for D16_UNORM and
377ec681f3Smrg   D32_SFLOAT
387ec681f3Smrg-  `Bug 102148 <https://bugs.freedesktop.org/show_bug.cgi?id=102148>`__
397ec681f3Smrg   - Crash when running qopenglwidget example on mesa llvmpipe win32
407ec681f3Smrg-  `Bug 102241 <https://bugs.freedesktop.org/show_bug.cgi?id=102241>`__
417ec681f3Smrg   - gallium/wgl: SwapBuffers freezing regularly with swap interval
427ec681f3Smrg   enabled
437ec681f3Smrg
447ec681f3SmrgChanges
457ec681f3Smrg-------
467ec681f3Smrg
477ec681f3SmrgAndres Gomez (8):
487ec681f3Smrg
497ec681f3Smrg-  cherry-ignore: add "swr: use the correct variable for no undefined
507ec681f3Smrg   symbols"
517ec681f3Smrg-  cherry-ignore: add "radeon/ac: use ds_swizzle for derivs on si/cik."
527ec681f3Smrg-  cherry-ignore: add "configure: remove trailing "-a" in swr
537ec681f3Smrg   architecture teststable: 17.2 nomination only."
547ec681f3Smrg-  cherry-ignore: added 17.2 nominations.
557ec681f3Smrg-  cherry-ignore: add "radv: Handle VK_ATTACHMENT_UNUSED in color
567ec681f3Smrg   attachments."
577ec681f3Smrg-  cherry-ignore: add "virgl: drop precise modifier."
587ec681f3Smrg-  cherry-ignore: add "radv: handle 10-bit format clamping workaround."
597ec681f3Smrg-  Update version to 17.1.7
607ec681f3Smrg
617ec681f3SmrgChris Wilson (1):
627ec681f3Smrg
637ec681f3Smrg-  i965/blit: Remember to include miptree buffer offset in relocs
647ec681f3Smrg
657ec681f3SmrgConnor Abbott (1):
667ec681f3Smrg
677ec681f3Smrg-  ac/nir: fix lsb emission
687ec681f3Smrg
697ec681f3SmrgDave Airlie (5):
707ec681f3Smrg
717ec681f3Smrg-  intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.
727ec681f3Smrg-  radv: avoid GPU hangs if someone does a resolve with non-multisample
737ec681f3Smrg   src (v2)
747ec681f3Smrg-  radv: fix f16->f32 denorm handling for SI/CIK. (v2)
757ec681f3Smrg-  radv: fix MSAA on SI gpus.
767ec681f3Smrg-  radv: force cs/ps/l2 flush at end of command stream. (v2)
777ec681f3Smrg
787ec681f3SmrgEmil Velikov (3):
797ec681f3Smrg
807ec681f3Smrg-  docs: add sha256 checksums for 17.1.6
817ec681f3Smrg-  egl/x11: don't leak xfixes_query in the error path
827ec681f3Smrg-  egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
837ec681f3Smrg
847ec681f3SmrgEric Anholt (1):
857ec681f3Smrg
867ec681f3Smrg-  util: Fix build on old glibc.
877ec681f3Smrg
887ec681f3SmrgFrank Richter (3):
897ec681f3Smrg
907ec681f3Smrg-  st/mesa: fix a null pointer access
917ec681f3Smrg-  st/wgl: check for negative delta in wait_swap_interval()
927ec681f3Smrg-  gallium/os: fix os_time_get_nano() to roll over less
937ec681f3Smrg
947ec681f3SmrgIlia Mirkin (3):
957ec681f3Smrg
967ec681f3Smrg-  glsl/ast: update rhs in addition to the var's constant_value
977ec681f3Smrg-  nv50/ir: fix srcMask computation for TG4 and TXF
987ec681f3Smrg-  nv50/ir: fix TXQ srcMask
997ec681f3Smrg
1007ec681f3SmrgJason Ekstrand (1):
1017ec681f3Smrg
1027ec681f3Smrg-  anv/formats: Allow sampling on depth-only formats on gen7
1037ec681f3Smrg
1047ec681f3SmrgKarol Herbst (1):
1057ec681f3Smrg
1067ec681f3Smrg-  nv50/ir: fix ConstantFolding with saturation
1077ec681f3Smrg
1087ec681f3SmrgKenneth Graunke (1):
1097ec681f3Smrg
1107ec681f3Smrg-  i965: Delete pitch alignment assertion in
1117ec681f3Smrg   get_blit_intratile_offset_el.
1127ec681f3Smrg
1137ec681f3SmrgMarek Olšák (2):
1147ec681f3Smrg
1157ec681f3Smrg-  ac: fail shader compilation if libelf is replaced by an incompatible
1167ec681f3Smrg   version
1177ec681f3Smrg-  radeonsi: disable CE by default
1187ec681f3Smrg
1197ec681f3SmrgTim Rowley (1):
1207ec681f3Smrg
1217ec681f3Smrg-  swr/rast: Fix invalid casting for calls to Interlocked\* functions
122