1. da7a567 SkTArray: behave a little more like std::vector by Hal Canary · 6 years ago
  2. c1db610 Revert "SkTArray: clean up, no change to behaviour" by Mike Klein · 6 years ago
  3. c0a74a1 SkTArray: clean up, no change to behaviour by Hal Canary · 6 years ago
  4. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  5. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  6. f08d1d0 Stop using SkTSwap. by Ben Wagner · 7 years ago
  7. cab2549 use 64bit math in TArray realloc by Mike Reed · 7 years ago
  8. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  9. 474d687 Send TextBlobCache purge messages only to owning cache. by Jim Van Verth · 7 years ago
  10. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  11. 610842a Make SkTArray maintain reserve count by Brian Salomon · 8 years ago
  12. 70131b9 Fix SkTArray operator= to work with self assignment by Greg Daniel · 8 years ago
  13. 69225d0 Make SkTArray not allocate unless reserve or initial count > 0 by Brian Salomon · 8 years ago
  14. d54639f Add SkSTArray move assignment operators by Florin Malita · 8 years ago
  15. 6c14c8d take fast case in swap() if we're using malloc OR we're empty by Mike Reed · 8 years ago
  16. c2d5bd0 Fix SkTArray copy construction by Florin Malita · 8 years ago
  17. b1d800d SkSTArray move ctor by Florin Malita · 8 years ago
  18. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  19. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  20. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  21. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  22. 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 9 years ago
  23. e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 9 years ago
  24. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 9 years ago
  25. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  26. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 9 years ago
  27. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago[Renamed from include/core/SkTArray.h]
  28. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  29. 918090c SkTArray to move when moving. by bungeman · 9 years ago
  30. 4984b85 Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ ) by mtklein · 9 years ago
  31. f5b8b6d Reland of SkTArray to move when moving. (patchset #1 id:1 of https://codereview.chromium.org/1677103002/ ) by kjlubick · 9 years ago
  32. 2f8c9bf Revert of SkTArray to move when moving. (patchset #3 id:40001 of https://codereview.chromium.org/1672063002/ ) by kjlubick · 9 years ago
  33. 3c69348 SkTArray to move when moving. by bungeman · 9 years ago
  34. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  35. 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
  36. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  37. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  38. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  39. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  40. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  41. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  42. 383ff10 Remove unnecessary virtual destructor on SkTArray by bsalomon · 9 years ago
  43. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  44. 3632f84 Add tests for STArray swap by bsalomon · 10 years ago
  45. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  46. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  47. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  48. d58a856 Have SkTArray state that it default-initializes. by bungeman@google.com · 11 years ago
  49. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 11 years ago
  50. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  51. f85693d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  52. 68b6eca Fix for 9603 by robertphillips@google.com · 12 years ago
  53. a47347e Add operator delete for SkTArray to match operator new by bsalomon@google.com · 12 years ago
  54. d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 12 years ago
  55. b4a8d97 Fixup some conventions in SkTArray and add reset to count method. by commit-bot@chromium.org · 12 years ago
  56. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  57. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  58. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  59. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  60. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  61. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  62. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  63. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 12 years ago
  64. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 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
  66. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 12 years ago
  67. d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
  68. cf38523 Don't let templates live in shadows. by bungeman@google.com · 13 years ago
  69. a12cc7f Separate code paths of SkTArray at compile time. by bungeman@google.com · 13 years ago
  70. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  71. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  72. 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
  73. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  74. 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
  75. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago