Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert HW accel due to video memory leak #6

Open
wants to merge 1 commit into
base: rc
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
qmlmatrix (4.0.0-0) unstable; urgency=low

* Update dependencies for Stretch
* Use hardware acceleration for rendering
* Increase frame-rate to 40 fps.
* Increase frame-rate to 40 fps

-- Team Kano <[email protected]> Mon, 18 Jun 2018 12:21:00 +0100
-- Team Kano <[email protected]> Fri, 22 Jun 2018 12:21:00 +0100

qmlmatrix (1.0-1) unstable; urgency=low

Expand Down
3 changes: 0 additions & 3 deletions resources/Matrix/matrix.qml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ Rectangle {
property var drops: []
property bool fadeout: false

renderTarget: Canvas.FramebufferObject
renderStrategy: Canvas.Cooperative

onPaint: {
var ctx = getContext("2d");

Expand Down