1. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  2. 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
  3. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  4. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  5. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  6. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  9. 383ff10 Remove unnecessary virtual destructor on SkTArray by bsalomon · 9 years ago
  10. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  11. 3632f84 Add tests for STArray swap by bsalomon · 10 years ago
  12. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  13. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  14. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  15. d58a856 Have SkTArray state that it default-initializes. by bungeman@google.com · 10 years ago
  16. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 10 years ago
  17. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  18. f85693d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 68b6eca Fix for 9603 by robertphillips@google.com · 11 years ago
  20. a47347e Add operator delete for SkTArray to match operator new by bsalomon@google.com · 11 years ago
  21. d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 11 years ago
  22. b4a8d97 Fixup some conventions in SkTArray and add reset to count method. by commit-bot@chromium.org · 11 years ago
  23. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  24. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  25. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  26. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  27. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  28. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  29. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  30. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 12 years ago
  31. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  33. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 12 years ago
  34. d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
  35. cf38523 Don't let templates live in shadows. by bungeman@google.com · 13 years ago
  36. a12cc7f Separate code paths of SkTArray at compile time. by bungeman@google.com · 13 years ago
  37. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  38. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  39. 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
  40. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  41. 5c6ae60 Fix compilation error related to using nonexistent sk_malloc instead of sk_malloc_throw. VC++ lazy template code compilation let this work on windows since the wrong function name was only in currently unused templated functions. by bsalomon@google.com · 13 years ago
  42. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago