summaryrefslogtreecommitdiff
path: root/test/dri3.c
Commit message (Collapse)AuthorAgeFilesLines
* test/dri3: Add an explicit DRI3 extension check firstChris Wilson2015-04-201-0/+34
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* sna: Add support for PresentChris Wilson2014-06-021-1/+1
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* Add rudimentary tests for PresentChris Wilson2014-06-021-3/+6
| | | | Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* Add rudimentary tests for DRI3Chris Wilson2014-06-021-0/+130
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>