summaryrefslogtreecommitdiff
path: root/py/pykms
AgeCommit message (Expand)Author
2020-12-03crtc: add legacy gamma setTomi Valkeinen
2020-10-20py: add -fvisibility=hiddenTomi Valkeinen
2020-10-20meson: add 'util' option to disable kms++util and utilsTomi Valkeinen
2020-10-09Bulk format of all filesTomi Valkeinen
2020-10-09dmabuffb: add constructor which takes in string fourccTomi Valkeinen
2020-10-03py: move framebuffer functions to correct placeTomi Valkeinen
2020-10-02Small Property improvementsTomi Valkeinen
2020-09-14Add meson buildTomi Valkeinen
2020-08-10kms++: Add support for missing 8 -and 16-bit RGB formatsLaurent Pinchart
2020-08-10kms++: Add support for the planar YUV formatsLaurent Pinchart
2020-08-10kms++: Add support for semiplanar YUV422 formats (NV16 and NV61)Laurent Pinchart
2020-08-10pykmsbase: Add missing pixel formatsLaurent Pinchart
2020-08-10card: Add a method to retrieve the device minorLaurent Pinchart
2019-11-06pykmsbase: upgrade Blob __init__ to fix deprecation warningTomi Valkeinen
2019-11-06Split dmabuf support from ExtFramebuffer into DmabufFramebufferTomi Valkeinen
2019-09-25videomode to_string improvementsTomi Valkeinen
2019-01-17Revert "py: add open_modesetting_card"Tomi Valkeinen
2019-01-14py: add open_modesetting_cardTomi Valkeinen
2019-01-14Card: improve DRM card selectionTomi Valkeinen
2019-01-14Card: add support to get the driver nameTomi Valkeinen
2019-01-09pykms: expose Card(device) constructorTomi Valkeinen
2018-11-01videodevice: Add selection API supportBenoit Parrot
2018-09-24py: fix __atomic_req_add_plane when crtc = NoneTomi Valkeinen
2018-09-17py: add AtomicReq extensions and use them in test.pyTomi Valkeinen
2018-08-03add a simple draw_circle()Tomi Valkeinen
2017-12-15py: pyvid: Provide stream_off bindingKieran Bingham
2017-12-08py: add convert_vector helperTomi Valkeinen
2017-12-08py: Add Card crtcs and encoders properties back to the Python bindingsLaurent Pinchart
2017-12-08Fix Python bindings for Connector::get_possible_crtcs() methodLaurent Pinchart
2017-11-24pykms: keep Card alive until Blob is goneTomi Valkeinen
2017-11-24Update to latest pybind11Tomi Valkeinen
2017-11-22kmstest: use resmanTomi Valkeinen
2017-10-20Crtc: add set_mode() which doesn't take a fbTomi Valkeinen
2017-10-03Rework framebuffer classesTomi Valkeinen
2017-09-05py: drop the fancy event handlingTomi Valkeinen
2017-06-02Merge branch 'color-features' of git://github.com/jsarha/kmsxxTomi Valkeinen
2017-05-31Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp.Jyri Sarha
2017-05-31Add different YCbCr encodings.Jyri Sarha
2017-05-31Add Crtc::disable_mode() to pykmsbase.cpp.Jyri Sarha
2017-05-30omapfb: add flags for memory allocTomi Valkeinen
2017-05-30omapfb: add enum Flags for OmapFBTomi Valkeinen
2017-05-30py: move Rotation enum to __init__.pyTomi Valkeinen
2017-05-24omapfb: add TILER supportTomi Valkeinen
2017-05-17pykms: add videomode related featuresTomi Valkeinen
2017-05-17pykmsutil: add draw_text()Tomi Valkeinen
2017-04-27py: omapfb: add missing propertiesTomi Valkeinen
2017-04-26Add Connector.connected to pykmsbasePeter Ujfalusi
2017-03-20pykms/pykmsutil.cpp: Add binding for reserve_generic_plane()Jyri Sarha
2017-03-17py: add DrmObject.idxTomi Valkeinen
2017-03-16Add color format related methods and memebers to pykmsbase.Jyri Sarha