Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-24 | fbtestpat: use extcpuframebuffer | Tomi Valkeinen | |
2016-03-16 | tests: kmscapture: simple v4l2 capture test tool | Peter 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-15 | Add IMappedFramebuffer and remove MappedBuffer | Tomi Valkeinen | |
2016-03-11 | kmsview: scale down to fit into screen | Tomi Valkeinen | |
2016-03-11 | kmsview: support multiple planes | Tomi Valkeinen | |
2016-03-11 | kmsview: show multiple frames | Tomi Valkeinen | |
2016-03-08 | fbtestpat: fix stride | Tomi Valkeinen | |
2016-02-15 | db: fix atomic FB_ID set for crtc | Tomi Valkeinen | |
2016-02-07 | add fbtestpat | Tomi Valkeinen | |
2016-01-12 | testpat: show video mode Hz | Tomi Valkeinen | |
2016-01-12 | db: use the configured mode, not default | Tomi Valkeinen | |
2016-01-12 | testpat: support interlace | Tomi Valkeinen | |
2015-11-26 | remove the old cmdoptions.h | Tomi Valkeinen | |
2015-11-26 | kmsprint: use the new option parser | Tomi Valkeinen | |
2015-11-26 | testpat: big rewrite | Tomi Valkeinen | |
2015-11-11 | db: print slowest frame time | Tomi Valkeinen | |
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-10-29 | db: disable plane support for now | Tomi Valkeinen | |
2015-10-20 | Add tests/kmsprint | Jyri Sarha | |
2015-10-20 | tests/testpat: Add -m flag | Jyri Sarha | |
2015-10-20 | Add simple command line option parser and a tester for it | Jyri Sarha | |
2015-10-10 | db: use a plane | Tomi Valkeinen | |
2015-10-10 | db: refactor | Tomi Valkeinen | |
2015-10-09 | db: print fps | Tomi Valkeinen | |
2015-10-09 | add kmsview | Tomi Valkeinen | |
2015-10-04 | use PixelFormat all around | Tomi Valkeinen | |
2015-10-03 | db: use PageFlipHandler | Tomi Valkeinen | |
2015-10-03 | db: cleanup atomic req use | Tomi Valkeinen | |
2015-10-03 | libkmstest: move color bar code to libkmstest | Tomi Valkeinen | |
2015-10-03 | Add DumbFramebuffer | Tomi Valkeinen | |
Move the current Framebuffer to DumbFramebuffer, and make a simple Framebuffer as its super class. | |||
2015-10-01 | move test.h to libkmstest | Tomi Valkeinen | |
2015-10-01 | move test utils to libkmstest library | Tomi Valkeinen | |
2015-10-01 | Add Crtc::page_flip() | Tomi Valkeinen | |
2015-09-28 | Add Card::get_connected_pipelines() | Tomi Valkeinen | |
2015-09-28 | db: refactor flip code | Tomi Valkeinen | |
2015-09-28 | move test.h to test/ | Tomi Valkeinen | |
2015-09-28 | move db and testpat to tests/ | Tomi Valkeinen | |