DescriptionFix test app to ensure that we destroy our GPU resources.
The problem arises on devices like the Nexus 10 where we allow the
destruction of resources using the destructor of a static variable.
However, we have no guarentee that the GPU driver has not already
cleaned up it's resources prior to our static destructor.
Committed: https://code.google.com/p/skia/source/detail?r=6599
Patch Set 1 #
MessagesTotal messages: 2
|