1. 5fedef1 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 9 years ago
  2. 1dd3ea9 Add SkEncodedFormat, used by SkCodec. by scroggo · 9 years ago
  3. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 9 years ago
  4. b79ff56 Specialize Sk2d for ARM64 by mtklein · 9 years ago
  5. 70840cb Replace SSE optimization of Color32A_D565 by henrik.smiding · 9 years ago
  6. c3ce1d2 Revert of Specialize Sk2d for ARM64 (patchset #3 id:40001 of https://codereview.chromium.org/1020963002/) by mtklein · 9 years ago
  7. e57b5ca Specialize Sk2d for ARM64 by mtklein · 9 years ago
  8. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  9. 977b6f7 Remove deprecated flavour of SkDropShadowImageFilter::Create(). by senorblanco · 9 years ago
  10. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  11. 6c1b338 Remove now-unused uniqueID param from SkDropShadowImageFilter::Create(). by senorblanco · 9 years ago
  12. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  13. effcba4 Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:20001 of https://codereview.chromium.org/1022543003/) by reed · 9 years ago
  14. 7c44ca9 replace SkFixedDiv impl with native 64bit math by reed · 9 years ago
  15. 4a22a43 Bump picture version for uniqueID-less SkImageFilter. by senorblanco · 9 years ago
  16. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  17. fffeede Implement SkCodec::getScaledDimensions. by scroggo · 9 years ago
  18. b267fd6 Add comment describing SkColorTable constructor. by scroggo · 9 years ago
  19. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  20. d709ea8 Remove SkLONGLONG. by bungeman · 9 years ago
  21. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  22. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 9 years ago
  23. 82b0748 remove dead code by reed · 9 years ago
  24. 95a4fe3 always reset locale (not just in debug). by Brian Salomon · 9 years ago
  25. f33a8bf fix ios build wrt locale? by Brian Salomon · 9 years ago
  26. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 9 years ago
  27. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  28. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  29. e7903c7 FilterLevel -> SkFilterQuality by reed · 9 years ago
  30. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  31. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  32. 3a22466 remove deprecated setFilterBitmap/isFilterBitmap by reed · 9 years ago
  33. 19c25f1 move kTileModeCount out of TileMode enum by reed · 9 years ago
  34. 6af1b05 remove legacy onCreateCompatibleDevice by reed · 9 years ago
  35. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 9 years ago
  36. 57a48a7 add onCreateDevice to eventually replace onCreateCompatibleDevice by reed · 9 years ago
  37. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 9 years ago
  38. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 9 years ago
  39. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 9 years ago
  40. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 9 years ago
  41. fd45079 Call to retrieve SkDescriptor for SkScalarContext from SkPaint. by joshualitt · 9 years ago
  42. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 9 years ago
  43. 1182d9a Change device creation to see the (optional) layer-paint by reed · 9 years ago
  44. 11fa224 some utils for rect and matrix by reed · 9 years ago
  45. 172b455 Clean up SkDynamicAnnotations. by mtklein · 9 years ago
  46. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 9 years ago
  47. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 9 years ago
  48. 167eb17 Use SkTMin and SkTMax for clamp/pin. by bungeman · 9 years ago
  49. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  50. bb3be25 Remove rect clip type from grclip. by bsalomon · 9 years ago
  51. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 9 years ago
  52. bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 9 years ago
  53. 64de1e1 ViaAndroidSDK for DM by tomhudson · 9 years ago
  54. dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 9 years ago
  55. a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 9 years ago
  56. fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 9 years ago
  57. b7affb5 udpate dox for colorfilter fragment processor requirements by reed · 9 years ago
  58. 024f996 Text blob run paints should be filtered. by fmalita · 9 years ago
  59. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  60. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  61. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 9 years ago
  62. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  63. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  64. 8a8d841 add virtuals to optimize composing colorfilters by reed · 9 years ago
  65. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  66. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  67. 9345eef [Skia] Add SK_API to SkParse. by huangs · 9 years ago
  68. db873d8 add compose-colorfilter by reed · 9 years ago
  69. 5bd055c Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview.chromium.org/969673002/) by reed · 9 years ago
  70. b675a73 add compose-colorfilter by reed · 9 years ago
  71. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 10 years ago
  72. a9061de Add rewind capability to SkChunkAlloc by robertphillips · 10 years ago
  73. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 10 years ago
  74. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 10 years ago
  75. e761614 Spin off some fixes to land right away. by mtklein · 10 years ago
  76. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  77. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  78. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  79. 59c9203 Fix the race to set the new gen ID. by mtklein · 10 years ago
  80. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  81. 63d0024 Steal a bit from the gen ID instead of managing two atomic values. by mtklein · 10 years ago
  82. 63c684a fuzzer fixes by caryclark · 10 years ago
  83. 6101077 Revert of fAddedToCache doesn't need to be atomic. (patchset #1 id:1 of https://codereview.chromium.org/960573002/) by mtklein · 10 years ago
  84. fbe0edf fAddedToCache doesn't need to be atomic. by mtklein · 10 years ago
  85. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  86. b69d0e0 BUG=skia: by herb · 10 years ago
  87. 86821b5 SkTRacy<T> -> SkAtomic<T> by mtklein · 10 years ago
  88. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  89. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  90. f8d24e2 BUG=skia: by herb · 10 years ago
  91. 0413d43 Enable rect clips by joshualitt · 10 years ago
  92. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  93. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 10 years ago
  94. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 10 years ago
  95. 44701df Move clip off of draw target by joshualitt · 10 years ago
  96. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 10 years ago
  97. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  98. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 10 years ago
  99. c01f47b Remove unnecessary include of gles2 header in SkANGLEGLContext.h by bsalomon · 10 years ago
  100. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago