summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-04-16add -Wextra & fix warningsTomi Valkeinen
2016-03-24fbtestpat: use extcpuframebufferTomi Valkeinen
2016-03-16tests: kmscapture: simple v4l2 capture test toolPeter Ujfalusi
Simple tool on top of libkms to display video from attached V4L cameras. w/o parameter the kmscapture will try to use all cameras. With -s/--single cmd line parameter it can be forced to open only /dev/video0. The camera resolution is chosen based on the screen resolution, number of cameras and the supported resolutions by the camera itself. By default the buffer is provided by DRM. This can be changed with the --buffer-type=v4l, so the buffer is provided by the V4L layer.
2016-03-15Add IMappedFramebuffer and remove MappedBufferTomi Valkeinen
2016-03-11kmsview: scale down to fit into screenTomi Valkeinen
2016-03-11kmsview: support multiple planesTomi Valkeinen
2016-03-11kmsview: show multiple framesTomi Valkeinen
2016-03-08fbtestpat: fix strideTomi Valkeinen
2016-02-15db: fix atomic FB_ID set for crtcTomi Valkeinen
2016-02-07add fbtestpatTomi Valkeinen
2016-01-12testpat: show video mode HzTomi Valkeinen
2016-01-12db: use the configured mode, not defaultTomi Valkeinen
2016-01-12testpat: support interlaceTomi Valkeinen
2015-11-26remove the old cmdoptions.hTomi Valkeinen
2015-11-26kmsprint: use the new option parserTomi Valkeinen
2015-11-26testpat: big rewriteTomi Valkeinen
2015-11-11db: print slowest frame timeTomi Valkeinen
2015-11-06remove print_shortTomi Valkeinen
2015-10-29db: disable plane support for nowTomi Valkeinen
2015-10-20Add tests/kmsprintJyri Sarha
2015-10-20tests/testpat: Add -m flagJyri Sarha
2015-10-20Add simple command line option parser and a tester for itJyri Sarha
2015-10-10db: use a planeTomi Valkeinen
2015-10-10db: refactorTomi Valkeinen
2015-10-09db: print fpsTomi Valkeinen
2015-10-09add kmsviewTomi Valkeinen
2015-10-04use PixelFormat all aroundTomi Valkeinen
2015-10-03db: use PageFlipHandlerTomi Valkeinen
2015-10-03db: cleanup atomic req useTomi Valkeinen
2015-10-03libkmstest: move color bar code to libkmstestTomi Valkeinen
2015-10-03Add DumbFramebufferTomi Valkeinen
Move the current Framebuffer to DumbFramebuffer, and make a simple Framebuffer as its super class.
2015-10-01move test.h to libkmstestTomi Valkeinen
2015-10-01move test utils to libkmstest libraryTomi Valkeinen
2015-10-01Add Crtc::page_flip()Tomi Valkeinen
2015-09-28Add Card::get_connected_pipelines()Tomi Valkeinen
2015-09-28db: refactor flip codeTomi Valkeinen
2015-09-28move test.h to test/Tomi Valkeinen
2015-09-28move db and testpat to tests/Tomi Valkeinen