Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-16 | testpat: fix crtc regexp | Tomi Valkeinen | |
2016-05-11 | Update TODO | Tomi Valkeinen | |
2016-05-09 | py: fix videomode list | Tomi Valkeinen | |
2016-04-26 | kmscapture: separate step to enable streaming | Tomi Valkeinen | |
2016-04-26 | kmacapture: atomic modesetting support | Tomi Valkeinen | |
2016-04-26 | kmscapture: cleanups | Tomi Valkeinen | |
2016-04-26 | kmscapture: cleanups & signedness fixes | Tomi Valkeinen | |
2016-04-26 | kmscapture: rename | Tomi Valkeinen | |
2016-04-26 | kmscapture: use enum class | Tomi Valkeinen | |
2016-04-25 | kmscube: remove unused field | Tomi Valkeinen | |
2016-04-25 | kmscube: fix wrong uses of class Framebuffer | Tomi Valkeinen | |
2016-04-25 | kmscapture: Clang doesn't like variable len arrays, use vector | Tomi Valkeinen | |
2016-04-25 | Videomode is a struct, not class, so declare it as one | Tomi Valkeinen | |
2016-04-22 | kmscube: check errors | Tomi Valkeinen | |
2016-04-21 | depend on python 3.x, not 3.4 | Tomi Valkeinen | |
2016-04-20 | kmscube: improve the x11 mainloop | Tomi Valkeinen | |
2016-04-19 | kmscube: hacking | Tomi Valkeinen | |
2016-04-19 | kmscube: fix resource leaks & freeing | Tomi Valkeinen | |
2016-04-19 | kmscube: quick hack for fullscreen | Tomi Valkeinen | |
2016-04-16 | kmscube: wayland | Tomi Valkeinen | |
2016-04-16 | add -Wextra & fix warnings | Tomi Valkeinen | |
2016-04-16 | kmscube: split into parts | Tomi Valkeinen | |
2016-04-16 | kmscube: support X | Tomi Valkeinen | |
2016-04-16 | kmscube: disable plane | Tomi Valkeinen | |
2016-04-12 | atomicreq: add commit_sync() | Tomi Valkeinen | |
2016-04-11 | kmscube: check for free bufs | Tomi Valkeinen | |
2016-04-08 | kmscube: support null egl | Tomi Valkeinen | |
2016-04-08 | kmscube: big restructure | Tomi Valkeinen | |
2016-04-08 | kmscube: separate swap_buffers | Tomi Valkeinen | |
2016-03-26 | add ExtFramebuffer ctr for fds | Tomi Valkeinen | |
2016-03-26 | card: add drop_master | Tomi Valkeinen | |
2016-03-24 | fix a few cppcheck warnings | Tomi Valkeinen | |
2016-03-24 | kmscube: clean up esUtil | Tomi Valkeinen | |
2016-03-24 | fbtestpat: use extcpuframebuffer | Tomi Valkeinen | |
2016-03-24 | Add ExtCPUFramebuffer | Tomi Valkeinen | |
2016-03-24 | clean up code formatting | Tomi Valkeinen | |
2016-03-23 | hackfix py compilation on 64 bit pc | Tomi Valkeinen | |
2016-03-20 | README: update about env variables | Tomi Valkeinen | |
2016-03-20 | Add LTO option | Tomi Valkeinen | |
2016-03-18 | libkmstest: remove dependency to libdrm | Tomi Valkeinen | |
2016-03-17 | py: add transparency key and alpha tests | Tomi Valkeinen | |
2016-03-17 | Add RGB::rgb888() | Tomi Valkeinen | |
2016-03-17 | AtomicReq: add sync commit | Tomi Valkeinen | |
2016-03-17 | Use globbing to add .py test files | 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-16 | dumbframebuffer: fix throw linefeed in in prime_fd | Peter Ujfalusi | |
2016-03-16 | add public PixelFormatInfo | Tomi Valkeinen | |
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 | |