1. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  2. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 7 years ago
  3. 588cec7 Reenable GrOp chaining. by Brian Salomon · 7 years ago
  4. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  5. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago
  6. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 7 years ago
  7. c8cee44 Move op memory storage to GrContext by Robert Phillips · 7 years ago
  8. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  9. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  10. 47c315e Remove destination pointer from GrCopySurfaceOp by Robert Phillips · 8 years ago
  11. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 8 years ago
  12. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 8 years ago
  13. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 8 years ago
  14. df0e09f Remove origin field from GrSurface by Robert Phillips · 8 years ago
  15. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 8 years ago
  16. a16f6cb Update copyOp to split-opList world by Robert Phillips · 8 years ago
  17. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 8 years ago
  18. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 8 years ago
  19. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 8 years ago
  20. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  21. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  22. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  23. f833478 Remove ref counting from GrOp. by Brian Salomon · 9 years ago
  24. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 9 years ago[Renamed from src/gpu/batches/GrCopySurfaceOp.cpp]
  25. 7dae46a Some more batch->op renaming by Brian Salomon · 9 years ago[Renamed (75%) from src/gpu/batches/GrCopySurfaceBatch.cpp]
  26. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 9 years ago
  27. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 9 years ago
  28. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 9 years ago
  29. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 9 years ago
  30. 434c534 Add integer texture support. by Brian Salomon · 9 years ago
  31. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  32. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  33. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  36. 872062c GrCopySurfaceBatch by bsalomon · 10 years ago