17ec681f3SmrgMesa 17.3.1 Release Notes / December 21, 2017
27ec681f3Smrg=============================================
37ec681f3Smrg
47ec681f3SmrgMesa 17.3.1 is a bug fix release which fixes bugs found since the 17.3.0
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 17.3.1 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   b0bb0419dbe3043ed4682a28eaf95721f427ca3f23a3c2a7dc77dbe8a3b6384d  mesa-17.3.1.tar.gz
207ec681f3Smrg   9ae607e0998a586fb2c866cfc8e45e6f52d1c56cb1b41288253ea83eada824c1  mesa-17.3.1.tar.xz
217ec681f3Smrg
227ec681f3SmrgNew features
237ec681f3Smrg------------
247ec681f3Smrg
257ec681f3SmrgNone
267ec681f3Smrg
277ec681f3SmrgBug fixes
287ec681f3Smrg---------
297ec681f3Smrg
307ec681f3Smrg-  `Bug 94739 <https://bugs.freedesktop.org/show_bug.cgi?id=94739>`__ -
317ec681f3Smrg   Mesa 11.1.2 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in
327ec681f3Smrg   \_mesa_unpack_uint_24_8_depth_stencil_row
337ec681f3Smrg-  `Bug 102710 <https://bugs.freedesktop.org/show_bug.cgi?id=102710>`__
347ec681f3Smrg   - vkCmdBlitImage with arrayLayers > 1 fails
357ec681f3Smrg-  `Bug 103579 <https://bugs.freedesktop.org/show_bug.cgi?id=103579>`__
367ec681f3Smrg   - Vertex shader causes compiler to crash in SPIRV-to-NIR
377ec681f3Smrg-  `Bug 103966 <https://bugs.freedesktop.org/show_bug.cgi?id=103966>`__
387ec681f3Smrg   - Mesa 17.2.5 implementation error: bad format MESA_FORMAT_Z_FLOAT32
397ec681f3Smrg   in \_mesa_unpack_uint_24_8_depth_stencil_row
407ec681f3Smrg-  `Bug 104119 <https://bugs.freedesktop.org/show_bug.cgi?id=104119>`__
417ec681f3Smrg   - radv: OpBitFieldInsert produces 0 with a loop counter for Insert
427ec681f3Smrg-  `Bug 104143 <https://bugs.freedesktop.org/show_bug.cgi?id=104143>`__
437ec681f3Smrg   - r600/sb: clobbers gl_Position -> gl_FragCoord
447ec681f3Smrg
457ec681f3SmrgChanges
467ec681f3Smrg-------
477ec681f3Smrg
487ec681f3SmrgAlex Smith (1):
497ec681f3Smrg
507ec681f3Smrg-  radv: Add LLVM version to the device name string
517ec681f3Smrg
527ec681f3SmrgBas Nieuwenhuizen (3):
537ec681f3Smrg
547ec681f3Smrg-  spirv: Fix loading an entire block at once.
557ec681f3Smrg-  radv: Don't advertise VK_EXT_debug_report.
567ec681f3Smrg-  radv: Fix multi-layer blits.
577ec681f3Smrg
587ec681f3SmrgBen Crocker (1):
597ec681f3Smrg
607ec681f3Smrg-  docs/llvmpipe: document ppc64le as alternative architecture to x86.
617ec681f3Smrg
627ec681f3SmrgBrian Paul (2):
637ec681f3Smrg
647ec681f3Smrg-  xlib: call \_mesa_warning() instead of fprintf()
657ec681f3Smrg-  gallium/aux: include nr_samples in util_resource_size() computation
667ec681f3Smrg
677ec681f3SmrgBruce Cherniak (1):
687ec681f3Smrg
697ec681f3Smrg-  swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
707ec681f3Smrg
717ec681f3SmrgDave Airlie (1):
727ec681f3Smrg
737ec681f3Smrg-  radv: port merge tess info from anv
747ec681f3Smrg
757ec681f3SmrgEmil Velikov (5):
767ec681f3Smrg
777ec681f3Smrg-  docs: add sha256 checksums for 17.3.0
787ec681f3Smrg-  util: scons: wire up the sha1 test
797ec681f3Smrg-  cherry-ignore: meson: fix strtof locale support check
807ec681f3Smrg-  cherry-ignore: util: add mesa-sha1 test to meson
817ec681f3Smrg-  Update version to 17.3.1
827ec681f3Smrg
837ec681f3SmrgEric Anholt (1):
847ec681f3Smrg
857ec681f3Smrg-  broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex
867ec681f3Smrg   count.
877ec681f3Smrg
887ec681f3SmrgEric Engestrom (1):
897ec681f3Smrg
907ec681f3Smrg-  compiler: use NDEBUG to guard asserts
917ec681f3Smrg
927ec681f3SmrgFabian Bieler (2):
937ec681f3Smrg
947ec681f3Smrg-  glsl: Match order of gl_LightSourceParameters elements.
957ec681f3Smrg-  glsl: Fix gl_NormalScale.
967ec681f3Smrg
977ec681f3SmrgGert Wollny (1):
987ec681f3Smrg
997ec681f3Smrg-  r600/sb: do not convert if-blocks that contain indirect array access
1007ec681f3Smrg
1017ec681f3SmrgJames Legg (1):
1027ec681f3Smrg
1037ec681f3Smrg-  nir/opcodes: Fix constant-folding of bitfield_insert
1047ec681f3Smrg
1057ec681f3SmrgJason Ekstrand (1):
1067ec681f3Smrg
1077ec681f3Smrg-  i965: Switch over to fully external-or-not MOCS scheme
1087ec681f3Smrg
1097ec681f3SmrgJuan A. Suarez Romero (1):
1107ec681f3Smrg
1117ec681f3Smrg-  travis: disable Meson build
1127ec681f3Smrg
1137ec681f3SmrgKenneth Graunke (2):
1147ec681f3Smrg
1157ec681f3Smrg-  meta: Initialize depth/clear values on declaration.
1167ec681f3Smrg-  meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
1177ec681f3Smrg
1187ec681f3SmrgLeo Liu (1):
1197ec681f3Smrg
1207ec681f3Smrg-  radeon/vce: move destroy command before feedback command
1217ec681f3Smrg
1227ec681f3SmrgMarek Olšák (4):
1237ec681f3Smrg
1247ec681f3Smrg-  radeonsi: flush the context after resource_copy_region for buffer
1257ec681f3Smrg   exports
1267ec681f3Smrg-  radeonsi: allow DMABUF exports for local buffers
1277ec681f3Smrg-  winsys/amdgpu: disable local BOs again due to worse performance
1287ec681f3Smrg-  radeonsi: don't call force_dcc_off for buffers
1297ec681f3Smrg
1307ec681f3SmrgMatt Turner (2):
1317ec681f3Smrg
1327ec681f3Smrg-  util: Assume little endian in the absence of platform-specific
1337ec681f3Smrg   handling
1347ec681f3Smrg-  util: Add a SHA1 unit test program
1357ec681f3Smrg
1367ec681f3SmrgNicolai Hähnle (1):
1377ec681f3Smrg
1387ec681f3Smrg-  radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
1397ec681f3Smrg
1407ec681f3SmrgPierre Moreau (1):
1417ec681f3Smrg
1427ec681f3Smrg-  nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
1437ec681f3Smrg
1447ec681f3SmrgTimothy Arceri (1):
1457ec681f3Smrg
1467ec681f3Smrg-  glsl: get correct member type when processing xfb ifc arrays
1477ec681f3Smrg
1487ec681f3SmrgVadym Shovkoplias (2):
1497ec681f3Smrg
1507ec681f3Smrg-  glx/dri3: Remove unused deviceName variable
1517ec681f3Smrg-  util/disk_cache: Remove unneeded free() on always null string
152