1. 01f8e41 Revert "Clean up SkString reference counting a bit." by Robert Phillips · 7 years ago
  2. a910c84 Clean up SkString reference counting a bit. by Ben Wagner · 7 years ago
  3. af89366 Make SkString reference counting thread/TSAN safe. by Ben Wagner · 7 years ago
  4. d6e6e66 factor out hexadecimal constants. by Hal Canary · 7 years ago
  5. d51bdae SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  6. 3361e62 Revert of SkStringPrintf and SkString::printf now are no longer limted by a static buffer (patchset #5 id:80001 of https://codereview.chromium.org/1403803002/ ) by halcanary · 8 years ago
  7. 606cadd SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 8 years ago
  8. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  9. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  10. 9d55297 Make SkString movable. by bungeman · 9 years ago
  11. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  12. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  13. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  14. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  15. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  16. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  17. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  18. b906daf Have /src files use header directly. by herb · 9 years ago
  19. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  20. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  23. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  24. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  25. 16e833d SkString: remove fStr member by halcanary · 9 years ago
  26. 225fb98 Avoid dec = -dec overflow when appending most negative signed integers. by mtklein · 10 years ago
  27. 976386b Possible optimization to SkString by joshualitt · 10 years ago
  28. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  29. dfb9bc4 Fix string assert and dead code which caused it. by bungeman · 10 years ago
  30. 9fb0041 SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] by mike@reedtribe.org · 11 years ago
  31. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  32. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  34. ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
  35. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  36. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  37. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 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
  39. 8686be2 Remove 16bit asserts and casts of string length. by bsalomon@google.com · 11 years ago
  40. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  41. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  42. 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
  43. a9baf11 Double size of buffer for SkString::printf() by rileya@google.com · 12 years ago
  44. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  45. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  46. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  47. 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  50. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  51. 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
  52. 4e1d3ac code style by mike@reedtribe.org · 13 years ago
  53. d5e05d4 balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2 by mike@reedtribe.org · 13 years ago
  54. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  55. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  56. fa06e52 use sprintf to generate float->string for SkString routines, removing the by reed@google.com · 14 years ago
  57. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  58. d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
  59. 8a1c16f grab from latest android by reed@android.com · 16 years ago