Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | libkms++/pixelformats.h: Add static inline std::string ↵ | Jyri Sarha | |
PixelFormatToFourCC(PixelFormat f) | |||
2015-10-10 | db: use a plane | Tomi Valkeinen | |
2015-10-10 | db: refactor | Tomi Valkeinen | |
2015-10-10 | add CMY and WB to test pattern | Tomi Valkeinen | |
2015-10-09 | db: print fps | Tomi Valkeinen | |
2015-10-09 | add kmsview | Tomi Valkeinen | |
2015-10-09 | libkms: Add Plane::supports_format | Tomi Valkeinen | |
2015-10-09 | TODO: remove YUV bug | Tomi Valkeinen | |
2015-10-09 | testpat: add NV12/NV21 support | Tomi Valkeinen | |
2015-10-09 | testpat: rewrite the pixel drawing | Tomi Valkeinen | |
2015-10-08 | testpat: cleanup and fix drawing yuv pixels | Tomi Valkeinen | |
2015-10-08 | Add support for YVYU and VYUY | Tomi Valkeinen | |
2015-10-07 | Fix exception string. | Jyri Sarha | |
2015-10-07 | libkmstest: cleanup colors and add xbgr8888 support | Tomi Valkeinen | |
2015-10-07 | Add XBGR8888 format | Tomi Valkeinen | |
2015-10-06 | don't enable lua by default | Tomi Valkeinen | |
2015-10-06 | test: FAIL_IF & ASSERT cleanup | Tomi Valkeinen | |
2015-10-05 | TODO: cleanup done items | 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 | py: add db test | Tomi Valkeinen | |
2015-10-03 | db: use PageFlipHandler | Tomi Valkeinen | |
2015-10-03 | add PageFlipHandler | Tomi Valkeinen | |
2015-10-03 | db: cleanup atomic req use | 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 | libkmstest: cleanup headers | Tomi Valkeinen | |
2015-10-03 | libkmstest: move color bar code to libkmstest | Tomi Valkeinen | |
2015-10-03 | libkmstest: add FAIL_IF() | 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. | |||
2015-10-01 | move test.h to libkmstest | Tomi Valkeinen | |
2015-10-01 | move test utils to libkmstest library | Tomi Valkeinen | |
2015-10-01 | fb: remove unneeded #include | Tomi Valkeinen | |
2015-10-01 | Allow disabling universal planes with LIBKMSXX_DISABLE_UNIVERSAL_PLANES | Tomi Valkeinen | |
2015-10-01 | add README | Tomi Valkeinen | |
2015-10-01 | add options to turn off py/lua build | Tomi Valkeinen | |
2015-10-01 | Make Encoder:get_crtc() return 0 if no crtc | Tomi Valkeinen | |
2015-10-01 | Allow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC | Tomi Valkeinen | |
2015-10-01 | Add Crtc::page_flip() | Tomi Valkeinen | |
2015-10-01 | cmake: add (commented out) lines for static libc | Tomi Valkeinen | |
2015-10-01 | Relax cmake minumum version to 2.8 from 3.0. Seems to work fine. | Jyri Sarha | |