Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-22 | modetest: Use threads for cursors instead of SIGALRM | Jasper St. Pierre | |
This fixes an issue when trying to use -v and -C together. When trying to read the page flip event, we are interrupted by the SIGALRM that comes in, and so we think we timed out when we simply got EINTR. While we could just loop checking for EINTR, SIGALRM is just bad idea to begin with, so just rewrite it to use a thread. Signed-off-by: Rob Clark <robclark@freedesktop.org> | |||
2014-09-01 | all: include config.h only when available and use its defines | Emil Velikov | |
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||
2014-04-22 | modetest: add cursor support | Rob Clark | |
Signed-off-by: Rob Clark <robclark@freedesktop.org> |