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