From fe935edb01b5537dc424380ef15bdc9aa334ef45 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Sun, 15 Apr 2018 14:27:49 +0200 Subject: [PATCH] Update README to tell that it works with most of mesa driver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c2af6c..5ac4629 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This tool tries to solve the "OpenGL" problem on nix. Works with Nvidia cards (with bumblebee) and Intel cards. It works for Vulkan programs too. +This tool tries to solve the "OpenGL" problem on nix. Works with Nvidia cards (with bumblebee) and most of the card supported by mesa (such as Intel, AMD and nouveau using the free driver). It works for Vulkan programs too. # Quick start @@ -62,7 +62,7 @@ OpenGL core profile version string: 4.5.0 NVIDIA 390.25 ## Build -For Intel GL: +For mesa (intel, amd, nouveau) GL, the package is historically called `nixGLIntel`: ``` nix-build -A nixGLIntel