summaryrefslogtreecommitdiff
path: root/test/dri2.c
AgeCommit message (Collapse)Author
2013-07-27test/dri2: We do not require the GLX includesChris Wilson
Drop the GLX includes as they are not needed and obviously break if the GLX are not present on the system (and we fail to check during configure). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-08-16test/dri2: Discard error returns from _XReplyChris Wilson
This is only test code, so keep the static analyser quiet Reported-by: Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-06-26test: Add a simple exercise for DRI2 swap pathsChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>