1. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  2. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  3. f568f6a git sample app working on iOS by caryclark · 10 years ago
  4. 19eb3b2 update pathops core and tests by caryclark · 10 years ago
  5. 3eb258d Generate makefile for bench_pictures. by scroggo · 10 years ago
  6. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  7. 103ae71 Remove benches from DM. by mtklein · 10 years ago
  8. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  9. b6638bd Chromium no longer needs the SkPicture default constructor by robertphillips · 10 years ago
  10. eccbfec Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators. by Derek Sollenberger · 10 years ago
  11. 122f9ec Remove outdated compiler restrictions. by Derek Sollenberger · 10 years ago
  12. 720c66b Reexport skia_gdi. by Mike Klein · 10 years ago
  13. 20f3403 Put skia_directwrite back for now. by Mike Klein · 10 years ago
  14. 9358706 skia_directwrite -> skia_gdi by Mike Klein · 10 years ago
  15. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  16. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  17. 7edaeb5 nanobench on Windows: try compiler barriers around timer instead. by Mike Klein · 10 years ago
  18. f7e51ea Disable LTCG for nanobench. by Mike Klein · 10 years ago
  19. 6599258 Cleanup: Remove unused/unimplemented SkTextLayout.h. by tfarina · 10 years ago
  20. 630598c Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  21. 60317d0f nanobench: support --outResultsFile by mtklein · 10 years ago
  22. 9c6878b Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/) by halcanary · 10 years ago
  23. ee34953 Enable the SSSE3 compile time check on all platforms. by djsollen · 10 years ago
  24. 55d316e Remove last SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  25. 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
  26. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  27. 4fdba1c Reallow default SkPicture constructor for Chromium by Robert Phillips · 10 years ago
  28. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  29. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 10 years ago
  30. d41dab4 Revert of Add support for NEON intrinsics to speed up texture compression. We can (https://codereview.chromium.org/390453002/) by krajcevski · 10 years ago
  31. 936b734 ios fixes by caryclark · 10 years ago
  32. bc9205b Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  33. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  34. c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 10 years ago
  35. c9af44a Revert of Remove public_headers.gypi, unneeded by Skia. (https://codereview.chromium.org/381633003/) by scroggo · 10 years ago
  36. 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  37. a3fce46 Remove public_headers.gypi, unneeded by Skia. by scroggo · 10 years ago
  38. 4d1605a Enable tools/CrashHandler again. by mtklein · 10 years ago
  39. 15840a2 Delete third_party/harfbuzz by Mike Klein · 10 years ago
  40. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  41. c7d29c8 update our build system to support the experimental L-Release NDK by Derek Sollenberger · 10 years ago
  42. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  43. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  44. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  45. 0b544ae Add SkRacy by mtklein · 10 years ago
  46. 0a65e38 Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp by tfarina · 10 years ago
  47. 1ad00e4 Split SkPictureRangePlayback out of SkPicturePlayback by robertphillips · 10 years ago
  48. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  49. a26bbb9 MIPS: added optimizations for functions from SkBitmapProcState by djordje.pesut · 10 years ago
  50. beaf62d remove unneeded flag for android by reed · 10 years ago
  51. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  52. 58f1e92 remove unneeded flags for android by reed · 10 years ago
  53. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  54. aca3d84 Remove SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK. by mtklein · 10 years ago
  55. d312a04 Enable 32/64-bit gyp switch on Android by qiankun.miao · 10 years ago
  56. d8a5e8d remove unneeded flags for android by reed · 10 years ago
  57. 5f7f9d0 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  58. 82cb86f Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/) by reed · 10 years ago
  59. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  60. 2830632 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  61. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago
  62. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  63. 12ffdb3 remove flags that are now in chrome's SkUserConfig.h by reed · 10 years ago
  64. 1072218 Cleanup: Delete SkJSON header. by tfarina · 10 years ago
  65. 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
  66. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  67. 952841b Begin atlasing by robertphillips · 10 years ago
  68. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  69. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  70. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  71. 1e2772f Remove now-nonexistent SkCountdown.h from public_headers. by senorblanco · 10 years ago
  72. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  73. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  74. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  75. 98e34ba remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE for chrome by reed · 10 years ago
  76. e1c5586 Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) by rmistry · 10 years ago
  77. c1dfa14 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  78. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  79. da07a08 Make LTCG optional on windows builds. by bsalomon · 10 years ago
  80. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  81. f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 10 years ago
  82. 12345ae Rename TestSize.cpp to SizeTest.cpp by tfarina · 10 years ago
  83. 2b8a3b8 Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit. by mtklein · 10 years ago
  84. ec368cf Temporarily disable autovectorization in core for 32-bit Linux builds. by mtklein · 10 years ago
  85. 32492e8 delete disabled bench by mtklein · 10 years ago
  86. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  87. a8d2ffb add pathops tight bounds; conform path ops' gyp to unit tests by caryclark · 10 years ago
  88. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  89. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  90. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  91. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  92. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  93. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  94. 1c4d578 No need to include ../tools/flags in include_dirs when depending on flags target. by tfarina · 10 years ago
  95. 2010891 Add GYP target for sk_tool_utils.* component. by tfarina · 10 years ago
  96. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  97. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  98. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  99. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  100. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago