1. 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 11 years ago
  2. c192aa4 Update references to buildbot globals deprecated by r10856 by epoger@google.com · 11 years ago
  3. fef4224 Add new baselines for arcofzorro GM by robertphillips@google.com · 11 years ago
  4. 9572366 Adding new baselines for blurquickreject GM by robertphillips@google.com · 11 years ago
  5. 5c1d88d Add an empty typeface as a default-default. by bungeman@google.com · 11 years ago
  6. ab17a4f Add new "bleed" GM baselines by robertphillips@google.com · 11 years ago
  7. cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 11 years ago
  8. 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 11 years ago
  9. 418ee43 Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual. by bungeman@google.com · 11 years ago
  10. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  11. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
  12. 2fd740f Make BMP decoder not depend on call to getLength. by scroggo@google.com · 11 years ago
  13. 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 11 years ago
  14. af9296e Update DirectWrite code so that it is loadable on XP. by bungeman@google.com · 11 years ago
  15. 9e02527 Adding new baseline image for Nexus7 fontscaler GM by robertphillips@google.com · 11 years ago
  16. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  17. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 11 years ago
  18. eecbe50 Nexus 7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  19. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
  21. 147c4f3 Chromium's clang bots do not like the SkASSERT(!"foo") construct by robertphillips@google.com · 11 years ago
  22. 941df4f Add validation check that linewidth func is present (we already call it on ES). by commit-bot@chromium.org · 11 years ago
  23. 2b343cc create a macro for testing if skcolor and skpmcolor have same shift values by djsollen@google.com · 11 years ago
  24. 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 11 years ago
  25. 9504575 Add perf benchmarks and more unit tests for matrix inversion by commit-bot@chromium.org · 11 years ago
  26. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  27. 8cee797 pdfviewer: check in pdfapi classes by edisonn@google.com · 11 years ago
  28. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 11 years ago
  29. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 11 years ago
  30. 9615fed Add a GM to test the clipping of canvas layers. by djsollen@google.com · 11 years ago
  31. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  32. 4eaa664 pdfviewer: remove text for pdf spec, in preparation to check-in only the PDF API. by edisonn@google.com · 11 years ago
  33. 54c538e Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL." by vandebo@chromium.org · 11 years ago
  34. ba0ca99 CHECK -> SKTDYNAMICHASH_CHECK, to avoid collision with CHECK in Chrome logging. by mtklein@google.com · 11 years ago
  35. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 11 years ago
  36. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 11 years ago
  37. 85e9db0 The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL. by commit-bot@chromium.org · 11 years ago
  38. edd1898 Tweak Matrix44 test so it'll pass on ChromeOS by commit-bot@chromium.org · 11 years ago
  39. fd04011 Remove base-* directories from gm expected/actual paths; just use platform names by epoger@google.com · 11 years ago
  40. c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 11 years ago
  41. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  42. 70ed38b Re-enable fontscaler GM for Android by commit-bot@chromium.org · 11 years ago
  43. 4348663 Fix stack buffer read overflow in GrConvolutionEffect::TestCreate. by bungeman@google.com · 11 years ago
  44. 8700295 Change comments about size internal formats by commit-bot@chromium.org · 11 years ago
  45. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 11 years ago
  46. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 11 years ago
  47. bee5f97 Final rebaselines for r10769. by jvanverth@google.com · 11 years ago
  48. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 11 years ago
  49. 4146413 Fix merge problem between r10805 and 10803 by robertphillips@google.com · 11 years ago
  50. 2e915b3 Add correctness test to bbh_shootout. by commit-bot@chromium.org · 11 years ago
  51. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  52. a61ba10 default to device type of last build if no device type is given by djsollen@google.com · 11 years ago
  53. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 11 years ago
  54. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  55. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  56. d7ca661 Update tiled bitmap path to respect bleed flag by robertphillips@google.com · 11 years ago
  57. 93a7145 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. c58795f Remove unused typedef. by bungeman@google.com · 11 years ago
  59. ffe95f5 Fix size_t to int conversion warning on Win64 in SkRTConf.h. by bungeman@google.com · 11 years ago
  60. 287068c Refer to the correct file for rebaselining benches. by scroggo@google.com · 11 years ago
  61. 361a72f add new GM to try to reproduce a bug by mtklein@google.com · 11 years ago
  62. 8b71ef1 skia: Added SkDiscardableMemory interface. by scroggo@google.com · 11 years ago
  63. cb9445d Add libraries to fix Ubuntu13 Clang build by borenet@google.com · 11 years ago
  64. 8341c2a Whitespace change to test bots by borenet@google.com · 11 years ago
  65. ccdb387 Whitespace change to test the new master. by rmistry@google.com · 11 years ago
  66. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  68. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  69. ece1a77 Win7 performance trigger rebaseline by robertphillips@google.com · 11 years ago
  70. 805df1a Fixes for factory GM. by commit-bot@chromium.org · 11 years ago
  71. 22dd6b9 Always support NPOT tiling/MIPs on ES3 by commit-bot@chromium.org · 11 years ago
  72. 5c34491 pdfviewer: remove one #include to STL, that is not needed by edisonn@google.com · 11 years ago
  73. b972772 More rebaselines for r10769. by jvanverth@google.com · 11 years ago
  74. 23e899b pdfviewer: fix typo in sample app by edisonn@google.com · 11 years ago
  75. 2c81777 pdfviewer: update interface of derived canvas and device, to reflect lastest changes in the interfaces. by edisonn@google.com · 11 years ago
  76. 63ce82f pdfviewer: (cleanup) put the gyp for library code in a separate file by edisonn@google.com · 11 years ago
  77. dc3134c Always support pack/unpack row length on ES3. Add support for NV_pack_subimage extension. by commit-bot@chromium.org · 11 years ago
  78. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  79. 2276c01 Support VAO when on ES3. by commit-bot@chromium.org · 11 years ago
  80. 66198a7 More rebaselines for r10769. by jvanverth@google.com · 11 years ago
  81. 052d536 First set of rebaselines for r10769. by jvanverth@google.com · 11 years ago
  82. 063d707 pdfviewer: code cleanup - remove STL usage by edisonn@google.com · 11 years ago
  83. c671497 Ubuntu flaky performance trigger rebaseline by robertphillips@google.com · 11 years ago
  84. 681ccf0 Fix hairline pathrenderer for Nexus-10. Switches to using additional by jvanverth@google.com · 11 years ago
  85. 30e086c more rebaselines of convexpaths by bsalomon@google.com · 11 years ago
  86. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  87. c9917c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 1e973d7 Patch for r10762 by robertphillips@google.com · 11 years ago
  89. 6c15764 This CL addresses "SkCanvas::save flags are not respected by GPU backend" (https://code.google.com/p/skia/issues/detail?id=1503). by commit-bot@chromium.org · 11 years ago
  90. 8f42697 This bench attempts to recreate Chromium's Canvas_putImageData performance test to track down https://code.google.com/p/chromium/issues/detail?id=270649. by commit-bot@chromium.org · 11 years ago
  91. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  92. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  93. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  94. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  95. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  96. 259fbaf Add homogeneous point mapping to Matrix by egdaniel@google.com · 11 years ago
  97. 0038c12 Write NULL as "" so readString() always returns a non-NULL string. by mtklein@google.com · 11 years ago
  98. 439df28 fine-tune tolerance for pinchy quads in stroker by reed@google.com · 11 years ago
  99. 44d662b temporarily disable assert in convexpaths GM while it is debugged by bsalomon@google.com · 11 years ago
  100. b5f8f41 Add missing baselines for convexpaths GM by bsalomon@google.com · 11 years ago