1. d3707a7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  2. 006bacf Reverting change 10888 by sugoi@google.com · 11 years ago
  3. 7f07652 SkError as flags by sugoi@google.com · 11 years ago
  4. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  5. 44a77c8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 4020acf Fix android_run_skia by commit-bot@chromium.org · 11 years ago
  7. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  8. b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 11 years ago
  9. 610a07f Rebaselines for PDF image shader fix by commit-bot@chromium.org · 11 years ago
  10. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  11. a6aa0e3 skia: Add SK_API to SkDiscardableMemory. by commit-bot@chromium.org · 11 years ago
  12. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  13. cf7be95 Remove the call to getFontMetrics from SkBBoxRecord by commit-bot@chromium.org · 11 years ago
  14. 73613c1 pdfviewer: if the resources are missing, exit (right now inheritance is not implemented) by edisonn@google.com · 11 years ago
  15. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  16. f68aed3 pdfviewer: when q start, and an operator is called, it should not be able to see operands before q. nest/unnest are similar with pop/push - simulates a stack of stacks, in a single stack by edisonn@google.com · 11 years ago
  17. bd2f301 pdfviewer: add macros to automatically check number and type of parameters by edisonn@google.com · 11 years ago
  18. 37c18e4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  19. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 12 years ago
  20. 42a7829 Better error reporting when dynamic loading fails with DirectWrite. by bungeman@google.com · 12 years ago
  21. 7344385 Fix android doubly defined empty string due to static lib and shared lib thing. by bsalomon@google.com · 12 years ago
  22. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 12 years ago
  23. 05f85ad expectations for radial_gradient2 by mtklein@google.com · 12 years ago
  24. 8fc3766 Update expectations for Mac PDF by vandebo@chromium.org · 12 years ago
  25. 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 12 years ago
  26. c192aa4 Update references to buildbot globals deprecated by r10856 by epoger@google.com · 12 years ago
  27. fef4224 Add new baselines for arcofzorro GM by robertphillips@google.com · 12 years ago
  28. 9572366 Adding new baselines for blurquickreject GM by robertphillips@google.com · 12 years ago
  29. 5c1d88d Add an empty typeface as a default-default. by bungeman@google.com · 12 years ago
  30. ab17a4f Add new "bleed" GM baselines by robertphillips@google.com · 12 years ago
  31. cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 12 years ago
  32. 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 12 years ago
  33. 418ee43 Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual. by bungeman@google.com · 12 years ago
  34. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 12 years ago
  35. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 12 years ago
  36. 2fd740f Make BMP decoder not depend on call to getLength. by scroggo@google.com · 12 years ago
  37. 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 12 years ago
  38. af9296e Update DirectWrite code so that it is loadable on XP. by bungeman@google.com · 12 years ago
  39. 9e02527 Adding new baseline image for Nexus7 fontscaler GM by robertphillips@google.com · 12 years ago
  40. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 12 years ago
  41. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 12 years ago
  42. eecbe50 Nexus 7 Performance trigger rebaselines by robertphillips@google.com · 12 years ago
  43. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  44. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 12 years ago
  45. 147c4f3 Chromium's clang bots do not like the SkASSERT(!"foo") construct by robertphillips@google.com · 12 years ago
  46. 941df4f Add validation check that linewidth func is present (we already call it on ES). by commit-bot@chromium.org · 12 years ago
  47. 2b343cc create a macro for testing if skcolor and skpmcolor have same shift values by djsollen@google.com · 12 years ago
  48. 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 12 years ago
  49. 9504575 Add perf benchmarks and more unit tests for matrix inversion by commit-bot@chromium.org · 12 years ago
  50. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 12 years ago
  51. 8cee797 pdfviewer: check in pdfapi classes by edisonn@google.com · 12 years ago
  52. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 12 years ago
  53. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 12 years ago
  54. 9615fed Add a GM to test the clipping of canvas layers. by djsollen@google.com · 12 years ago
  55. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 12 years ago
  56. 4eaa664 pdfviewer: remove text for pdf spec, in preparation to check-in only the PDF API. by edisonn@google.com · 12 years ago
  57. 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 · 12 years ago
  58. ba0ca99 CHECK -> SKTDYNAMICHASH_CHECK, to avoid collision with CHECK in Chrome logging. by mtklein@google.com · 12 years ago
  59. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 12 years ago
  60. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 12 years ago
  61. 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 · 12 years ago
  62. edd1898 Tweak Matrix44 test so it'll pass on ChromeOS by commit-bot@chromium.org · 12 years ago
  63. fd04011 Remove base-* directories from gm expected/actual paths; just use platform names by epoger@google.com · 12 years ago
  64. c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 12 years ago
  65. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 12 years ago
  66. 70ed38b Re-enable fontscaler GM for Android by commit-bot@chromium.org · 12 years ago
  67. 4348663 Fix stack buffer read overflow in GrConvolutionEffect::TestCreate. by bungeman@google.com · 12 years ago
  68. 8700295 Change comments about size internal formats by commit-bot@chromium.org · 12 years ago
  69. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 12 years ago
  70. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 12 years ago
  71. bee5f97 Final rebaselines for r10769. by jvanverth@google.com · 12 years ago
  72. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 12 years ago
  73. 4146413 Fix merge problem between r10805 and 10803 by robertphillips@google.com · 12 years ago
  74. 2e915b3 Add correctness test to bbh_shootout. by commit-bot@chromium.org · 12 years ago
  75. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 12 years ago
  76. a61ba10 default to device type of last build if no device type is given by djsollen@google.com · 12 years ago
  77. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 12 years ago
  78. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 12 years ago
  79. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 12 years ago
  80. d7ca661 Update tiled bitmap path to respect bleed flag by robertphillips@google.com · 12 years ago
  81. 93a7145 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  82. c58795f Remove unused typedef. by bungeman@google.com · 12 years ago
  83. ffe95f5 Fix size_t to int conversion warning on Win64 in SkRTConf.h. by bungeman@google.com · 12 years ago
  84. 287068c Refer to the correct file for rebaselining benches. by scroggo@google.com · 12 years ago
  85. 361a72f add new GM to try to reproduce a bug by mtklein@google.com · 12 years ago
  86. 8b71ef1 skia: Added SkDiscardableMemory interface. by scroggo@google.com · 12 years ago
  87. cb9445d Add libraries to fix Ubuntu13 Clang build by borenet@google.com · 12 years ago
  88. 8341c2a Whitespace change to test bots by borenet@google.com · 12 years ago
  89. ccdb387 Whitespace change to test the new master. by rmistry@google.com · 12 years ago
  90. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  91. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  92. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 12 years ago
  93. ece1a77 Win7 performance trigger rebaseline by robertphillips@google.com · 12 years ago
  94. 805df1a Fixes for factory GM. by commit-bot@chromium.org · 12 years ago
  95. 22dd6b9 Always support NPOT tiling/MIPs on ES3 by commit-bot@chromium.org · 12 years ago
  96. 5c34491 pdfviewer: remove one #include to STL, that is not needed by edisonn@google.com · 12 years ago
  97. b972772 More rebaselines for r10769. by jvanverth@google.com · 12 years ago
  98. 23e899b pdfviewer: fix typo in sample app by edisonn@google.com · 12 years ago
  99. 2c81777 pdfviewer: update interface of derived canvas and device, to reflect lastest changes in the interfaces. by edisonn@google.com · 12 years ago
  100. 63ce82f pdfviewer: (cleanup) put the gyp for library code in a separate file by edisonn@google.com · 12 years ago