1Mesa 18.0.2 Release Notes / April 28, 2018 2========================================== 3 4Mesa 18.0.2 is a bug fix release which fixes bugs found since the 18.0.1 5release. 6 7Mesa 18.0.2 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 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 SHA256: ffd8dfe3337b474a3baa085f0e7ef1a32c7cdc3bed1ad810b2633919a9324840 mesa-18.0.2.tar.gz 20 SHA256: 98fa159768482dc568b9f8bf0f36c7acb823fa47428ffd650b40784f16b9e7b3 mesa-18.0.2.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 95009 <https://bugs.freedesktop.org/show_bug.cgi?id=95009>`__ - 31 [SNB] 32 amd_shader_trinary_minmax.execution.built-in-functions.gs-mid3-ivec2-ivec2-ivec2 33 intermittent 34- `Bug 95012 <https://bugs.freedesktop.org/show_bug.cgi?id=95012>`__ - 35 [SNB] glsl-1_50.execution.built-in-functions.gs-op tests intermittent 36- `Bug 98281 <https://bugs.freedesktop.org/show_bug.cgi?id=98281>`__ - 37 'message's in ctx->Debug.LogMessages[] seem to leak. 38- `Bug 105320 <https://bugs.freedesktop.org/show_bug.cgi?id=105320>`__ 39 - Storage texel buffer access produces wrong results (RX Vega) 40- `Bug 105775 <https://bugs.freedesktop.org/show_bug.cgi?id=105775>`__ 41 - SI reaches the maximum IB size in dwords and fail to submit 42- `Bug 105994 <https://bugs.freedesktop.org/show_bug.cgi?id=105994>`__ 43 - surface state leak when creating and destroying image views with 44 aspectMask depth and stencil 45- `Bug 106074 <https://bugs.freedesktop.org/show_bug.cgi?id=106074>`__ 46 - radv: si_scissor_from_viewport returns incorrect result when using 47 half-pixel viewport offset 48- `Bug 106126 <https://bugs.freedesktop.org/show_bug.cgi?id=106126>`__ 49 - eglMakeCurrent does not always ensure 50 dri_drawable->update_drawable_info has been called for a new 51 EGLSurface if another has been created and destroyed first 52 53Changes 54------- 55 56Bas Nieuwenhuizen (2): 57 58- ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics 59 too. 60- radv: Mark GTT memory as device local for APUs. 61 62Dylan Baker (2): 63 64- bin/install_megadrivers: fix DESTDIR and -D*-path 65- meson: don't build classic mesa tests without dri_drivers 66 67Ian Romanick (1): 68 69- intel/compiler: Add scheduler deps for instructions that implicitly 70 read g0 71 72Jason Ekstrand (1): 73 74- i965/fs: Return mlen \* 8 for size_read() for INTERPOLATE_AT\_\* 75 76Johan Klokkhammer Helsing (1): 77 78- st/dri: Fix dangling pointer to a destroyed dri_drawable 79 80Juan A. Suarez Romero (4): 81 82- docs: add sha256 checksums for 18.0.1 83- travis: radv needs LLVM 4.0 84- cherry-ignore: add explicit 18.1 only nominations 85- Update version to 18.0.2 86 87Kenneth Graunke (1): 88 89- i965: Fix shadow batches to be the same size as the real BO. 90 91Lionel Landwerlin (1): 92 93- anv: fix number of planes for depth & stencil 94 95Lucas Stach (1): 96 97- etnaviv: fix texture_format_needs_swiz 98 99Marek Olšák (3): 100 101- radeonsi/gfx9: fix a hang with an empty first IB 102- glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract 103- Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable" 104 105Samuel Pitoiset (2): 106 107- radv: fix scissor computation when using half-pixel viewport offset 108- radv/winsys: allow to submit up to 4 IBs for chips without chaining 109 110Thomas Hellstrom (1): 111 112- svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace 113 114Timothy Arceri (1): 115 116- mesa: free debug messages when destroying the debug state 117