1. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  2. 3eee383 Modify gpu debug markers to store gpu device markers when a flush occurs. by egdaniel · 10 years ago
  3. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  4. e4097e3 Fix last pathops skp bug by caryclark · 10 years ago
  5. 33eb30f Clean up DirectWrite typeface cache matching. by bungeman · 10 years ago
  6. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  7. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  8. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  9. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  10. 6d867d4 DirectWrite to use PostScript name for PDF. by bungeman · 10 years ago
  11. 859b924 move some headers out of public by reed · 10 years ago
  12. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  13. a272d6d Move SkStringUtils.h to src/core. by mtklein · 10 years ago
  14. da085e6 fix chrome had #if SK_DEBUG instead of #ifdef SK_DEBUG by caryclark · 10 years ago
  15. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  16. 9ccabf7 Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/) by mtklein · 10 years ago
  17. 0eb02a6 Cleaned a repeated if(condition) with the same condition by piotaixr · 10 years ago
  18. f3b5027 Perlin noise cleanup. by senorblanco · 10 years ago
  19. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  20. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  21. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  22. cb9a2c8 Extract "text align proc" functions as reusable classes by kkinnunen · 10 years ago
  23. 39e58ad Randomize seed for SkDiscretePathEffect::filterPath() by rs.prinja · 10 years ago
  24. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  25. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
  26. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  27. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  28. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 10 years ago
  29. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  30. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  31. e1f5a23 Add ifdef to not use function pointer that we don't have yet on Chromium?? by krajcevski · 10 years ago
  32. 145d48c Allow compressed texture data to be updated. by krajcevski · 10 years ago
  33. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  34. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
  35. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  36. 6059f16 SkNEW as default Create() for SkLazyPtr macros. by mtklein · 10 years ago
  37. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  38. f0419e9 Hide chooseFromOneChoice along with Chooser. by scroggo · 10 years ago
  39. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  40. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  41. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  42. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  43. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  44. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  45. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  46. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  47. 35fcd15 Support for larger than "signed 32b limit" sized bitmaps in BGRAConvolve2D. by sugoi · 10 years ago
  48. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  49. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  50. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  51. e50da8f fix when DEVICE_CONFIG is still defined by reed · 10 years ago
  52. ae61440 Add texture compression utility by krajcevski · 10 years ago
  53. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  54. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  55. 77ec7a6 Clean up SkScaledImageCache at exit only in SK_DEVELOPER mode. by mtklein · 10 years ago
  56. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  57. f74f55a Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  58. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 10 years ago
  59. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  60. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  61. e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
  62. 407d7c9 Add sampler options to SkScaledBitmapSampler by krajcevski · 10 years ago
  63. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  64. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  65. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  66. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  67. 5119234 Generate path names on the client side by cdalton · 10 years ago
  68. 3217c4a Make sure to copy the LATC alias when copying the GrGLCaps by krajcevski · 10 years ago
  69. 4cbf8e3 Add some comments to GrRectanizer_skyline by robertphillips · 10 years ago
  70. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  71. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  72. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  73. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  74. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  75. 19cae4f use __atomics in SkBarriers_tsan.h by mtklein · 10 years ago
  76. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
  77. 9ab6c00 remove extra debug prints by humper · 10 years ago
  78. 39dd491 fix 10.6 shader tests by humper · 10 years ago
  79. e10a4ff repair math error introduced by windows build fix by humper · 10 years ago
  80. 1afc04d one channel texture fix for blur shader by humper · 10 years ago
  81. 7bf666a fix blur test by humper · 10 years ago
  82. fe689c4 Faster GPU rect blur that doesn't require computing vertical and horizontal by humper · 10 years ago
  83. ea6b46b ARM Skia NEON patches - 39 - arm64 565 blitters by kevin.petit · 10 years ago
  84. 97724ed Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/) by egdaniel · 10 years ago
  85. be4fd4f Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  86. 0951fe1 Fixing another clusterfuzz issue by sugoi · 10 years ago
  87. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  88. 56d135c Adding kernel offset validation by sugoi · 10 years ago
  89. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  90. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 10 years ago
  91. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  92. b0b0feb Fix SK_API for DirectWrite port. by Ben Wagner · 10 years ago
  93. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago
  94. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  95. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  96. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 10 years ago
  97. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 10 years ago
  98. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  99. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  100. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago