summaryrefslogtreecommitdiff
path: root/test/dri3-test.c
AgeCommit message (Collapse)Author
2014-07-20dri3-test: Print line number for shm failuresChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2014-06-02Add rudimentary tests for DRI3Chris Wilson
This is a simple little test to create a pixmap from a local bo, copy it to a normal pixmap, then read it back by importing it into anther local bo. It tests the fundamental mechanisms of opening a DRI3 render device, importing into pixmaps, exporting into /buffers and a read-barrier. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>