1. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  2. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  3. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  5. ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
  6. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  7. 27d3025 fix https://code.google.com/p/skia/issues/detail?id=1356 by epoger@google.com · 11 years ago
  8. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  9. 8cb1088 change impl to explicitly store length as u32, rather than size_t, so we keep a packed struct on 64bit machines by reed@google.com · 11 years ago
  10. 4a8084c Revert r9081 by epoger@google.com · 11 years ago
  11. 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 11 years ago
  12. b9cf393 Add missing #include <stdarg.h> to SkString.h (fix Android build) by bsalomon@google.com · 11 years ago
  13. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  14. 37ebe3f Address some valgrind issues by robertphillips@google.com · 11 years ago
  15. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 11 years ago
  16. 3d5b998 use SkToS32 to turn a ptrdiff_t into an int (on 64bit build) by reed@google.com · 12 years ago
  17. 61a972f fix gcc build by humper@google.com · 12 years ago
  18. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  19. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  20. a56fedc Add SK_API to SkString for hclam@chromium.org by vandebo@chromium.org · 12 years ago
  21. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  22. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  23. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  24. 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
  25. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  26. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  27. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  28. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 13 years ago
  29. 4e1d3ac code style by mike@reedtribe.org · 13 years ago
  30. e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 13 years ago
  31. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 13 years ago
  32. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 13 years ago
  33. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  34. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  35. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  36. 8a1c16f grab from latest android by reed@android.com · 16 years ago