mirror of
https://github.com/brl/mutter.git
synced 2025-03-11 22:05:04 +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.