]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/history - libkms++
card: use string for get_prop()
[android/external-libkmsxx.git] / libkms++ /
2015-10-03 Tomi Valkeinencard: use string for get_prop()
2015-10-03 Tomi Valkeinencleanup connector strings
2015-10-03 Tomi ValkeinenConnector: store current encoder instead of crtc
2015-10-03 Tomi Valkeinensave & restore mode
2015-10-03 Tomi Valkeinenuse friend class and hide methods
2015-10-03 Tomi ValkeinenAdd DrmObject::set_id()
2015-10-03 Tomi ValkeinenAdd ExtFramebuffer
2015-10-03 Tomi ValkeinenAdd DumbFramebuffer
2015-10-01 Tomi Valkeinenmove test utils to libkmstest library
2015-10-01 Tomi Valkeinenfb: remove unneeded #include
2015-10-01 Tomi ValkeinenAllow disabling universal planes with LIBKMSXX_DISABLE_...
2015-10-01 Tomi ValkeinenMake Encoder:get_crtc() return 0 if no crtc
2015-10-01 Tomi ValkeinenAllow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC
2015-10-01 Tomi ValkeinenAdd Crtc::page_flip()
2015-10-01 Jyri SarhaIf no universal planes, plane_type() returns always...
2015-10-01 Jyri SarhaAdd has_has_universal_planes().
2015-09-30 Tomi ValkeinenMerge branch 'master' of git://github.com/jsarha/kmsxx
2015-09-30 Jyri SarhaAdd Connector::get_mode(const std::string &mode), remov...
2015-09-30 Jyri SarhaThere is no need to convert exception strings to .c_str().
2015-09-30 Jyri SarhaAdd rest of missing Card exceptions.
2015-09-29 Jyri SarhaProper exception strings to Card::Card()
2015-09-29 Jyri SarhaProper exception string to DrmObject::get_prop_value()
2015-09-29 Jyri SarhaMake Connector::connected() const
2015-09-29 Jyri SarhaAdd get_mode(const char *mode) to Connector class.
2015-09-28 Tomi ValkeinenAdd Card::get_connected_pipelines()
2015-09-28 Tomi Valkeinencard: use std namespace
2015-09-28 Tomi Valkeinendb: use atomic pageflip
2015-09-28 Tomi Valkeinentestpat: fix printing of time
2015-09-27 Tomi ValkeinenInitial version