mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 09:56:22 +00:00
README: Document how to avoid Waffle with piglit
Suggested by Paulo. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
2a71bff317
commit
fd6c66c4a2
10
README
10
README
@ -40,6 +40,16 @@ tests/
|
|||||||
piglit-sources $ cd bin
|
piglit-sources $ cd bin
|
||||||
piglit-sources/bin $ ln $i-g-t-sources igt -s
|
piglit-sources/bin $ ln $i-g-t-sources igt -s
|
||||||
|
|
||||||
|
To avoid some hassles with piglit's use of Waffle just disable it. Run
|
||||||
|
|
||||||
|
piglit-soruces $ cmake -D PIGLIT_USE_WAFFLE=OFF .
|
||||||
|
|
||||||
|
With
|
||||||
|
|
||||||
|
piglit-soruces $ ccmake .
|
||||||
|
|
||||||
|
you can check your configuration with a curses interface, too.
|
||||||
|
|
||||||
The tests in the i-g-t sources need to have been built already. Then we
|
The tests in the i-g-t sources need to have been built already. Then we
|
||||||
can run the testcases with (as usual as root, no other drm clients
|
can run the testcases with (as usual as root, no other drm clients
|
||||||
running):
|
running):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user