Caching element textures per context stack for style means that if there are lots of elements of the same style, then those elements share a single texture. This would improve the painting time for nodes on most graphs -- where there are a lot of nodes of the same style and only the label is different.
Depends on #1270, #2027