Skip to content

gl: avoid copying RenderOp

Christian Hergert requested to merge wip/chergert/avoid-renderop-copy into master

This avoids copying the RenderOp to the array by instead growing the array size if necessary and setting fields directly into the array.

An unrelated fix to use memcmp() for Glyphs is included, simply out of convenience.

Merge request reports