gtk2/gsk/gl
Timm Bäder a872c41f79 glglyphcache: Fix dropping caches unnecessarily
The first set of glyphs is created with a timestamp of 1. Later we
subtract the glyph timestamp from the cache timestamp, meaning we end up
with numbers ending in 9, e.g. 59. Now unfortunately !(60 <= 59), so we
do not end up incrasing the old_pixels count of the cache. Later we then
call lookup() and DEcrease the old_pixels count, which makes the
unsigned int wrap and cause a huge old_pixels value, which causes us to
drop the cache.
2019-02-10 10:31:27 +01:00
..
gskgldriver.c gl renderer: Cache offscreen textures per node, not size 2018-11-29 08:50:16 +01:00
gskgldriverprivate.h gl renderer: Cache offscreen textures per node, not size 2018-11-29 08:50:16 +01:00
gskglglyphcache.c glglyphcache: Fix dropping caches unnecessarily 2019-02-10 10:31:27 +01:00
gskglglyphcacheprivate.h glglyphcache: Remove surface member from dirty glyph 2019-02-10 10:31:27 +01:00
gskglimage.c gsk: Move all gskgl* files into gl/ 2017-12-21 19:12:30 +01:00
gskglimageprivate.h gsk/gl: Include cairo.h consistently 2018-03-28 22:05:17 +08:00
gskglnodesample.c gl renderer: Add NodeSample 2018-12-02 13:25:43 +01:00
gskglnodesampleprivate.h gl renderer: Add NodeSample 2018-12-02 13:25:43 +01:00
gskglprofiler.c gsk: Move all gskgl* files into gl/ 2017-12-21 19:12:30 +01:00
gskglprofilerprivate.h gsk: Move all gskgl* files into gl/ 2017-12-21 19:12:30 +01:00
gskglrenderer.c build: Reintroduce warning flags from autotools 2019-01-22 04:33:12 +01:00
gskglrendererprivate.h gsk: Move all gskgl* files into gl/ 2017-12-21 19:12:30 +01:00
gskglrenderops.c gl renderer: Don't add clip ops if the clip didn't change 2019-01-18 19:40:49 +01:00
gskglrenderopsprivate.h gl renderer: Add a clip stack 2018-12-31 12:44:02 +01:00
gskglshadowcache.c gl renderer: Use a GArray for the shadow cache 2018-07-17 17:33:46 +02:00
gskglshadowcacheprivate.h gl renderer: Use a GArray for the shadow cache 2018-07-17 17:33:46 +02:00
gskshaderbuilder.c gl renderer: Only compile the vertex shader once 2019-01-10 16:49:19 +01:00
gskshaderbuilderprivate.h gl renderer: Only compile the vertex shader once 2019-01-10 16:49:19 +01:00