Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | Fix property name lookup | Tomi Valkeinen | |
Object types can have different properties with the same name, so we need to move name-based property lookup from Card to DrmPropObject. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-22 | py: fix AtomicReq's add() | Tomi Valkeinen | |
"kms++: use DrmPropObject in AtomicReq" forgot to update py bindings. Fix this. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-22 | py: Expose the Connector::get_mode methods | Laurent Pinchart | |
Those methods are useful in Python scripts, expose them through the bindings. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2016-06-16 | py: add cam.py | Tomi Valkeinen | |
2016-06-16 | py: add pyvid | Tomi Valkeinen | |
2016-06-16 | py: use ResourceManager | Tomi Valkeinen | |
2016-06-16 | add ResourceManager | Tomi Valkeinen | |
2016-06-16 | Support RGB888 | Tomi Valkeinen | |
2016-06-14 | py: add missing pixelformats | Tomi Valkeinen | |
2016-06-11 | py: PixelFormat & DumbFB impro | Tomi Valkeinen | |
2016-06-11 | kms++util: split to subdirs | Tomi Valkeinen | |
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |
2016-06-11 | rename libkms to kms++ | Tomi Valkeinen | |
2016-06-07 | py: fix scripts when there's no current crtc | Tomi Valkeinen | |
2016-06-07 | Make py/gamma.py executable. | Jyri Sarha | |
2016-06-07 | py/gamma.py: Make gamma table calculations more generic | Jyri Sarha | |
2016-06-02 | py: fix AtomicReq bindings | Tomi Valkeinen | |
2016-05-26 | py: add set_prop() | Tomi Valkeinen | |
2016-05-25 | gamma.py: show a test pattern | Tomi Valkeinen | |
2016-05-25 | Add a simple gamma.py test | Tomi Valkeinen | |
2016-05-25 | Add support for DRM blobs | Tomi Valkeinen | |
2016-05-25 | Split properties from DrmObject into DrmPropObject | Tomi Valkeinen | |
2016-05-23 | Reorganize libkms++utils header | Tomi Valkeinen | |
2016-05-23 | File/dir renames | Tomi Valkeinen | |
2016-05-23 | Fix the rest of the py scripts | Tomi Valkeinen | |
2016-05-23 | split py files | Tomi Valkeinen | |
2016-05-23 | Cleanup AtomicReq::commit | Tomi Valkeinen | |
2016-05-23 | Use pybind11 instead of SWIG | Tomi Valkeinen | |
2016-05-18 | add kmsmodeview.py | Tomi Valkeinen | |
2016-05-09 | py: fix videomode list | Tomi Valkeinen | |
2016-04-21 | depend on python 3.x, not 3.4 | Tomi Valkeinen | |
2016-04-16 | add -Wextra & fix warnings | Tomi Valkeinen | |
2016-03-23 | hackfix py compilation on 64 bit pc | Tomi Valkeinen | |
2016-03-17 | py: add transparency key and alpha tests | Tomi Valkeinen | |
2016-03-17 | Use globbing to add .py test files | Tomi Valkeinen | |
2016-03-08 | libkmstest: color & draw_rect | Tomi Valkeinen | |
2016-03-08 | py improvements | Tomi Valkeinen | |
2015-11-18 | fix pykms | Tomi Valkeinen | |
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-10-23 | pykms: add iact.py | Tomi Valkeinen | |
2015-10-23 | pykms: use -builtin | Tomi Valkeinen | |
2015-10-23 | pykms: add swig vectors for basic libkms types | Tomi Valkeinen | |
2015-10-03 | py: add db test | Tomi Valkeinen | |
2015-10-03 | libkmstest: cleanup headers | Tomi Valkeinen | |
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 utils to libkmstest library | Tomi Valkeinen | |
2015-09-30 | Add std::string support to swig for lua and python. | Jyri Sarha | |
2015-09-28 | fix functest.py | Tomi Valkeinen | |
2015-09-28 | Initial version | Tomi Valkeinen | |