Skip to content

Update Mesa 3D from 17.1.8 to 17.2.1 #490

Merged
merged 3 commits into from
Sep 29, 2017
Merged

Commits on Sep 19, 2017

  1. mesalib: Enable Vulkan drivers

    Description of Vulkan API [1]:
    
    > Vulkan is a low-overhead, cross-platform 3D graphics and compute API.
    > Vulkan targets high-performance realtime 3D graphics applications such
    > as video games and interactive media across all platforms. Compared
    > with OpenGL and Direct3D 11 and like Direct3D 12 and Mantle, Vulkan is
    > intended to offer higher performance and more balanced CPU/GPU usage.
    > Other major differences from Direct3D 11 (and prior) and OpenGL are
    > Vulkan being a considerably lower level API and offering parallel
    > tasking. Vulkan also has the ability to render 2D graphics
    > applications, however it is generally suited for 3D. In addition to
    > its lower CPU usage, Vulkan is also able to better distribute work
    > amongst multiple CPU cores.
    
    [1] https://en.wikipedia.org/wiki/Vulkan_(API)
    pmenzel committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    a5d942f View commit details
    Browse the repository at this point in the history
  2. mesalib: Update version from 17.1.8 to 17.2.1

    Release notes [1]:
    
    > Mesa 17.2.1 Release Notes / September 17, 2017
    >
    > […]
    >
    > ### Bug fixes ###
    >
    >
    > •   Bug 100613 - Regression in Mesa 17 on s390x (zSystems)
    > •   Bug 101709 - [llvmpipe] piglit gl-1.0-scissor-offscreen regression
    > •   Bug 102454 - glibc 2.26 doesn't provide anymore xlocale.h
    > •   Bug 102467 - src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning) Redundant assignment
    > •   Bug 102502 - [bisected] Kodi crashes since commit 707d2e8b - gallium: fold u_trim_pipe_prim call from st/mesa to drivers
    >
    > […]
    
    [1] https://www.mesa3d.org/relnotes/17.2.1.html
    pmenzel committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    ddf4012 View commit details
    Browse the repository at this point in the history
  3. mesalib: Replace deprecated switch name

    Address the warning below.
    
    ```
    configure: WARNING: --with-egl-platforms is deprecated. Use --with-platforms instead.
    ```
    pmenzel committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    08b94df View commit details
    Browse the repository at this point in the history