This came up while working on a change to push all draws through the IODB. ...
12 years, 2 months ago
(2012-08-16 15:41:01 UTC)
#1
This came up while working on a change to push all draws through the IODB. When
the IODB sees a cpu array set as a vertex or index source it copies the array
into its reserved space and handles it as though it were a reserve request. When
the array source is released, the releaseReserved*Space is called and the
existing assertion fails since the src type is array not reserved.
Issue 6460095: Fix assertion in in order draw buffer
(Closed)
Created 12 years, 2 months ago by bsalomon
Modified 12 years, 2 months ago
Reviewers: robertphillips
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 2