1Mesa 19.1.5 Release Notes / August 23, 2019 2=========================================== 3 4Mesa 19.1.5 is a bug fix release which fixes bugs found since the 19.1.4 5release. 6 7Mesa 19.1.5 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 7b54e14e35c7251b171b4cf9d84cbc1d760eafe00132117db193454999cd6eb4 mesa-19.1.5.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 109630 <https://bugs.freedesktop.org/show_bug.cgi?id=109630>`__ 31 - vkQuake flickering geometry under Intel 32- `Bug 110395 <https://bugs.freedesktop.org/show_bug.cgi?id=110395>`__ 33 - Shadows are flickering in SuperTuxKart 34- `Bug 111113 <https://bugs.freedesktop.org/show_bug.cgi?id=111113>`__ 35 - ANGLE BlitFramebufferTest.MultisampleDepthClear/ES3_OpenGL fails on 36 Intel Ubuntu19.04 37- `Bug 111267 <https://bugs.freedesktop.org/show_bug.cgi?id=111267>`__ 38 - [CM246] Flickering with multiple draw calls within the same 39 graphics pipeline if a compute pipeline is present 40 41Changes 42------- 43 44Bas Nieuwenhuizen (4): 45 46- radv: Do non-uniform lowering before bool lowering. 47- ac/nir: Use correct cast for readfirstlane and ptrs. 48- radv: Avoid binning RAVEN hangs. 49- radv: Avoid VEGA/RAVEN scissor bug in binning. 50 51Danylo Piliaiev (1): 52 53- i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D 54 55Eric Engestrom (1): 56 57- util: fix mem leak of program path 58 59Erik Faye-Lund (2): 60 61- gallium/dump: add missing query-type to short-list 62- gallium/dump: add missing query-type to short-list 63 64Greg V (2): 65 66- anv: remove unused Linux-specific include 67- intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEV 68 69Jason Ekstrand (1): 70 71- anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D 72 73Juan A. Suarez Romero (3): 74 75- docs: add sha256 checksums for 19.1.4 76- cherry-ignore: panfrost: Make ctx->job useful 77- Update version to 19.1.5 78 79Marek Olšák (2): 80 81- radeonsi: disable SDMA image copies on dGPUs to fix corruption in 82 games 83- radeonsi: fix an assertion failure: assert(!res->b.is_shared) 84 85Matt Turner (1): 86 87- meson: Test for program_invocation_name 88 89Sergii Romantsov (1): 90 91- i965/clear: clear_value better precision 92