Skip to content

Improve performance of Context2D on OpenGL

Ken Martin requested to merge ken-martin/vtk:perf_context2d into master

The old code released the graphics resources after every line or text draw call. Then on the next call it has to recreate them which is expensive.

This MR changes that so that the resources stick around to be reused.

Merge request reports