70851ba462
Update to upstream. Patches comes from a MR opened upstream. Remove opencl dependancy, I haven't try it yet and will be dealt with in a futur update. Remove wayland option, wayland is always needed now. piglit is a test suite and we want to test everything, it's also not intented for users to use but only developpers. Reviewed by: x11 (zeising@) Differential Revision: https://reviews.freebsd.org/D26396
16 lines
453 B
Text
16 lines
453 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Piglit opens and closes a lot of files during a run, putting pressure
|
|
on FreeBSD's VFS. To keep Piglit smooth, you will have to increase the
|
|
default maxvnodes:
|
|
sysctl kern.maxvnodes=$(($(sysctl -n kern.maxvnodes) * 2))
|
|
|
|
Instructions to use Piglit are available in:
|
|
%%DOCSDIR%%/README.md
|
|
|
|
The same documentation is also available online:
|
|
https://gitlab.freedesktop.org/mesa/piglit/-/blob/master/README.md
|
|
EOM
|
|
}
|
|
]
|