summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jyri Sarha [Wed, 30 Sep 2015 11:34:52 +0000 (14:34 +0300)]
Add std::string support to swig for lua and python.
Jyri Sarha [Wed, 30 Sep 2015 08:40:11 +0000 (11:40 +0300)]
Add Connector::get_mode(const std::string &mode), remove const char * variant
Jyri Sarha [Tue, 29 Sep 2015 17:41:19 +0000 (20:41 +0300)]
There is no need to convert exception strings to .c_str().
Jyri Sarha [Tue, 29 Sep 2015 17:38:53 +0000 (20:38 +0300)]
Add rest of missing Card exceptions.
Jyri Sarha [Tue, 29 Sep 2015 09:15:29 +0000 (12:15 +0300)]
Proper exception strings to Card::Card()
Jyri Sarha [Tue, 29 Sep 2015 09:04:45 +0000 (12:04 +0300)]
Proper exception string to DrmObject::get_prop_value()
Jyri Sarha [Tue, 29 Sep 2015 08:49:30 +0000 (11:49 +0300)]
Make Connector::connected() const
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Jyri Sarha [Tue, 29 Sep 2015 06:33:26 +0000 (09:33 +0300)]
Add get_mode(const char *mode) to Connector class.
Tomi Valkeinen [Mon, 28 Sep 2015 14:59:52 +0000 (17:59 +0300)]
Add Card::get_connected_pipelines()
Tomi Valkeinen [Mon, 28 Sep 2015 20:24:52 +0000 (23:24 +0300)]
db: refactor flip code
Tomi Valkeinen [Mon, 28 Sep 2015 17:56:02 +0000 (20:56 +0300)]
card: use std namespace
Tomi Valkeinen [Mon, 28 Sep 2015 18:59:57 +0000 (21:59 +0300)]
move test.h to test/
Tomi Valkeinen [Mon, 28 Sep 2015 18:59:29 +0000 (21:59 +0300)]
move db and testpat to tests/
Tomi Valkeinen [Mon, 28 Sep 2015 08:23:29 +0000 (11:23 +0300)]
TODO: add YUV bug
Tomi Valkeinen [Mon, 28 Sep 2015 07:23:05 +0000 (10:23 +0300)]
add TODO
Tomi Valkeinen [Mon, 28 Sep 2015 07:02:10 +0000 (10:02 +0300)]
db: use atomic pageflip
Tomi Valkeinen [Mon, 28 Sep 2015 06:28:39 +0000 (09:28 +0300)]
testpat: fix printing of time
Tomi Valkeinen [Mon, 28 Sep 2015 06:10:14 +0000 (09:10 +0300)]
fix functest.py
Tomi Valkeinen [Sun, 27 Sep 2015 22:13:34 +0000 (01:13 +0300)]
Initial version