1. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  2. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  3. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  4. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  5. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  9. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  10. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
  11. e1bc1c6 Make GrAllocator Iter return non-const T by bsalomon · 10 years ago
  12. bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
  13. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  14. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  15. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  16. 845da77 Delay setting initial memory block until it officially exists. by commit-bot@chromium.org · 11 years ago
  17. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  18. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  19. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  20. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  21. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  22. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  23. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 12 years ago
  24. 13788bf Fix leak, reset not called in ~GrTAllocator by bsalomon@google.com · 13 years ago
  25. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago[Renamed from include/gpu/GrAllocator.h]
  26. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrAllocator.h]
  27. 4b90c62 Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptr by bsalomon@google.com · 13 years ago
  28. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  29. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  30. 1fac5ca Revert 2289. GLSL version detection not robust enough. May think we don't have GLSL 1.50 support based on OpenGL version. We have to look at the available extensions, not just GL version. by bsalomon@google.com · 13 years ago
  31. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  32. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  33. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  34. 6a77cc5 Fix warnings. by bsalomon@google.com · 13 years ago
  35. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 13 years ago
  36. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago