1. 32bbcf8 Add texture filtering override to debugger by robertphillips@google.com · 11 years ago
  2. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  3. 4256d24 Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888 by commit-bot@chromium.org · 11 years ago
  4. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  5. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  6. 627f662 Disable r11835 (Replace cubic round rect corners with quads) due to performance regression by robertphillips@google.com · 11 years ago
  7. 1cc385b Replace cubic round rect corners with quads by robertphillips@google.com · 11 years ago
  8. 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. dfe0f43 Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  10. 536dc83 Build fix fo windows only by sugoi@google.com · 11 years ago
  11. 0315ed8 Build fix for chromium shared component build by junov@google.com · 11 years ago
  12. 4cc1815 catch the other case where we need to see if fScaledBitmap.lockPixels() might have failed by reed@google.com · 11 years ago
  13. 34150b4 Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for radial_mirror and radial_repeat. by commit-bot@chromium.org · 11 years ago
  14. 9cf0cb1 Implement perspective for bitmaps in pdf. by edisonn@google.com · 11 years ago
  15. c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago
  16. 3f1f2a3 Make CropRect immutable after construction. by senorblanco@chromium.org · 11 years ago
  17. 3e7e992 Add display of filterLevel to debugger by robertphillips@google.com · 11 years ago
  18. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  19. 1ae6c2b check of fScaledBitmap failed to lock by reed@google.com · 11 years ago
  20. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  21. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  22. fe070ba Make sure attribute indexes are correct after restoring vertex attributes by commit-bot@chromium.org · 11 years ago
  23. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  24. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  25. 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  27. 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 11 years ago
  28. 2f92966 Remove SkDataTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  29. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  30. 23d0ab7 return false if we can't scale, to force us to try to lock the original and then proceed by reed@google.com · 11 years ago
  31. db62709 Turn clear-to-white-then-intersect clips into clear-to-black-then-replace by commit-bot@chromium.org · 11 years ago
  32. 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
  33. b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
  34. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  35. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  36. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  37. 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
  38. 0d0bb83 remove clipstack/region bounds assertion by commit-bot@chromium.org · 11 years ago
  39. 8aaac8d Fix build break in assert by bsalomon@google.com · 11 years ago
  40. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  41. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  43. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  44. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  45. ea476e1 swizzle color table if necessary by commit-bot@chromium.org · 11 years ago
  46. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  47. 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
  48. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  49. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  50. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  51. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  52. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  53. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  54. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  55. 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
  56. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  57. 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
  58. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  59. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  60. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  61. e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
  62. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  63. 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
  64. e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
  65. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  66. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  67. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  68. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  69. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  70. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  71. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  73. b5a6651 SkDocument api changes (abort, close return success, set DCT encoder...). by commit-bot@chromium.org · 11 years ago
  74. 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
  75. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  76. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  77. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  78. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  79. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  80. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  81. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  82. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  83. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  84. 12eb781 try uping the cache-count-limit to see if it speeds up bench-pictures by reed@google.com · 11 years ago
  85. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  86. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  87. c0de5d6 Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  88. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  89. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  90. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  91. 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 11 years ago
  92. c0445fe Fix ambiguity in API if no matching system language is found by commit-bot@chromium.org · 11 years ago
  93. 49e8083 Fix for blinking/corrupted text in Canvas 2D. by commit-bot@chromium.org · 11 years ago
  94. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  95. dd6cde5 style nit for myself retroactively: throwOnFailure -> throw_on_failure by commit-bot@chromium.org · 11 years ago
  96. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  97. a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
  98. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  99. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  100. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago