summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2009-11-09Add new test: gdrm-waitqThomas White
2009-11-08Add new test: gdrm-burst-cmdqThomas White
2009-08-02Add GEM mmap() and KMS testsThomas White
'gdrm-gem-mmap' creates a GEM object, mmap()s it, and tests access. 'gdrm-kms-addfb' creates a GEM object, switches the active framebuffer to use it, and writes random colours to it via memory mapped access.
2009-05-06Add cmdq+buffer test, and fix for new ioctl definitionThomas White
2009-05-05Add memory manager testThomas White
This adds a new test, for the GEM object allocation. The Makefile and comments were fixed to reflect this.
2009-05-02Move authentication to a common fileThomas White
2009-04-29Initial importThomas White