17ec681f3SmrgMesa 18.2.2 Release Notes / October 5, 2018 27ec681f3Smrg=========================================== 37ec681f3Smrg 47ec681f3SmrgMesa 18.2.2 is a bug fix release which fixes bugs found since the 18.2.1 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 18.2.2 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 SHA256: c51711168971957037cc7e3e19e8abe1ec6eeab9cf236d419a1e7728a41cac8a mesa-18.2.2.tar.gz 217ec681f3Smrg SHA256: c3ba82b12a89d3d9fed2bdd96b4702dbb7ab675034650a8b1b718320daf073c4 mesa-18.2.2.tar.xz 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3Smrg- `Bug 104602 <https://bugs.freedesktop.org/show_bug.cgi?id=104602>`__ 327ec681f3Smrg - [apitrace] Graphical artifacts in Civilization VI on RX Vega 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 107276 <https://bugs.freedesktop.org/show_bug.cgi?id=107276>`__ 377ec681f3Smrg - radv: OpBitfieldUExtract returns incorrect result when count is 387ec681f3Smrg zero 397ec681f3Smrg- `Bug 107786 <https://bugs.freedesktop.org/show_bug.cgi?id=107786>`__ 407ec681f3Smrg - [DXVK] MSAA reflections are broken in GTA V 417ec681f3Smrg- `Bug 108024 <https://bugs.freedesktop.org/show_bug.cgi?id=108024>`__ 427ec681f3Smrg - [Debian Stretch]Fail to build because "xcb_randr_lease_t" 437ec681f3Smrg 447ec681f3SmrgChanges 457ec681f3Smrg------- 467ec681f3Smrg 477ec681f3SmrgAlex Deucher (1): 487ec681f3Smrg 497ec681f3Smrg- pci_ids: add new polaris pci id 507ec681f3Smrg 517ec681f3SmrgAndres Rodriguez (1): 527ec681f3Smrg 537ec681f3Smrg- radv: only emit ZPASS_DONE for timestamp queries on gfx queues 547ec681f3Smrg 557ec681f3SmrgAxel Davy (3): 567ec681f3Smrg 577ec681f3Smrg- st/nine: Clamp RCP when 0*inf!=0 587ec681f3Smrg- st/nine: Avoid redundant SetCursorPos calls 597ec681f3Smrg- st/nine: Increase maximum number of temp registers 607ec681f3Smrg 617ec681f3SmrgDylan Baker (1): 627ec681f3Smrg 637ec681f3Smrg- meson: Don't compile pipe loader with dri support when not using dri 647ec681f3Smrg 657ec681f3SmrgEric Anholt (1): 667ec681f3Smrg 677ec681f3Smrg- vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering 687ec681f3Smrg rotation. 697ec681f3Smrg 707ec681f3SmrgEric Engestrom (1): 717ec681f3Smrg 727ec681f3Smrg- vulkan/wsi/display: check if wsi_swapchain_init() succeeded 737ec681f3Smrg 747ec681f3SmrgJason Ekstrand (1): 757ec681f3Smrg 767ec681f3Smrg- anv,radv: Implement vkAcquireNextImage2 777ec681f3Smrg 787ec681f3SmrgJuan A. Suarez Romero (2): 797ec681f3Smrg 807ec681f3Smrg- docs: add sha256 checksums for 18.2.1 817ec681f3Smrg- Update version to 18.2.2 827ec681f3Smrg 837ec681f3SmrgLeo Liu (1): 847ec681f3Smrg 857ec681f3Smrg- radeon/uvd: use bitstream coded number for symbols of Huffman tables 867ec681f3Smrg 877ec681f3SmrgMarek Olšák (2): 887ec681f3Smrg 897ec681f3Smrg- glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer 907ec681f3Smrg- radeonsi: NaN should pass kill_if 917ec681f3Smrg 927ec681f3SmrgMaxime (1): 937ec681f3Smrg 947ec681f3Smrg- vulkan: Disable randr lease for libxcb < 1.13 957ec681f3Smrg 967ec681f3SmrgMichal Srb (1): 977ec681f3Smrg 987ec681f3Smrg- st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the 997ec681f3Smrg driver does not implement it 1007ec681f3Smrg 1017ec681f3SmrgRhys Perry (2): 1027ec681f3Smrg 1037ec681f3Smrg- nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFO 1047ec681f3Smrg- nvc0: fix bindless multisampled images on Maxwell+ 1057ec681f3Smrg 1067ec681f3SmrgSamuel Iglesias Gonsálvez (1): 1077ec681f3Smrg 1087ec681f3Smrg- anv: Add support for protected memory properties on 1097ec681f3Smrg anv_GetPhysicalDeviceProperties2() 1107ec681f3Smrg 1117ec681f3SmrgSamuel Pitoiset (1): 1127ec681f3Smrg 1137ec681f3Smrg- radv: use the resolve compute path if dest uses multiple layers 1147ec681f3Smrg 1157ec681f3SmrgStuart Young (1): 1167ec681f3Smrg 1177ec681f3Smrg- docs: Update FAQ with respect to s3tc support 1187ec681f3Smrg 1197ec681f3SmrgTimothy Arceri (1): 1207ec681f3Smrg 1217ec681f3Smrg- radeonsi: add a workaround for bitfield_extract when count is 0 122