From 35374650590caf49e02381bab76cd2c480fceabc Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Fri, 5 Oct 2018 12:13:33 +0200 Subject: [PATCH] docs: add release notes for 18.2.2 Signed-off-by: Juan A. Suarez Romero (cherry picked from commit abaeb79eb2c16d7abad06719f24d1e59ad775aa6) --- docs/relnotes/18.2.2.html | 154 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 docs/relnotes/18.2.2.html diff --git a/docs/relnotes/18.2.2.html b/docs/relnotes/18.2.2.html new file mode 100644 index 00000000000..adace32f778 --- /dev/null +++ b/docs/relnotes/18.2.2.html @@ -0,0 +1,154 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 18.2.2 Release Notes / October 5, 2018

+ +

+Mesa 18.2.2 is a bug fix release which fixes bugs found since the 18.2.1 release. +

+

+Mesa 18.2.2 implements the OpenGL 4.5 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 4.5. OpenGL +4.5 is only available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. +

+ + +

SHA256 checksums

+
+TBD
+
+ + +

New features

+

None

+ + +

Bug fixes

+ +
    + +
  • Bug 104602 - [apitrace] Graphical artifacts in Civilization VI on RX Vega
  • + +
  • Bug 104926 - swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not supported
  • + +
  • Bug 107276 - radv: OpBitfieldUExtract returns incorrect result when count is zero
  • + +
  • Bug 107786 - [DXVK] MSAA reflections are broken in GTA V
  • + +
  • Bug 108024 - [Debian Stretch]Fail to build because "xcb_randr_lease_t"
  • + +
+ + +

Changes

+ +

Alex Deucher (1):

+
    +
  • pci_ids: add new polaris pci id
  • +
+ +

Andres Rodriguez (1):

+
    +
  • radv: only emit ZPASS_DONE for timestamp queries on gfx queues
  • +
+ +

Axel Davy (3):

+
    +
  • st/nine: Clamp RCP when 0*inf!=0
  • +
  • st/nine: Avoid redundant SetCursorPos calls
  • +
  • st/nine: Increase maximum number of temp registers
  • +
+ +

Dylan Baker (1):

+
    +
  • meson: Don't compile pipe loader with dri support when not using dri
  • +
+ +

Eric Anholt (1):

+
    +
  • vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation.
  • +
+ +

Eric Engestrom (1):

+
    +
  • vulkan/wsi/display: check if wsi_swapchain_init() succeeded
  • +
+ +

Jason Ekstrand (1):

+
    +
  • anv,radv: Implement vkAcquireNextImage2
  • +
+ +

Juan A. Suarez Romero (2):

+
    +
  • docs: add sha256 checksums for 18.2.1
  • +
  • Update version to 18.2.2
  • +
+ +

Leo Liu (1):

+
    +
  • radeon/uvd: use bitstream coded number for symbols of Huffman tables
  • +
+ +

Marek Olšák (2):

+
    +
  • glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer
  • +
  • radeonsi: NaN should pass kill_if
  • +
+ +

Maxime (1):

+
    +
  • vulkan: Disable randr lease for libxcb < 1.13
  • +
+ +

Michal Srb (1):

+
    +
  • st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does not implement it
  • +
+ +

Rhys Perry (2):

+
    +
  • nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFO
  • +
  • nvc0: fix bindless multisampled images on Maxwell+
  • +
+ +

Samuel Iglesias Gonsálvez (1):

+
    +
  • anv: Add support for protected memory properties on anv_GetPhysicalDeviceProperties2()
  • +
+ +

Samuel Pitoiset (1):

+
    +
  • radv: use the resolve compute path if dest uses multiple layers
  • +
+ +

Stuart Young (1):

+
    +
  • docs: Update FAQ with respect to s3tc support
  • +
+ +

Timothy Arceri (1):

+
    +
  • radeonsi: add a workaround for bitfield_extract when count is 0
  • +
+ + +
+ + -- 2.30.2