Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ef619aa977ab
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 86c8ef01aab6
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 10, 2020

  1. Copy the full SHA
    ef5d0d6 View commit details
    Browse the repository at this point in the history
  2. chromium: Fix and enable our ANGLE support

    This will additionally install the following files:
    libEGL.so libGLESv2.so
    libVkICD_mock_icd.so libvk_swiftshader.so libvulkan.so
    
    libEGL.so and libGLESv2.so are required to fix our ANGLE support.
    The rest should help with the Vulkan support (currently an experimental
    feature that is disabled by default).
    
    (cherry picked from commit 757bbdd)
    TredwellGit authored and primeos committed Oct 10, 2020
    Copy the full SHA
    42f30f3 View commit details
    Browse the repository at this point in the history
  3. chromium: Disable VA-API by default

    This is done to avoid driver specific issues and restores the previous
    behaviour. Like before video acceleration can be enabled without having
    to rebuild Chromium.
    
    (cherry picked from commit 73b67da)
    primeos committed Oct 10, 2020
    Copy the full SHA
    86c8ef0 View commit details
    Browse the repository at this point in the history