⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276196 in webkit


Ignore:
Timestamp:
Apr 17, 2021, 2:03:51 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r275755): [GStreamer] Crashes on surfaceless i915 platforms
https://bugs.webkit.org/show_bug.cgi?id=224416

Patch by Philippe Normand <pnormand@igalia.com> on 2021-04-17
Reviewed by Adrian Perez de Castro.

Vendor potential fix for https://gitlab.freedesktop.org/mesa/mesa/-/issues/778.

  • elements/sdk/mesa.bst:
  • patches/mesa/0001-i915-Prevent-invalid-framebuffer-usage.patch: Added.
Location:
trunk/Tools/buildstream
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/buildstream/ChangeLog

    r275820 r276196  
     12021-04-17  Philippe Normand  <pnormand@igalia.com>
     2
     3        REGRESSION(r275755): [GStreamer] Crashes on surfaceless i915 platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=224416
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        Vendor potential fix for https://gitlab.freedesktop.org/mesa/mesa/-/issues/778.
     9
     10        * elements/sdk/mesa.bst:
     11        * patches/mesa/0001-i915-Prevent-invalid-framebuffer-usage.patch: Added.
     12
    1132021-04-12  Philippe Normand  <pnormand@igalia.com>
    214
  • trunk/Tools/buildstream/elements/sdk/mesa.bst

    r271519 r276196  
    107107  url: gitlab_freedesktop_org:mesa/mesa.git
    108108  track: '20.3'
    109   ref: mesa-20.3.2-1-g6d2e76d2425901dec7bb21da62b5f0f2b81f1e8a
     109  ref: mesa-20.3.5-1-g42a4d76fccfee52ec5ca24db7a8df661a0e8e66b
     110  exclude:
     111  - '*.0'
    110112- kind: patch
    111113  path: patches/mesa/mesa_libdrm_deps.patch
     114- kind: patch
     115  path: patches/mesa/0001-i915-Prevent-invalid-framebuffer-usage.patch
Note: See TracChangeset for help on using the changeset viewer.