1. 46572b4 [base] Move more files into base by Kevin Lubick · 2 years ago[Renamed (99%) from src/core/SkDeque.cpp]
  2. 19936eb [base] Move some files from include/private to include/private/base by Kevin Lubick · 2 years, 1 month ago
  3. a24947d Break apart some uses of SkTypes by Kevin Lubick · 2 years, 1 month ago
  4. 4d17001 move SkDeque.h into private by Mike Reed · 5 years ago
  5. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  6. d336ebd SkDeque: Move asserts prior to pointer dereference by Greg Kaiser · 6 years ago
  7. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  8. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  9. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  12. 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
  13. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
  14. 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 13 years ago
  15. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  16. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 14 years ago
  17. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  18. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  19. 8a1c16f grab from latest android by reed@android.com · 16 years ago