Remove support for uploading view/texture matrices as vertex data. This was originally added because it ...
12 years, 7 months ago
(2012-05-11 20:25:04 UTC)
#1
Remove support for uploading view/texture matrices as vertex data. This was
originally added because it proved faster on the iPad 1 in some scenarios. It
hasn't been used or tested in over a year. Perhaps it may still make sense on
some hw(?). However, removing it for now seems to make two things easier:
1) swallowing management of the texture matrix by the custom effect code
2) Removing GrGpuGL's GrDrawState fHWDrawState as a way of keeping track of
elements of the GPU state. This has become a bad mismatch over time and I'm
working on removing it. It's copies of sampler matrices and view matrix are used
as the cached copy for the attrib case only.
Issue 6200065: Remove attribute matrix support
(Closed)
Created 12 years, 7 months ago by bsalomon
Modified 12 years, 6 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0