Commit Graph

23 Commits

Author SHA1 Message Date
Suzanne Soy
8d894a5682 Typos 2020-10-05 00:44:04 +01:00
Yilin Wei
ab5c39d32e
Update README.md
vulkan-loader doesn't have vulkaninfo
2020-07-19 18:30:37 +01:00
zimbatm
4fb0203a54
README: document nixGLDefault 2020-04-28 16:02:50 +02:00
Guillaume Bouchard
7009c94a93 Move to nixGL.nix 2020-04-27 18:01:41 +02:00
Guillaume Bouchard
237b47397f Add a manual test suite 2020-04-26 23:55:24 +02:00
Guillaume Bouchard
d5c0d28968 Nvidia: automatic detection of the version
The automatic detection uses the /proc interface proposed by the Nvidia
kernel module.

Having autodetection inside nix, I also changed the way the driver is
fetched, so everything is done inside nix. So no more `nvidiaInstall`
wrapper script.

I updated the `README` accordingly.
2020-04-26 19:51:32 +02:00
Joe Hermaszewski
66d99ddb67 Correct vulkan/gl wrapper information in readme 2020-03-22 12:18:48 +01:00
Guillaume Bouchard
a02970d696 Add documentation for legacy driver now that we switch to GLVND 2018-07-10 03:35:54 +02:00
Guillaume Bouchard
df9d0ecc16 Add nixGLCommon 2018-06-30 13:10:59 +02:00
Guillaume Bouchard
ed31333b05 Add a note in the readme about nixpkgs versions 2018-06-26 23:49:42 +02:00
Guillaume Bouchard
d78549fef3 Create a wrapper for nvidia install
Hash of nvidia driver is not known because it depends on the driver version
(argument `nvidiaVersion`). However, since nix 2.0 and when using `useSandbox`,
`sha256 = null` is not allowed anymore.

The new wrapper script, `nvidiaInstall.py` uses `nix-prefetch-url` to compute
the hash and call `nix`.

This is a fix for #9
2018-05-19 21:37:45 +02:00
Guillaume Bouchard
fe935edb01 Update README to tell that it works with most of mesa driver 2018-04-15 14:27:49 +02:00
Joe Hermaszewski
8fda8f8642 Whitespace change in readme 2018-04-07 16:05:15 +08:00
Joe Hermaszewski
0ba511aeb3 Add mesa-vulkan-drivers step to readme 2018-04-07 16:04:24 +08:00
Joe Hermaszewski
dcf12c42d1 Add information about Vulkan wrappers to readme 2018-04-07 15:57:48 +08:00
Guillaume Bouchard
6eed6200ac More documentation 2018-02-19 16:55:11 +01:00
Guillaume Bouchard
280dc666f0 Add documentation 2018-02-19 16:49:53 +01:00
Guillaume Bouchard
52149c5780 Nvidia with version 2018-02-19 16:30:03 +01:00
Guillaume Bouchard
2c35c7949b Nvidia is now tested, so remove the associated comment 2018-02-19 11:41:26 +01:00
Guillaume Bouchard
1046517dcd More robust solution for intel / nvidia / nvidia (bumblebee) 2018-02-17 22:53:49 +01:00
guibou
73cd9002ad Detail some limitations 2017-09-16 19:35:16 +02:00
Guillaume Bouchard
3eaf867565 More robust dependency lookup 2017-09-16 14:28:57 +02:00
Guillaume Bouchard
c17063d377 First version 2017-09-16 13:52:15 +02:00