aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrInOrderCommandBuilder.h
Commit message (Collapse)AuthorAge
* Isolate GrBufferAllocPools inside GrBatchTargetGravatar robertphillips2015-05-07
| | | | | | This CL refactors the location of the GrBufferAllocPools so they reside entirely inside the GrBatchTarget. This is in preparation for making them use scratch resources. Review URL: https://codereview.chromium.org/1131553002
* create GrInOrderCommandBuilderGravatar joshualitt2015-05-05
BUG=skia: Review URL: https://codereview.chromium.org/1118403003