mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

The glyphs are queued into an array of rectangles instead of being drawn directly. Whenever a different texture is used or the sequence is complete the array is flushed. This is based on a patch from Owen Taylor.