Adds 4x4, fixup when to not apply this technique, add option for MSAA when available.
http://codereview.appspot.com/4445075/diff/3002/gpu/src/GrContext.cpp File gpu/src/GrContext.cpp (right): http://codereview.appspot.com/4445075/diff/3002/gpu/src/GrContext.cpp#newcode36 gpu/src/GrContext.cpp:36: static const size_t MAX_TEXTURE_CACHE_BYTES = 1000 * 1024 * 1024; 1 Gig may be too large of a cache to check in
On Mon, May 2, 2011 at 7:50 AM, <reed@google.com> wrote: > > > http://codereview.appspot.com/4445075/diff/3002/gpu/src/GrContext.cpp#newcode36 > gpu/src/GrContext.cpp:36: static const size_t MAX_TEXTURE_CACHE_BYTES = > 1000 * 1024 * 1024; > 1 Gig may be too large of a cache to check in > > Definitely. I forgot to revert that part of the change. > > http://codereview.appspot.com/4445075/ >