This probably needs a little explanation. I was testing a change in WK to create ...
13 years, 2 months ago
(2011-09-15 13:23:00 UTC)
#2
This probably needs a little explanation. I was testing a change in WK to create
the SkGpuDevice such that it creates its own backing texture in the the tex.
cache.
When the renderer proc shuts down the GL context gets destroyed before the
SkGpuDevice's destructor. At GL context destruction GrContext gets a
contextDestroyed() call and it purges the cache. But the SkGpuDevice is still
holding onto a detached texture.
Issue 5000048: Fix assertions in GrResourceCache::removeAll, don't reattached invalidated resources
(Closed)
Created 13 years, 2 months ago by bsalomon
Modified 13 years, 2 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0