17ec681f3SmrgMesa 18.1.8 Release Notes / September 24 2018
27ec681f3Smrg=============================================
37ec681f3Smrg
47ec681f3SmrgMesa 18.1.9 is a bug fix release which fixes bugs found since the 18.1.8
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 18.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.
127ec681f3SmrgCompatibility contexts may report a lower version depending on each
137ec681f3Smrgdriver.
147ec681f3Smrg
157ec681f3SmrgSHA256 checksums
167ec681f3Smrg----------------
177ec681f3Smrg
187ec681f3Smrg::
197ec681f3Smrg
207ec681f3Smrg   0f825dc834b1b3e3d9a6c3ce58b42977f0d9a248a7627a36dd3b313ffe41a499  mesa-18.1.9.tar.gz
217ec681f3Smrg   55f5778d58a710a63d6635f000535768faf7db9e8144dc0f4fd1989f936c1a83  mesa-18.1.9.tar.xz
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgNone
277ec681f3Smrg
287ec681f3SmrgBug fixes
297ec681f3Smrg---------
307ec681f3Smrg
317ec681f3Smrg-  `Bug 103241 <https://bugs.freedesktop.org/show_bug.cgi?id=103241>`__
327ec681f3Smrg   - Anv crashes when using 64-bit vertex inputs
337ec681f3Smrg-  `Bug 104926 <https://bugs.freedesktop.org/show_bug.cgi?id=104926>`__
347ec681f3Smrg   - swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not
357ec681f3Smrg   supported
367ec681f3Smrg-  `Bug 107280 <https://bugs.freedesktop.org/show_bug.cgi?id=107280>`__
377ec681f3Smrg   - [DXVK] Batman: Arkham City with tessellation enabled hangs on SKL
387ec681f3Smrg   GT4
397ec681f3Smrg-  `Bug 107772 <https://bugs.freedesktop.org/show_bug.cgi?id=107772>`__
407ec681f3Smrg   - Mesa preprocessor matches if(def)s & endifs incorrectly
417ec681f3Smrg-  `Bug 107779 <https://bugs.freedesktop.org/show_bug.cgi?id=107779>`__
427ec681f3Smrg   - Access violation with some games
437ec681f3Smrg-  `Bug 107810 <https://bugs.freedesktop.org/show_bug.cgi?id=107810>`__
447ec681f3Smrg   - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf'
457ec681f3Smrg   function under windows
467ec681f3Smrg
477ec681f3SmrgChanges
487ec681f3Smrg-------
497ec681f3Smrg
507ec681f3SmrgAndrii Simiklit (4):
517ec681f3Smrg
527ec681f3Smrg-  apple/glx/log: added missing va_end() after va_copy()
537ec681f3Smrg-  mesa/util: don't use the same 'va_list' instance twice
547ec681f3Smrg-  mesa/util: don't ignore NULL returned from 'malloc'
557ec681f3Smrg-  mesa/util: add missing va_end() after va_copy()
567ec681f3Smrg
577ec681f3SmrgBas Nieuwenhuizen (4):
587ec681f3Smrg
597ec681f3Smrg-  radv: Use build ID if available for cache UUID.
607ec681f3Smrg-  radv: Only allow 16 user SGPRs for compute on GFX9+.
617ec681f3Smrg-  radv: Set the user SGPR MSB for Vega.
627ec681f3Smrg-  radv: Fix driver UUID SHA1 init.
637ec681f3Smrg
647ec681f3SmrgChristopher Egert (1):
657ec681f3Smrg
667ec681f3Smrg-  radeon: fix ColorMask
677ec681f3Smrg
687ec681f3SmrgDave Airlie (1):
697ec681f3Smrg
707ec681f3Smrg-  virgl: don't send a shader create with no data. (v2)
717ec681f3Smrg
727ec681f3SmrgDylan Baker (10):
737ec681f3Smrg
747ec681f3Smrg-  docs/relnotes: Add sha256 sums for mesa 18.1.8
757ec681f3Smrg-  cherry-ignore: Add additional 18.2 patch
767ec681f3Smrg-  meson: Print a message about why a libdrm version was selected
777ec681f3Smrg-  cherry-ignore: add another 18.2 patch
787ec681f3Smrg-  cherry-ignore: Add patches that don't apply cleanly and are for
797ec681f3Smrg   developer tools
807ec681f3Smrg-  cherry-ignore: Add more 18.2 patches
817ec681f3Smrg-  cherry-ignore: add 18.2 patchs
827ec681f3Smrg-  cherry-ignore: add a patch that was reverted on master
837ec681f3Smrg-  cherry-ignore: one final update
847ec681f3Smrg-  Bump version to 18.1.9
857ec681f3Smrg
867ec681f3SmrgErik Faye-Lund (2):
877ec681f3Smrg
887ec681f3Smrg-  winsys/virgl: avoid unintended behavior
897ec681f3Smrg-  virgl: adjust strides when mapping temp-resources
907ec681f3Smrg
917ec681f3SmrgGert Wollny (1):
927ec681f3Smrg
937ec681f3Smrg-  winsys/virgl: correct resource and handle allocation (v2)
947ec681f3Smrg
957ec681f3SmrgJason Ekstrand (6):
967ec681f3Smrg
977ec681f3Smrg-  anv/pipeline: Only consider double elements which actually exist
987ec681f3Smrg-  i965: Workaround the gen9 hw astc5x5 sampler bug
997ec681f3Smrg-  anv: Re-emit vertex buffers when the pipeline changes
1007ec681f3Smrg-  anv: Disable the vertex cache when tessellating on SKL GT4
1017ec681f3Smrg-  anv: Clamp scissors to the framebuffer boundary
1027ec681f3Smrg-  anv/query: Write both dwords in emit_zero_queries
1037ec681f3Smrg
1047ec681f3SmrgJosh Pieper (1):
1057ec681f3Smrg
1067ec681f3Smrg-  st/mesa: Validate the result of pipe_transfer_map in make_texture
1077ec681f3Smrg   (v2)
1087ec681f3Smrg
1097ec681f3SmrgKenneth Feng (1):
1107ec681f3Smrg
1117ec681f3Smrg-  amd: Add Picasso device id
1127ec681f3Smrg
1137ec681f3SmrgMarek Olšák (4):
1147ec681f3Smrg
1157ec681f3Smrg-  st/mesa: help fix stencil border color for GL_DEPTH_STENCIL textures
1167ec681f3Smrg-  radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
1177ec681f3Smrg-  r600: fix HTILE for NPOT textures with mipmapping
1187ec681f3Smrg-  radeonsi: fix printing a BO list into ddebug reports
1197ec681f3Smrg
1207ec681f3SmrgMathias Fröhlich (1):
1217ec681f3Smrg
1227ec681f3Smrg-  tnl: Fix green gun regression in xonotic.
1237ec681f3Smrg
1247ec681f3SmrgMauro Rossi (3):
1257ec681f3Smrg
1267ec681f3Smrg-  android: broadcom/genxml: fix collision with intel/genxml header-gen
1277ec681f3Smrg   macro
1287ec681f3Smrg-  android: broadcom/cle: add gallium include path
1297ec681f3Smrg-  android: broadcom/cle: export the broadcom top level path headers
1307ec681f3Smrg
1317ec681f3SmrgMichal Srb (1):
1327ec681f3Smrg
1337ec681f3Smrg-  st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the
1347ec681f3Smrg   driver does not implement it
1357ec681f3Smrg
1367ec681f3SmrgMichel Dänzer (1):
1377ec681f3Smrg
1387ec681f3Smrg-  loader/dri3: Only wait for back buffer fences in dri3_get_buffer
1397ec681f3Smrg
1407ec681f3SmrgPierre Moreau (1):
1417ec681f3Smrg
1427ec681f3Smrg-  nvir: Always split 64-bit IMAD/IMUL operations
1437ec681f3Smrg
1447ec681f3SmrgSergii Romantsov (1):
1457ec681f3Smrg
1467ec681f3Smrg-  intel: compiler option msse2 and mstackrealign
1477ec681f3Smrg
1487ec681f3SmrgTimothy Arceri (1):
1497ec681f3Smrg
1507ec681f3Smrg-  glsl: fixer lexer for unreachable defines
151