]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/commit
py: Add MappedFramebuffer and use it
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 22 Nov 2016 10:52:14 +0000 (12:52 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 22 Nov 2016 10:52:14 +0000 (12:52 +0200)
commit1e96518a1ee7fc65f212fa1fa76805003bed34e1
tree3d1ca991f22b23e678b286deaf7fe11e9f14c960
parentcb747ea27451266c6d340a018aedcd0675a18b00
py: Add MappedFramebuffer and use it

Add MappedFramebuffer to python bindings and use it for the draw
functions.

Looks like recent pybind11 versions have better multi-inheritance
support, so all this need to be revisited after updating pybind11.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
py/pykmsbase.cpp
py/pykmsutil.cpp