Christian Hergert
|
a66a0dde81
|
gsk/gl: only clear glyph cache durign reclaimation
We don't need to clear the front cache on every frame as we can clear it
specifically when we do reclaimation to avoid unnecessary memset() calls.
|
2022-03-18 12:33:33 -07:00 |
|
Marek Kasik
|
cb1dd66220
|
Fix kerning of GL rendered glyphs
Multiple scaled shifts by 1024 too.
Fixes: #4602
|
2022-02-01 09:31:35 +01:00 |
|
Matthias Clasen
|
5b1cd335bb
|
Go back to using pango for glyph rendering
Using just cairo makes us lose hexboxes. So, until
we implement that ourselves, go back to using pango.
|
2021-11-20 11:13:52 -05:00 |
|
Matthias Clasen
|
144f727d5a
|
Rename ngl to gl
We have only one gl renderer now, and it is
a bit odd for it not be called gl.
|
2021-10-07 13:05:53 -04:00 |
|