1. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 11 years ago
  2. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  3. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  4. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  5. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  6. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  7. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 11 years ago
  8. e997c26 ARM Skia NEON patches - 15 - Preparation work for Blitmask optims by commit-bot@chromium.org · 11 years ago
  9. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  10. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  11. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  12. 62aa8d6 Update pdf.gypi to actually work with Chromium by robertphillips@google.com · 11 years ago
  13. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago
  14. d30cb83 Don't compile the debugger on ChromeOS by borenet@google.com · 11 years ago
  15. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 11 years ago
  16. 181fcb4 Refactor SkPDFImage by commit-bot@chromium.org · 11 years ago
  17. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  18. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  19. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  20. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  21. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
  22. 7344385 Fix android doubly defined empty string due to static lib and shared lib thing. by bsalomon@google.com · 11 years ago
  23. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  24. 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 11 years ago
  25. 3c3c462 Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) by robertphillips@google.com · 11 years ago
  26. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  27. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
  28. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 11 years ago
  29. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 8cee797 pdfviewer: check in pdfapi classes by edisonn@google.com · 11 years ago
  31. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 11 years ago
  32. 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
  33. 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
  34. 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
  35. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  36. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  37. 8b71ef1 skia: Added SkDiscardableMemory interface. by scroggo@google.com · 11 years ago
  38. cb9445d Add libraries to fix Ubuntu13 Clang build by borenet@google.com · 11 years ago
  39. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  41. 23e899b pdfviewer: fix typo in sample app by edisonn@google.com · 11 years ago
  42. 63ce82f pdfviewer: (cleanup) put the gyp for library code in a separate file by edisonn@google.com · 11 years ago
  43. 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
  44. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  45. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  46. 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 11 years ago
  47. 936be47 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. fb7b1bf pdfviewer: workaround gyp issue with multiple files, not being translated into an array in linux (works in mac, as per spec) by edisonn@google.com · 11 years ago
  49. 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 11 years ago
  50. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  51. 33f11b6 pdfviewer: make pdfviewer compile on mac by edisonn@google.com · 11 years ago
  52. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  53. 3aa3555 pdfviewer: 1) debug code for drawText (show magenta background for text, to show text even when we fail to load/show it), 2) some cleanup: refactor and rename classes and files by edisonn@google.com · 11 years ago
  54. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  55. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  56. 2cad2c0 fix malformed gypi file that was missing commas by djsollen@google.com · 11 years ago
  57. cc95b1a Update Skia Android tools. by djsollen@google.com · 11 years ago
  58. 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
  59. a8797b9 remove include from the header paths by djsollen@google.com · 11 years ago
  60. ee05f75 Remove exported headers and add all public headers into dictionary for reference by clients. by djsollen@google.com · 11 years ago
  61. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  62. 17f1ae6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. c28f555 This attempts to replicate some bad cache behavior Mozilla reported. by commit-bot@chromium.org · 11 years ago
  64. 103f2d0 Add new GM to targeted at rect->clear optimization with different xfermodes. by commit-bot@chromium.org · 11 years ago
  65. 34504ad Adding 2 functions to the Skia API by commit-bot@chromium.org · 11 years ago
  66. 768bc6a pdfviewer: add ability to run on gpu by edisonn@google.com · 11 years ago
  67. 1efccd2 Create a gypi that contains all the SK_API header files for use by clients (i.e. chromium). by djsollen@google.com · 11 years ago
  68. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
  69. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  70. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  71. ebbda76 enable SK_FONTHOST_USES_FONTMGR for mac and win. linux fontmgr not ready by reed@google.com · 11 years ago
  72. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  73. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  74. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  75. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  76. 4460de4 Tweak -mssse3 on Mac a little. by commit-bot@chromium.org · 11 years ago
  77. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  78. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  79. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  80. 5149bd9 pdfviewer: set backdround to transparent, and add an app to chop transparent content in png files. by edisonn@google.com · 11 years ago
  81. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  82. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  83. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  84. 7e5d186 In preparation for make Chromium's skia.gyp use pdf.gypi. by commit-bot@chromium.org · 11 years ago
  85. aade2e1 Add fullscreen rect bench by bsalomon@google.com · 11 years ago
  86. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  87. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  88. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  89. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  90. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  91. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  92. 17ad2bd Fix quickReject computation for blurs by robertphillips@google.com · 11 years ago
  93. e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 11 years ago
  94. a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 11 years ago
  95. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. aaa9b29 Added GM to test forthcoming bleed flag by robertphillips@google.com · 11 years ago
  97. 50bbdb4 pdfviewer: update drawBitmap, and fic a gyp issue: gyp does not run in a consistent way on various palt forms, and it generates some files in ../../../foo instead of ../foo - Solution: use the (inconvenient) Shared intermediary directory that should work on all platforms. by edisonn@google.com · 11 years ago
  98. a9b7936 Add lua_pictures target to tools.gyp by sglez@google.com · 11 years ago
  99. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  100. 43f2b2c SkiaExamples improvements. by sglez@google.com · 11 years ago