From 6c06d4e17bfc10876f20bd85fbba9dddf838747b Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Mon, 7 May 2018 10:19:36 +0000 Subject: [PATCH] docs: add sha256 checksums for 18.0.3 Signed-off-by: Juan A. Suarez Romero (cherry picked from commit 6dc2658fd66c18239ad33cb1ffbdfc22b0d9e51e) --- docs/relnotes/18.0.3.html | 106 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 docs/relnotes/18.0.3.html diff --git a/docs/relnotes/18.0.3.html b/docs/relnotes/18.0.3.html new file mode 100644 index 00000000000..23c903e9ddc --- /dev/null +++ b/docs/relnotes/18.0.3.html @@ -0,0 +1,106 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 18.0.3 Release Notes / May 7, 2018

+ +

+Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2 release. +

+

+Mesa 18.0.3 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 +because compatibility contexts are not supported. +

+ + +

SHA256 checksums

+
+TBD
+
+ + +

New features

+

None

+ + +

Bug fixes

+ +
    + +
  • Bug 105374 - texture3d, a SaschaWillems demo, assert fails
  • + +
  • Bug 106147 - SIGBUS in write_reloc() when Sacha Willems' "texture3d" Vulkan demo starts
  • + +
+ + +

Changes

+ +

Andres Rodriguez (1):

+
    +
  • radv/winsys: fix leaking resources from bo's imported by fd
  • +
+ +

Boyuan Zhang (1):

+
    +
  • radeon/vcn: fix mpeg4 msg buffer settings
  • +
+ +

Eric Anholt (1):

+
    +
  • gallium/util: Fix incorrect refcounting of separate stencil.
  • +
+ +

Jason Ekstrand (1):

+
    +
  • anv/allocator: Don't shrink either end of the block pool
  • +
+ +

Juan A. Suarez Romero (3):

+
    +
  • docs: add sha256 checksums for 18.0.2
  • +
  • cherry-ignore: add explicit 18.1 only nominations
  • +
  • Update version to 18.0.3
  • +
+ +

Leo Liu (1):

+
    +
  • st/omx/enc: fix blit setup for YUV LoadImage
  • +
+ +

Marek Olšák (2):

+
    +
  • util/u_queue: fix a deadlock in util_queue_finish
  • +
  • radeonsi/gfx9: workaround for INTERP with indirect indexing
  • +
+ +

Nanley Chery (1):

+
    +
  • i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
  • +
+ +

Samuel Pitoiset (1):

+
    +
  • radv: compute the number of subpass attachments correctly
  • +
+ + +
+ + -- 2.30.2