17ec681f3SmrgMesa 18.3.5 Release Notes / March 18, 2019
27ec681f3Smrg==========================================
37ec681f3Smrg
47ec681f3SmrgMesa 18.3.5 is a bug fix release which fixes bugs found since the 18.3.4
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 18.3.5 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   5f40a336cb2af9b1d66fa243bb03c2c8a3f9b3f067aab6aaaad4316d1bc0e58b  mesa-18.3.5.tar.gz
217ec681f3Smrg   4027aea82cc63240b3fcf60eec9eea882955f098c989b29357b01d1695747953  mesa-18.3.5.tar.xz
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgNone
277ec681f3Smrg
287ec681f3SmrgBug fixes
297ec681f3Smrg---------
307ec681f3Smrg
317ec681f3Smrg-  `Bug 104297 <https://bugs.freedesktop.org/show_bug.cgi?id=104297>`__
327ec681f3Smrg   - [i965] Downward causes GPU hangs and misrendering on Haswell
337ec681f3Smrg-  `Bug 104602 <https://bugs.freedesktop.org/show_bug.cgi?id=104602>`__
347ec681f3Smrg   - [apitrace] Graphical artifacts in Civilization VI on RX Vega
357ec681f3Smrg-  `Bug 107052 <https://bugs.freedesktop.org/show_bug.cgi?id=107052>`__
367ec681f3Smrg   - [Regression][bisected]. Crookz - The Big Heist Demo can't be
377ec681f3Smrg   launched despite the "true" flag in "drirc"
387ec681f3Smrg-  `Bug 107563 <https://bugs.freedesktop.org/show_bug.cgi?id=107563>`__
397ec681f3Smrg   - [RADV] Broken rendering in Unity demos
407ec681f3Smrg-  `Bug 108457 <https://bugs.freedesktop.org/show_bug.cgi?id=108457>`__
417ec681f3Smrg   - [OpenGL CTS]
427ec681f3Smrg   KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage
437ec681f3Smrg   fails
447ec681f3Smrg-  `Bug 108999 <https://bugs.freedesktop.org/show_bug.cgi?id=108999>`__
457ec681f3Smrg   - Calculating the scissors fields when the y is flipped (0 on top)
467ec681f3Smrg   can generate negative numbers that will cause assertion failure later
477ec681f3Smrg   on.
487ec681f3Smrg-  `Bug 109328 <https://bugs.freedesktop.org/show_bug.cgi?id=109328>`__
497ec681f3Smrg   - [BSW BXT GLK] dEQP-VK.subgroups.arithmetic.subgroup regressions
507ec681f3Smrg-  `Bug 109443 <https://bugs.freedesktop.org/show_bug.cgi?id=109443>`__
517ec681f3Smrg   - Build failure with MSVC when using Scons >= 3.0.2
527ec681f3Smrg-  `Bug 109451 <https://bugs.freedesktop.org/show_bug.cgi?id=109451>`__
537ec681f3Smrg   - [IVB,SNB] LINE_STRIPs following a TRIANGLE_FAN fail to use
547ec681f3Smrg   primitive restart
557ec681f3Smrg-  `Bug 109594 <https://bugs.freedesktop.org/show_bug.cgi?id=109594>`__
567ec681f3Smrg   - totem assert failure: totem: src/intel/genxml/gen9_pack.h:72:
577ec681f3Smrg   \__gen_uint: La declaración \`v <= max' no se cumple.
587ec681f3Smrg-  `Bug 109597 <https://bugs.freedesktop.org/show_bug.cgi?id=109597>`__
597ec681f3Smrg   - wreckfest issues with transparent objects & skybox
607ec681f3Smrg-  `Bug 109601 <https://bugs.freedesktop.org/show_bug.cgi?id=109601>`__
617ec681f3Smrg   - [Regression] RuneLite GPU rendering broken on 18.3.x
627ec681f3Smrg-  `Bug 109698 <https://bugs.freedesktop.org/show_bug.cgi?id=109698>`__
637ec681f3Smrg   - dri.pc contents invalid when built with meson
647ec681f3Smrg-  `Bug 109735 <https://bugs.freedesktop.org/show_bug.cgi?id=109735>`__
657ec681f3Smrg   - [Regression] broken font with mesa_vulkan_overlay
667ec681f3Smrg
677ec681f3SmrgChanges
687ec681f3Smrg-------
697ec681f3Smrg
707ec681f3SmrgAlok Hota (1):
717ec681f3Smrg
727ec681f3Smrg-  swr/rast: bypass size limit for non-sampled textures
737ec681f3Smrg
747ec681f3SmrgAndrii Simiklit (1):
757ec681f3Smrg
767ec681f3Smrg-  i965: re-emit index buffer state on a reset option change.
777ec681f3Smrg
787ec681f3SmrgAxel Davy (2):
797ec681f3Smrg
807ec681f3Smrg-  st/nine: Ignore window size if error
817ec681f3Smrg-  st/nine: Ignore multisample quality level if no ms
827ec681f3Smrg
837ec681f3SmrgBas Nieuwenhuizen (4):
847ec681f3Smrg
857ec681f3Smrg-  radv: Sync ETC2 whitelisted devices.
867ec681f3Smrg-  radv: Fix float16 interpolation set up.
877ec681f3Smrg-  radv: Allow interpolation on non-float types.
887ec681f3Smrg-  radv: Interpolate less aggressively.
897ec681f3Smrg
907ec681f3SmrgCarlos Garnacho (1):
917ec681f3Smrg
927ec681f3Smrg-  wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
937ec681f3Smrg
947ec681f3SmrgDanylo Piliaiev (1):
957ec681f3Smrg
967ec681f3Smrg-  glsl/linker: Fix unmatched TCS outputs being reduced to local
977ec681f3Smrg   variable
987ec681f3Smrg
997ec681f3SmrgDavid Shao (1):
1007ec681f3Smrg
1017ec681f3Smrg-  meson: ensure that xmlpool_options.h is generated for gallium targets
1027ec681f3Smrg   that need it
1037ec681f3Smrg
1047ec681f3SmrgEleni Maria Stea (1):
1057ec681f3Smrg
1067ec681f3Smrg-  i965: fixed clamping in set_scissor_bits when the y is flipped
1077ec681f3Smrg
1087ec681f3SmrgEmil Velikov (7):
1097ec681f3Smrg
1107ec681f3Smrg-  docs: add sha256 checksums for 18.3.4
1117ec681f3Smrg-  meson: egl: correctly manage loader/xmlconfig
1127ec681f3Smrg-  cherry-ignore: add 19.0 only anv/push buffer nominations
1137ec681f3Smrg-  cherry-ignore: add gitlab-ci fixup commit
1147ec681f3Smrg-  cherry-ignore: ignore glsl_types memory cleanup patch
1157ec681f3Smrg-  cherry-ignore: add explicit 19.0 performance optimisations
1167ec681f3Smrg-  Update version to 18.3.5
1177ec681f3Smrg
1187ec681f3SmrgEric Engestrom (1):
1197ec681f3Smrg
1207ec681f3Smrg-  egl: fix libdrm-less builds
1217ec681f3Smrg
1227ec681f3SmrgFrancisco Jerez (1):
1237ec681f3Smrg
1247ec681f3Smrg-  intel/fs: Implement extended strides greater than 4 for IR source
1257ec681f3Smrg   regions.
1267ec681f3Smrg
1277ec681f3SmrgIan Romanick (2):
1287ec681f3Smrg
1297ec681f3Smrg-  intel/fs: nir_op_extract_i8 extracts a byte, not a word
1307ec681f3Smrg-  intel/fs: Fix extract_u8 of an odd byte from a 64-bit integer
1317ec681f3Smrg
1327ec681f3SmrgIlia Mirkin (1):
1337ec681f3Smrg
1347ec681f3Smrg-  glsl: fix recording of variables for XFB in TCS shaders
1357ec681f3Smrg
1367ec681f3SmrgJason Ekstrand (10):
1377ec681f3Smrg
1387ec681f3Smrg-  intel/fs: Bail in optimize_extract_to_float if we have modifiers
1397ec681f3Smrg-  compiler/types: Add a contains_64bit helper
1407ec681f3Smrg-  nir/xfb: Properly align 64-bit values
1417ec681f3Smrg-  nir/xfb: Work in terms of components rather than slots
1427ec681f3Smrg-  nir/xfb: Handle compact arrays in gather_xfb_info
1437ec681f3Smrg-  anv: Count surfaces for non-YCbCr images in
1447ec681f3Smrg   GetDescriptorSetLayoutSupport
1457ec681f3Smrg-  spirv: OpImageQueryLod requires a sampler
1467ec681f3Smrg-  spirv: Pull offset/stride from the pointer for OpArrayLength
1477ec681f3Smrg-  glsl/list: Add a list variant of insert_after
1487ec681f3Smrg-  glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
1497ec681f3Smrg
1507ec681f3SmrgJose Maria Casanova Crespo (1):
1517ec681f3Smrg
1527ec681f3Smrg-  glsl: TCS outputs can not be transform feedback candidates on GLES
1537ec681f3Smrg
1547ec681f3SmrgJosé Fonseca (1):
1557ec681f3Smrg
1567ec681f3Smrg-  scons: Workaround failures with MSVC when using SCons 3.0.[2-4].
1577ec681f3Smrg
1587ec681f3SmrgJuan A. Suarez Romero (3):
1597ec681f3Smrg
1607ec681f3Smrg-  genxml: add missing field values for 3DSTATE_SF
1617ec681f3Smrg-  anv: advertise 8 subpixel precision bits
1627ec681f3Smrg-  anv: destroy descriptor sets when pool gets reset
1637ec681f3Smrg
1647ec681f3SmrgKenneth Graunke (1):
1657ec681f3Smrg
1667ec681f3Smrg-  intel/fs: Fix opt_peephole_csel to not throw away saturates.
1677ec681f3Smrg
1687ec681f3SmrgKevin Strasser (1):
1697ec681f3Smrg
1707ec681f3Smrg-  egl/dri: Avoid out of bounds array access
1717ec681f3Smrg
1727ec681f3SmrgLionel Landwerlin (1):
1737ec681f3Smrg
1747ec681f3Smrg-  intel: fix urb size for CFL GT1
1757ec681f3Smrg
1767ec681f3SmrgMarek Olšák (5):
1777ec681f3Smrg
1787ec681f3Smrg-  radeonsi: add driconf option radeonsi_enable_nir
1797ec681f3Smrg-  radeonsi: always enable NIR for Civilization 6 to fix corruption
1807ec681f3Smrg-  driconf: add Civ6Sub executable for Civilization 6
1817ec681f3Smrg-  tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw
1827ec681f3Smrg   atomics
1837ec681f3Smrg-  radeonsi: compile clear and copy buffer compute shaders on demand
1847ec681f3Smrg
1857ec681f3SmrgMauro Rossi (2):
1867ec681f3Smrg
1877ec681f3Smrg-  android: anv: fix generated files depedencies (v2)
1887ec681f3Smrg-  android: anv: fix libexpat shared dependency
1897ec681f3Smrg
1907ec681f3SmrgRay Zhang (1):
1917ec681f3Smrg
1927ec681f3Smrg-  glx: fix shared memory leak in X11
1937ec681f3Smrg
1947ec681f3SmrgRhys Perry (2):
1957ec681f3Smrg
1967ec681f3Smrg-  radv: bitcast 16-bit outputs to integers
1977ec681f3Smrg-  radv: ensure export arguments are always float
1987ec681f3Smrg
1997ec681f3SmrgSamuel Pitoiset (8):
2007ec681f3Smrg
2017ec681f3Smrg-  radv: write the alpha channel of MRT0 when alpha coverage is enabled
2027ec681f3Smrg-  radv: fix writing the alpha channel of MRT0 when alpha coverage is
2037ec681f3Smrg   enabled
2047ec681f3Smrg-  radv: fix clearing attachments in secondary command buffers
2057ec681f3Smrg-  radv: fix out-of-bounds access when copying descriptors BO list
2067ec681f3Smrg-  radv: don't copy buffer descriptors list for samplers
2077ec681f3Smrg-  radv: properly align the fence and EOP bug VA on GFX9
2087ec681f3Smrg-  radv: fix pointSizeRange limits
2097ec681f3Smrg-  radv: always initialize HTILE when the src layout is UNDEFINED
2107ec681f3Smrg
2117ec681f3SmrgSergii Romantsov (2):
2127ec681f3Smrg
2137ec681f3Smrg-  dri: meson: do not prefix user provided dri-drivers-path
2147ec681f3Smrg-  d3d: meson: do not prefix user provided d3d-drivers-path
2157ec681f3Smrg
2167ec681f3SmrgTapani Pälli (3):
2177ec681f3Smrg
2187ec681f3Smrg-  nir: initialize value in copy_prop_vars_block
2197ec681f3Smrg-  anv: retain the is_array state in create_plane_tex_instr_implicit
2207ec681f3Smrg-  anv: destroy descriptor sets when pool gets destroyed
2217ec681f3Smrg
2227ec681f3SmrgTimothy Arceri (1):
2237ec681f3Smrg
2247ec681f3Smrg-  glsl: fix shader cache for packed param list
2257ec681f3Smrg
2267ec681f3SmrgYevhenii Kolesnikov (1):
2277ec681f3Smrg
2287ec681f3Smrg-  i965: Fix allow_higher_compat_version workaround limited by OpenGL
2297ec681f3Smrg   3.0
2307ec681f3Smrg
2317ec681f3Smrgpal1000 (1):
2327ec681f3Smrg
2337ec681f3Smrg-  scons: Compatibility with Scons development version string
234