1. 24d8249 Tweak GYP to also link with XCode 7. by mtklein · 9 years ago
  2. 3989205 remove some unused stuff by joshualitt · 9 years ago
  3. 718e41d Fix msvs builds by msarett · 9 years ago
  4. 139491f Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  5. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  6. d17a329 Add normal map sample by jvanverth · 9 years ago
  7. 72394ef Do not try to compile x86 and x86_64 .asm files on Android by msarett · 9 years ago
  8. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  9. 426388e Revert of Add normal map sample (patchset #6 id:100001 of https://codereview.chromium.org/1212813009/) by robertphillips · 9 years ago
  10. 8e0da72 Add normal map sample by jvanverth · 9 years ago
  11. c1d1dd7 Revert of Use the upstream version of libwebp, v0.4.3. (patchset #6 id:70001 of https://codereview.chromium.org/1178013008/) by scroggo · 9 years ago
  12. 3aa0fb4 Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  13. 60c0475 Add tools/flatten to flatten nested pictures in .skps. by mtklein · 9 years ago
  14. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  15. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  16. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  17. 11271fe Add scripts for running LLVM coverage by borenet · 9 years ago
  18. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  19. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  20. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  21. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  22. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  23. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  24. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  25. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  26. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  27. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  28. 962cc98 Add benchmarkstream to visualbench by joshualitt · 9 years ago
  29. 91b6f32 Move visualbench to its own folder by joshualitt · 9 years ago
  30. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  31. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  32. c782b2a Implement shared locks in the style of pthread's rwlock. by herb · 9 years ago
  33. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  34. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  35. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  36. 4c21dc5 add drawImageNine by reed · 9 years ago
  37. 283714f Fix link error when running `make tools` with skia_shared_lib=1 by borenet · 9 years ago
  38. c0bdecb Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https://codereview.chromium.org/1180983002/) by mtklein · 9 years ago
  39. b60c3f8 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  40. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  41. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  42. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  43. dab1f60 remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS (now in SkUserConfig.h) by reed · 9 years ago
  44. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  45. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  46. bedd0e8 remove SkData proc guard by reed · 9 years ago
  47. 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 9 years ago
  48. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 9 years ago
  49. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 9 years ago
  50. c292ad4 add guard for SkData proc change by reed · 9 years ago
  51. 61fa22b Add and use SkSemaphore by mtklein · 9 years ago
  52. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  53. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  54. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago
  55. 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 9 years ago
  56. c0c4d75 The correct case of 'sdl' directory in gyp. by bungeman · 9 years ago
  57. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  58. 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 9 years ago
  59. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  60. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 9 years ago
  61. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  62. b23e6aa Subset decoding benchmarks by msarett · 9 years ago
  63. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  64. f3b8f10 Remove SK_ANDROID_FREETYPE_HAS_MM from build. by bungeman · 9 years ago
  65. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  66. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  67. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  68. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  69. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  70. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  71. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  72. a681433 SkPDF: with opaque draws, treat SRC mode as SRC_OVER by halcanary · 9 years ago
  73. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  74. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  75. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  76. 682c269 Store context options on caps. by bsalomon · 9 years ago
  77. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  78. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  79. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  80. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  81. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  82. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  83. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  84. 22483d9 Sort build files for consistent link order. by bungeman · 9 years ago
  85. 41868fe Font variations. by bungeman · 9 years ago
  86. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  87. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  88. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  89. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  90. 7be0ce0 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  91. 4e149c0 Remove SK_LEGACY_DRAWPICTURECALLBACK from skia_for_chromium_defines.gypi by Florin Malita · 9 years ago
  92. 9bedfc2 Revert of SkPDF: Add Sfntly to DEPS, gyp, SkUserConfig (patchset #7 id:570001 of https://codereview.chromium.org/1134683006/) by halcanary · 9 years ago
  93. 6a53b04 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  94. 2e0303f Gyp: Sanity Part II (GM+Tests) by halcanary · 9 years ago
  95. b91f756 Experiment with find as a road to Gyp sanity. by mtklein · 9 years ago
  96. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  97. 3489ee0 Font variations. by bungeman · 9 years ago
  98. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  99. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  100. 05773ed Font variations. by bungeman · 9 years ago