From: Daniel Vetter Date: Fri, 20 Dec 2013 14:49:59 +0000 (+0100) Subject: README: Document how to avoid Waffle with piglit X-Git-Tag: intel-gpu-tools-1.6~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd6c66c4a2ad2b13cd56dc93c4cbf3a56bc0b3a8;p=profile%2Fextras%2Fintel-gpu-tools.git README: Document how to avoid Waffle with piglit Suggested by Paulo. Signed-off-by: Daniel Vetter --- diff --git a/README b/README index 246e24c..f108b20 100644 --- a/README +++ b/README @@ -40,6 +40,16 @@ tests/ piglit-sources $ cd bin 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 can run the testcases with (as usual as root, no other drm clients running):