Skip to content

Update Mesa 3D from 17.2.6 to 17.3.3 #584

Merged
merged 4 commits into from
Jan 30, 2018

Commits on Jan 19, 2018

  1. mesalib: Update version from 17.2.6 to 17.3.1

    Please find the new features below [1].
    
    > ### New features
    >
    > Note: some of the new features are only available with certain drivers.
    >
    > *   libtxc_dxtn is now integrated into Mesa.
    > GL_EXT_texture_compression_s3tc and GL_ANGLE_texture_compression_dxt
    > are now always enabled on drivers that support them
    > *   GL_ARB_indirect_parameters on i965/gen7+
    > *   GL_ARB_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi,
    > llvmpipe, swr
    > *   GL_ARB_transform_feedback_overflow_query on radeonsi
    > *   GL_ARB_texture_filter_anisotropic on i965, nv50, nvc0, r600,
    > radeonsi
    > *   GL_EXT_memory_object on radeonsi
    > *   GL_EXT_memory_object_fd on radeonsi
    > *   EGL_ANDROID_native_fence_sync on radeonsi with a future kernel
    > (possibly 4.15)
    > *   EGL_IMG_context_priority on i965
    
    The release notes for [17.3.0][1] and [17.3.1][2] are available online.
    
    [1]: https://www.mesa3d.org/relnotes/17.3.0.html
    [2]: https://www.mesa3d.org/relnotes/17.3.1.html
    pmenzel committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    0a91e1b View commit details
    Browse the repository at this point in the history
  2. mesalib: Disable building of Intel Vulkan driver

    Disable the Intel Vulkan drivers for now, as the source archive is
    incorrectly created, requiring Python Mako Templates [1].
    
    [1] https://bugs.freedesktop.org/show_bug.cgi?id=104551
        "Check if Mako templates for Python are installed"
    pmenzel committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    42cfcd2 View commit details
    Browse the repository at this point in the history
  3. mesalib: Patch source to disable Intel Vulkan drivers for good [1]

    Work around a supposedly Autoconf issue, leading the Mesa developers to
    still build certain Intel Vulkan parts despite it being disabled.
    
    [1] https://bugs.freedesktop.org/show_bug.cgi?id=104582
        "Leaving Intel Vulkan driver out still runs scripts `src/intel/vulkan/`"
    pmenzel committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    28920c3 View commit details
    Browse the repository at this point in the history
  4. mesalib: Update version from 17.3.1 to 17.3.3

    The release notes for the bug fix releases [17.3.2][1] and [17.3.3][2] are
    available online.
    
    [1]: https://www.mesa3d.org/relnotes/17.3.2.html
    [2]: https://www.mesa3d.org/relnotes/17.3.3.html
    pmenzel committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    f7cc2ac View commit details
    Browse the repository at this point in the history