Update README to tell that it works with most of mesa driver

This commit is contained in:
Guillaume Bouchard 2018-04-15 14:27:49 +02:00
parent 6ffe3132e3
commit fe935edb01

View File

@ -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