aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrVertices.h
Commit message (Collapse)AuthorAge
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
| | | | | | DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002
* Iterate over instanced draws in GrGpu rather than above GrBatchTargetGravatar bsalomon2015-05-07
| | | | Review URL: https://codereview.chromium.org/1127273007
* Fix vertex/index buffer leaksGravatar bsalomon2015-05-05
| | | | | | TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1123823004
* Move DrawInfo out from GrDrawTarget and rename to GrVertices.Gravatar bsalomon2015-05-05
Review URL: https://codereview.chromium.org/1124733004