Found by valgrind. Once we get to fixing/replacing GrPaint it should be easier to prevent ...
12 years, 2 months ago
(2012-08-16 15:01:19 UTC)
#1
Found by valgrind. Once we get to fixing/replacing GrPaint it should be easier
to prevent these errors. GrPaint's fColorFilterColor wasn't initialized when
there was a color filter that was either a color matrix or color table. This
gets copied to GrDrawState and could cause the in order buffer to unnecessarily
insert a new draw state.
Issue 6443135: Fix uninitialized color filter data on GrPaint
(Closed)
Created 12 years, 2 months ago by bsalomon
Modified 12 years, 2 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0