diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-05 17:13:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-05 17:13:54 +0100 |
commit | 990ca393fd58e809d74ee416a0d9a7a33afc7ea3 (patch) | |
tree | f0a8c41cae052935f90275962019dd5fa630a79f /test | |
parent | f4588b64e294ede0b21d7aebc0c1ffcbd6045d51 (diff) |
test/present-speed: Reneable normal testing
Oops, debug leftover.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/present-speed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/present-speed.c b/test/present-speed.c index 3b9d3cc4..c2d6b1c7 100644 --- a/test/present-speed.c +++ b/test/present-speed.c @@ -551,11 +551,9 @@ int main(void) XRRSetCrtcConfig(dpy, res, res->crtcs[i], CurrentTime, 0, 0, None, RR_Rotate_0, NULL, 0); -#if 0 loop(dpy, res, 0); if (has_xfixes(dpy)) loop(dpy, res, NOCOPY); -#endif if (has_dri3(dpy)) loop(dpy, res, DRI3); |