1. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  2. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  3. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  4. d58a856 Have SkTArray state that it default-initializes. by bungeman@google.com · 10 years ago
  5. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 11 years ago
  6. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  7. f85693d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 68b6eca Fix for 9603 by robertphillips@google.com · 11 years ago
  9. a47347e Add operator delete for SkTArray to match operator new by bsalomon@google.com · 11 years ago
  10. d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 11 years ago
  11. b4a8d97 Fixup some conventions in SkTArray and add reset to count method. by commit-bot@chromium.org · 11 years ago
  12. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  13. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  14. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  15. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  16. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  17. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  18. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  19. f47dd74 Rename template param to SkSTArray to be consistent with its base class, SkTArray. by bsalomon@google.com · 12 years ago
  20. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 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
  22. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 12 years ago
  23. d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
  24. cf38523 Don't let templates live in shadows. by bungeman@google.com · 13 years ago
  25. a12cc7f Separate code paths of SkTArray at compile time. by bungeman@google.com · 13 years ago
  26. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  27. 4fa6694 Resubmit 2289 with fix for glsl version by bsalomon@google.com · 13 years ago
  28. 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
  29. 98874cd [GPU] Use new Var type for inputs/outputs of FS and VS by bsalomon@google.com · 13 years ago
  30. 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
  31. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago