summaryrefslogtreecommitdiff
path: root/py/pykms
AgeCommit message (Expand)Author
2026-05-11card: Add support for writeback connectorswritebackLaurent Pinchart
2026-05-11utils: Add a dump_framebuffer() methodLaurent Pinchart
2025-04-26py: Allow building pykms without libutilsTomi Valkeinen
2025-03-26kms++util: New template based conversion & testpat codeTomi Valkeinen
2025-03-26PixelFormats: clean fourcc managementTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2023-11-07py: Framebuffer: Add map wrappingLI Qingwu
2023-10-06meson: Fix more utils dependenciesTomi Valkeinen
2023-10-06Fix issues related to utils & libutilsTomi Valkeinen
2023-04-11meson: Fix use of omapdrm_enabledTomi Valkeinen
2023-02-24meson: Add summaryTomi Valkeinen
2022-12-22Code formatting fixesTomi Valkeinen
2022-12-20py: fix dependency to kms++utilTomi Valkeinen
2022-12-20py: rename init_pykmstestTomi Valkeinen
2022-10-04py: kms: add pixelformat helpersTomi Valkeinen
2021-10-06Split V4L2 code into separate libsTomi Valkeinen
2021-08-06meson: simplify pybind dependency handlingTomi Valkeinen
2021-07-19py: Property: Add type, enums, values, and __repr__Noralf Trønnes
2021-07-19py: Card: Add .propertiesNoralf Trønnes
2021-07-19py: Framebuffer: Add flush and __repr__Noralf Trønnes
2021-01-14py: add fourcc_to_pixelformatTomi Valkeinen
2020-12-16Remove CMake supportTomi Valkeinen
2020-12-16meson: add option to use system pybind11 or subprojectTomi Valkeinen
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