I found no test that run either faster or slower with this code path.
On 2013/02/06 18:38:48, bsalomon wrote: > I found no test that run either faster or slower with this code path. LGTM
lgtm + 1 suggestion https://codereview.appspot.com/7304055/diff/2001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.appspot.com/7304055/diff/2001/src/gpu/GrGpu.h#newcode530 src/gpu/GrGpu.h:530: // these are mutable so they can be created on-demand remove fUnitSquareVertexBuffer too?
On 2013/02/06 18:49:38, robertphillips wrote: > lgtm + 1 suggestion > > https://codereview.appspot.com/7304055/diff/2001/src/gpu/GrGpu.h > File src/gpu/GrGpu.h (right): > > https://codereview.appspot.com/7304055/diff/2001/src/gpu/GrGpu.h#newcode530 > src/gpu/GrGpu.h:530: // these are mutable so they can be created on-demand > remove fUnitSquareVertexBuffer too? duh.. nice catch