summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-22kmscube: check errorsTomi Valkeinen
2016-04-21depend on python 3.x, not 3.4Tomi Valkeinen
2016-04-20kmscube: improve the x11 mainloopTomi Valkeinen
2016-04-19kmscube: hackingTomi Valkeinen
2016-04-19kmscube: fix resource leaks & freeingTomi Valkeinen
2016-04-19kmscube: quick hack for fullscreenTomi Valkeinen
2016-04-16kmscube: waylandTomi Valkeinen
2016-04-16add -Wextra & fix warningsTomi Valkeinen
2016-04-16kmscube: split into partsTomi Valkeinen
2016-04-16kmscube: support XTomi Valkeinen
2016-04-16kmscube: disable planeTomi Valkeinen
2016-04-12atomicreq: add commit_sync()Tomi Valkeinen
2016-04-11kmscube: check for free bufsTomi Valkeinen
2016-04-08kmscube: support null eglTomi Valkeinen
2016-04-08kmscube: big restructureTomi Valkeinen
2016-04-08kmscube: separate swap_buffersTomi Valkeinen
2016-03-26add ExtFramebuffer ctr for fdsTomi Valkeinen
2016-03-26card: add drop_masterTomi Valkeinen
2016-03-24fix a few cppcheck warningsTomi Valkeinen
2016-03-24kmscube: clean up esUtilTomi Valkeinen
2016-03-24fbtestpat: use extcpuframebufferTomi Valkeinen
2016-03-24Add ExtCPUFramebufferTomi Valkeinen
2016-03-24clean up code formattingTomi Valkeinen
2016-03-23hackfix py compilation on 64 bit pcTomi Valkeinen
2016-03-20README: update about env variablesTomi Valkeinen
2016-03-20Add LTO optionTomi Valkeinen
2016-03-18libkmstest: remove dependency to libdrmTomi Valkeinen
2016-03-17py: add transparency key and alpha testsTomi Valkeinen
2016-03-17Add RGB::rgb888()Tomi Valkeinen
2016-03-17AtomicReq: add sync commitTomi Valkeinen
2016-03-17Use globbing to add .py test filesTomi 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-16dumbframebuffer: fix throw linefeed in in prime_fdPeter Ujfalusi
2016-03-16add public PixelFormatInfoTomi Valkeinen
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-08libkmstest: color & draw_rectTomi Valkeinen
2016-03-08py improvementsTomi Valkeinen
2016-03-08crtc: add disable_plane()Tomi Valkeinen
2016-03-08fbtestpat: fix strideTomi Valkeinen
2016-03-08add ob::set_prop_value()Tomi Valkeinen
2016-03-08add *.patch to gitignoreTomi Valkeinen
2016-02-15kmscube: fix atomic FB_ID set for crtcTomi Valkeinen
2016-02-15db: fix atomic FB_ID set for crtcTomi Valkeinen
2016-02-07add fbtestpatTomi Valkeinen
2016-02-07add MappedBuffer & coTomi Valkeinen
2016-01-22Add definition to DRM_CLIENT_CAP_ATOMIC undef caseAlejandro Hernandez
This patch adds a missing DRM_MODE_ATOMIC_NONBLOCK definiton for cases were the kernel supports atomic modesetting but the libdrm version used does not. Without this patch a "'DRM_MODE_ATOMIC_NONBLOCK' was not declared in this scope" error is seen when trying compile the library Signed-off-by: Alejandro Hernandez <ajhernandez@ti.com>
2016-01-12testpat: show video mode HzTomi Valkeinen