mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 09:04:41 +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.