1. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  2. 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
  3. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  4. 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
  5. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  6. 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
  7. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  8. b2885d5 Document SkString::resize(int) as destructive. by bungeman · 9 years ago
  9. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  10. 16e833d SkString: remove fStr member by halcanary · 9 years ago
  11. d23f45d document the SkStrAppend methods by reed · 10 years ago
  12. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  13. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  14. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  15. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  17. ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
  18. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  19. 27d3025 fix https://code.google.com/p/skia/issues/detail?id=1356 by epoger@google.com · 11 years ago
  20. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  21. 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
  22. 4a8084c Revert r9081 by epoger@google.com · 11 years ago
  23. 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 11 years ago
  24. b9cf393 Add missing #include <stdarg.h> to SkString.h (fix Android build) by bsalomon@google.com · 12 years ago
  25. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  26. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  27. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 12 years ago
  28. 3d5b998 use SkToS32 to turn a ptrdiff_t into an int (on 64bit build) by reed@google.com · 12 years ago
  29. 61a972f fix gcc build by humper@google.com · 12 years ago
  30. 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
  31. 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
  32. a56fedc Add SK_API to SkString for hclam@chromium.org by vandebo@chromium.org · 12 years ago
  33. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  34. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  35. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  36. 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  38. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  39. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  40. 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
  41. 4e1d3ac code style by mike@reedtribe.org · 13 years ago
  42. e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 14 years ago
  43. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  44. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  45. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  46. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  47. d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
  48. 8a1c16f grab from latest android by reed@android.com · 16 years ago