1. 8686be2 Remove 16bit asserts and casts of string length. by bsalomon@google.com · 12 years ago
  2. 166726b Fix stroked roundrects on Nexus 10. by commit-bot@chromium.org · 12 years ago
  3. 63a3f6f Fix for Debug check failures in r9108 by robertphillips@google.com · 12 years ago
  4. 1d2f631 add bench for blurred rectori case by robertphillips@google.com · 12 years ago
  5. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  6. 28ac96e Partial revert of r9087 by robertphillips@google.com · 12 years ago
  7. 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 12 years ago
  8. 66a4a4c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  9. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 12 years ago
  10. 1a47523 [PDF] Only output the Dests dictionary if it isn't epmpty by vandebo@chromium.org · 12 years ago
  11. 9e9dfa3 Fix memory leak in SkTypeface.cpp by robertphillips@google.com · 12 years ago
  12. 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
  13. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 12 years ago
  14. 4d98b74 Fix memory leak in filter tool by robertphillips@google.com · 12 years ago
  15. 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 12 years ago
  16. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 12 years ago
  17. 91b7116 Further defer devRect computation in gpu rect drawing by robertphillips@google.com · 12 years ago
  18. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 12 years ago
  19. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
  20. 0f20a3f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  21. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 12 years ago
  22. 3a886cc fix warning/error of uninitialized len by reed@google.com · 12 years ago
  23. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
  24. 4a8084c Revert r9081 by epoger@google.com · 12 years ago
  25. 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 12 years ago
  26. 6d58ad3 Fix for compiler warnings/errors in r9078 by robertphillips@google.com · 12 years ago
  27. 6670ab9 Added game-like bench marks by robertphillips@google.com · 12 years ago
  28. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 12 years ago
  29. 614f9e3 Fix some warnings in SkPath. by scroggo@google.com · 12 years ago
  30. a9f142e remove unneeded reference to SkTScopedPtr by commit-bot@chromium.org · 12 years ago
  31. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  32. 504976e Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram. by bsalomon@google.com · 12 years ago
  33. be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  34. 3eff359 need to clamp all of the cubic points after a chop, in case our finite precision by reed@google.com · 12 years ago
  35. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 12 years ago
  36. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 12 years ago
  37. 2a9a8be fix BitmapHasher unittest failure as of r9064 by epoger@google.com · 12 years ago
  38. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 12 years ago
  39. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 12 years ago
  40. 8b7463d remove dead code (SkBitmapSampler) by reed@google.com · 12 years ago
  41. e364741 Revert r9055. by jvanverth@google.com · 12 years ago
  42. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 12 years ago
  43. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 12 years ago
  44. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 12 years ago
  45. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 12 years ago
  46. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 12 years ago
  47. 74d50a4 Better method for rendering AA ellipses. by commit-bot@chromium.org · 12 years ago
  48. d028056 add SK_API by reed@google.com · 12 years ago
  49. 1b8014c Comment out invalid assert. by bsalomon@google.com · 12 years ago
  50. 32ecf40 Autogen has been reset. Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  51. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  52. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 12 years ago
  53. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 12 years ago
  54. 24bd210 add (untested) tangent calc for conics by reed@google.com · 12 years ago
  55. 96fd344 path ops -- make combined clips soft if one is soft by caryclark@google.com · 12 years ago
  56. 7f4ad5a Reland r9043 with fix. by bsalomon@google.com · 12 years ago
  57. c77256b Make make.bat and gyp_skia work with VS 2012. by bsalomon@google.com · 12 years ago
  58. 4bb235b revert 9043 by bsalomon@google.com · 12 years ago
  59. 7df1bb7 SkGpuDevice: Delay locking bitmap pixels until we have a known texture cache miss. by bsalomon@google.com · 12 years ago
  60. a5e5592 path ops -- fix skp bugs by caryclark@google.com · 12 years ago
  61. 3faf1f1 Nexus 7 performance trigger rebaselines by robertphillips@google.com · 12 years ago
  62. 3b34505 add block comment describing sync nature of SkStream by reed@google.com · 12 years ago
  63. 366a770 GM: now that we use MD5 instead of CityHash, the JSON should say so by epoger@google.com · 12 years ago
  64. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 12 years ago
  65. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 12 years ago
  66. 66f5aaa Check whether font creation is failed to avoid segment fault. by commit-bot@chromium.org · 12 years ago
  67. 279627e reverting 9031 by junov@chromium.org · 12 years ago
  68. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 12 years ago
  69. 8e2cdff Nexus 7 performance trigger rebaseline by robertphillips@google.com · 12 years ago
  70. ce0ce4f Add stroked oval benches. by jvanverth@google.com · 12 years ago
  71. 1ce5cef Run bench_pictures with "--config msaa4" on Razr I, Nexus 10, and GNex by borenet@google.com · 12 years ago
  72. e944de7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  73. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 12 years ago
  74. f58d854 Reverting r9016 due to Nexus7 GM regressions by jvanverth@google.com · 12 years ago
  75. 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 12 years ago
  76. 1335264 Better method for rendering AA ellipses. by commit-bot@chromium.org · 12 years ago
  77. fcc9ca0 by hook or by crook, force gcc to return the value of SkPoint::length() to actually be a float by reed@google.com · 12 years ago
  78. ddb45a6 Nexus 7 performance trigger rebaselines by robertphillips@google.com · 12 years ago
  79. 1ca36ec Don't use writeData to write the document in GM. by bungeman@google.com · 12 years ago
  80. 33146a7 Updated performance trigger baseline by robertphillips@google.com · 12 years ago
  81. e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 12 years ago
  82. da5e6e9 Use exportVar function in nacl_make by borenet@google.com · 12 years ago
  83. 6a98b8c Copy NaCl directory into trunk/platform_tools, adjust paths by borenet@google.com · 12 years ago
  84. f073b33 reimplement generateFontMetrics to keep all calculations in SkScalar, avoiding the by reed@google.com · 12 years ago
  85. 0386359 Refreshed SKP files. Whitespace change to trigger rebuilds. by rmistry@google.com · 12 years ago
  86. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  87. 1125d39 Add a new mode to render_pictures. by scroggo@google.com · 12 years ago
  88. 0018f75 Fix more warnings. by scroggo@google.com · 12 years ago
  89. cb3c8d7 Make rebaseline.py pull GN Debug images. by bsalomon@google.com · 12 years ago
  90. 8b5ff5c Fix build (warning). by scroggo@google.com · 12 years ago
  91. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 12 years ago
  92. dc9cdf8 add (temporary) diagnostic code for normalize test by reed@google.com · 12 years ago
  93. c9f8166 add endian tests (reviewed by bungeman) by reed@google.com · 12 years ago
  94. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 12 years ago
  95. 25720b4 trick the compiler into not knowning that I will generate an overflow by reed@google.com · 12 years ago
  96. 292ce73 Add benches for all xfermodes. by bsalomon@google.com · 12 years ago
  97. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 12 years ago
  98. c772540 fix copy-paste error in setup script by djsollen@google.com · 12 years ago
  99. d165de4 Check for third_party deps before compiling on android by djsollen@google.com · 12 years ago
  100. 403b90e Exclude angle dependency on non-angle builds by djsollen@google.com · 12 years ago