touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #36973
[Bug 1396165] [NEW] [UbuntuShape] Colored shapes aren't batched together
Public bug reported:
The current UbuntuShape uses a uniform variable to communicate its color
to the shading system. That prevents the Qt batched renderer to batch
colored shapes together for efficient rendering. Storing the color as
attributes in the vertex buffer would fix that.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: High
Assignee: Loïc Molinari (loic.molinari)
Status: In Progress
** Tags: ubuntushape
** Branch linked: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-
shape-rewrite
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1396165
Title:
[UbuntuShape] Colored shapes aren't batched together
Status in “ubuntu-ui-toolkit” package in Ubuntu:
In Progress
Bug description:
The current UbuntuShape uses a uniform variable to communicate its
color to the shading system. That prevents the Qt batched renderer to
batch colored shapes together for efficient rendering. Storing the
color as attributes in the vertex buffer would fix that.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1396165/+subscriptions
Follow ups
References