Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-13 | Connector: add get_mode(xres, yres, refresh) | Tomi Valkeinen | |
2015-11-13 | Videomode cleanup | Tomi Valkeinen | |
2015-11-13 | dumbfb: move prime_fd() and fix its return type | Tomi Valkeinen | |
2015-11-13 | dumbfb: lazy mmap | Tomi Valkeinen | |
2015-11-13 | connector: consider UNKNOWNCONNECTION as connected | Tomi Valkeinen | |
2015-11-12 | libkms++: dumbframebuffer: Get file descriptor for the FB | Peter Ujfalusi | |
v4l linux needs file descriptor instead of handle. | |||
2015-11-11 | card: fix has_atomic if libdrm does not have atomic support | Tomi Valkeinen | |
If libdrm was missing DRM_CLIENT_CAP_ATOMIC, but the driver still supported atomic modesetting, m_has_atomic was set to true. The end result was that test apps thought they can use atomic modesetting, but it wasn't functional in the libkmsxx. | |||
2015-11-11 | AtomicReq: use nonblocking commit | Tomi Valkeinen | |
2015-11-06 | pixelformat: add undefined | Tomi Valkeinen | |
2015-11-06 | dumbfb: improve exception texts | Tomi Valkeinen | |
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-11-06 | card: use object vectors | Tomi Valkeinen | |
2015-11-06 | card: use vectors with get_xxxs() methods | Tomi Valkeinen | |
2015-11-06 | card: collect obs to vectors | Tomi Valkeinen | |
2015-11-06 | card: add get_plane() | Tomi Valkeinen | |
2015-11-06 | card: add get_crtcs() | Tomi Valkeinen | |
2015-10-31 | Add AR24 & AB24 formats | Tomi Valkeinen | |
2015-10-30 | add missing <stdexcept> includes | Tomi Valkeinen | |
2015-10-26 | ExtFramebuffer: add alternative constructor | Tomi Valkeinen | |
2015-10-26 | add Card::get_connector(id) | Tomi Valkeinen | |
2015-10-26 | dumbfb: add offset | Tomi Valkeinen | |
2015-10-26 | dumbfb: add num_planes | Tomi Valkeinen | |
2015-10-26 | dumbfb: expose handle | Tomi Valkeinen | |
2015-10-20 | libkms++/property: Add const std::string to_str(uint64_t val) const | Jyri Sarha | |
2015-10-20 | libkms++/drmobject: Add const std::map<uint32_t, uint64_t>& get_prop_map() const | Jyri Sarha | |
2015-10-20 | libkms++/plane: Add methods for getting details of the DRM object | Jyri Sarha | |
2015-10-20 | libkms++/encoder: Add methods for getting details of the DRM object | Jyri Sarha | |
2015-10-20 | libkms++/crtc: Add methods for getting details of the DRM object | Jyri Sarha | |
2015-10-20 | libkms++/connector: Add methods for getting details of the DRM object | Jyri Sarha | |
2015-10-20 | libkms++/pixelformats.h: Add static inline std::string ↵ | Jyri Sarha | |
PixelFormatToFourCC(PixelFormat f) | |||
2015-10-09 | libkms: Add Plane::supports_format | Tomi Valkeinen | |
2015-10-09 | testpat: add NV12/NV21 support | Tomi Valkeinen | |
2015-10-08 | Add support for YVYU and VYUY | Tomi Valkeinen | |
2015-10-07 | Fix exception string. | Jyri Sarha | |
2015-10-07 | Add XBGR8888 format | Tomi Valkeinen | |
2015-10-04 | DumbFB: clean up format_info code | Tomi Valkeinen | |
2015-10-04 | use PixelFormat all around | Tomi Valkeinen | |
2015-10-04 | add PixelFormat support to DumbFramebuffer | Tomi Valkeinen | |
2015-10-04 | add PixelFormat | Tomi Valkeinen | |
2015-10-03 | use strings instead of char* | Tomi Valkeinen | |
2015-10-03 | add PageFlipHandler | Tomi Valkeinen | |
2015-10-03 | atomicreq: add a shortcut | Tomi Valkeinen | |
2015-10-03 | card: use string for get_prop() | Tomi Valkeinen | |
2015-10-03 | cleanup connector strings | Tomi Valkeinen | |
2015-10-03 | Connector: store current encoder instead of crtc | Tomi Valkeinen | |
Also fixes a crash when there is no current encoder | |||
2015-10-03 | save & restore mode | Tomi Valkeinen | |
2015-10-03 | use friend class and hide methods | Tomi Valkeinen | |
2015-10-03 | Add DrmObject::set_id() | Tomi Valkeinen | |
2015-10-03 | Add ExtFramebuffer | Tomi Valkeinen | |
Add ExtFramebuffer for cases where the buffer have been allocated externally. | |||
2015-10-03 | Add DumbFramebuffer | Tomi Valkeinen | |
Move the current Framebuffer to DumbFramebuffer, and make a simple Framebuffer as its super class. |