gtk/gsk/ngl
Matthias Clasen b253aca883 ngl: Improve the glyph front cache
The effectiveness of the front cache is limited by
subpixel positioning making it very likely that we
will meet the same glyph in  different x phases inside
a single line of text.

Factoring the xphase into the front cache key makes things
better. For the string eeeeeeeeeeeeeeeeeee

before: 0% front cache hits
after: >90% front cache hits
2021-03-19 14:32:03 -04:00
..
resources ngl: Special-case css backgrounds 2021-03-14 16:49:31 -04:00
gsknglattachmentstate.c
gsknglattachmentstateprivate.h
gsknglbuffer.c
gsknglbufferprivate.h ngl: ensure vertices buffer allocates enough vertices 2021-03-18 10:43:24 -07:00
gsknglcommandqueue.c ngl: Special-case css backgrounds 2021-03-14 16:49:31 -04:00
gsknglcommandqueueprivate.h
gsknglcompiler.c ngl: Add infrastructure for clip-variants of shaders 2021-03-07 20:30:45 -05:00
gsknglcompilerprivate.h ngl: Add infrastructure for clip-variants of shaders 2021-03-07 20:30:45 -05:00
gskngldriver.c ngl: implement atlas compaction 2021-03-18 17:59:56 -07:00
gskngldriverprivate.h ngl: Set color as vertex attribute 2021-03-12 13:18:47 -05:00
gsknglglyphlibrary.c ngl: Drop an unused struct member 2021-03-19 14:05:15 -04:00
gsknglglyphlibraryprivate.h ngl: Improve the glyph front cache 2021-03-19 14:32:03 -04:00
gskngliconlibrary.c
gskngliconlibraryprivate.h
gsknglprogram.c
gsknglprogramprivate.h
gsknglprograms.defs ngl: Special-case css backgrounds 2021-03-14 16:49:31 -04:00
gsknglrenderer.c Revert "ngl: Remove duplicate check" 2021-03-19 13:17:02 -04:00
gsknglrenderer.h g-i: add missing since annotations for 4.2 2021-03-07 19:50:32 +01:00
gsknglrendererprivate.h
gsknglrenderjob.c ngl: Special-case css backgrounds 2021-03-14 16:49:31 -04:00
gsknglrenderjobprivate.h
gsknglshadowlibrary.c
gsknglshadowlibraryprivate.h
gskngltexturelibrary.c ngl: implement atlas compaction 2021-03-18 17:59:56 -07:00
gskngltexturelibraryprivate.h ngl: implement atlas compaction 2021-03-18 17:59:56 -07:00
gskngltexturepool.c
gskngltexturepoolprivate.h
gskngltypesprivate.h ngl: Special-case css backgrounds 2021-03-14 16:49:31 -04:00
gskngluniformstate.c ngl: add front cache to reduce uniform changes 2021-03-12 11:22:59 -08:00
gskngluniformstateprivate.h ngl: reintroduce comparison checks 2021-03-12 11:47:15 -08:00
inlinearray.h
ninesliceprivate.h