1Mesa 18.1.8 Release Notes / September 24 2018 2============================================= 3 4Mesa 18.1.9 is a bug fix release which fixes bugs found since the 18.1.8 5release. 6 7Mesa 18.1.9 implements the OpenGL 4.5 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 114.5. OpenGL 4.5 is **only** available if requested at context creation. 12Compatibility contexts may report a lower version depending on each 13driver. 14 15SHA256 checksums 16---------------- 17 18:: 19 20 0f825dc834b1b3e3d9a6c3ce58b42977f0d9a248a7627a36dd3b313ffe41a499 mesa-18.1.9.tar.gz 21 55f5778d58a710a63d6635f000535768faf7db9e8144dc0f4fd1989f936c1a83 mesa-18.1.9.tar.xz 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31- `Bug 103241 <https://bugs.freedesktop.org/show_bug.cgi?id=103241>`__ 32 - Anv crashes when using 64-bit vertex inputs 33- `Bug 104926 <https://bugs.freedesktop.org/show_bug.cgi?id=104926>`__ 34 - swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not 35 supported 36- `Bug 107280 <https://bugs.freedesktop.org/show_bug.cgi?id=107280>`__ 37 - [DXVK] Batman: Arkham City with tessellation enabled hangs on SKL 38 GT4 39- `Bug 107772 <https://bugs.freedesktop.org/show_bug.cgi?id=107772>`__ 40 - Mesa preprocessor matches if(def)s & endifs incorrectly 41- `Bug 107779 <https://bugs.freedesktop.org/show_bug.cgi?id=107779>`__ 42 - Access violation with some games 43- `Bug 107810 <https://bugs.freedesktop.org/show_bug.cgi?id=107810>`__ 44 - The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf' 45 function under windows 46 47Changes 48------- 49 50Andrii Simiklit (4): 51 52- apple/glx/log: added missing va_end() after va_copy() 53- mesa/util: don't use the same 'va_list' instance twice 54- mesa/util: don't ignore NULL returned from 'malloc' 55- mesa/util: add missing va_end() after va_copy() 56 57Bas Nieuwenhuizen (4): 58 59- radv: Use build ID if available for cache UUID. 60- radv: Only allow 16 user SGPRs for compute on GFX9+. 61- radv: Set the user SGPR MSB for Vega. 62- radv: Fix driver UUID SHA1 init. 63 64Christopher Egert (1): 65 66- radeon: fix ColorMask 67 68Dave Airlie (1): 69 70- virgl: don't send a shader create with no data. (v2) 71 72Dylan Baker (10): 73 74- docs/relnotes: Add sha256 sums for mesa 18.1.8 75- cherry-ignore: Add additional 18.2 patch 76- meson: Print a message about why a libdrm version was selected 77- cherry-ignore: add another 18.2 patch 78- cherry-ignore: Add patches that don't apply cleanly and are for 79 developer tools 80- cherry-ignore: Add more 18.2 patches 81- cherry-ignore: add 18.2 patchs 82- cherry-ignore: add a patch that was reverted on master 83- cherry-ignore: one final update 84- Bump version to 18.1.9 85 86Erik Faye-Lund (2): 87 88- winsys/virgl: avoid unintended behavior 89- virgl: adjust strides when mapping temp-resources 90 91Gert Wollny (1): 92 93- winsys/virgl: correct resource and handle allocation (v2) 94 95Jason Ekstrand (6): 96 97- anv/pipeline: Only consider double elements which actually exist 98- i965: Workaround the gen9 hw astc5x5 sampler bug 99- anv: Re-emit vertex buffers when the pipeline changes 100- anv: Disable the vertex cache when tessellating on SKL GT4 101- anv: Clamp scissors to the framebuffer boundary 102- anv/query: Write both dwords in emit_zero_queries 103 104Josh Pieper (1): 105 106- st/mesa: Validate the result of pipe_transfer_map in make_texture 107 (v2) 108 109Kenneth Feng (1): 110 111- amd: Add Picasso device id 112 113Marek Olšák (4): 114 115- st/mesa: help fix stencil border color for GL_DEPTH_STENCIL textures 116- radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI 117- r600: fix HTILE for NPOT textures with mipmapping 118- radeonsi: fix printing a BO list into ddebug reports 119 120Mathias Fröhlich (1): 121 122- tnl: Fix green gun regression in xonotic. 123 124Mauro Rossi (3): 125 126- android: broadcom/genxml: fix collision with intel/genxml header-gen 127 macro 128- android: broadcom/cle: add gallium include path 129- android: broadcom/cle: export the broadcom top level path headers 130 131Michal Srb (1): 132 133- st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the 134 driver does not implement it 135 136Michel Dänzer (1): 137 138- loader/dri3: Only wait for back buffer fences in dri3_get_buffer 139 140Pierre Moreau (1): 141 142- nvir: Always split 64-bit IMAD/IMUL operations 143 144Sergii Romantsov (1): 145 146- intel: compiler option msse2 and mstackrealign 147 148Timothy Arceri (1): 149 150- glsl: fixer lexer for unreachable defines 151