1. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  2. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  3. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  4. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  5. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago
  6. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  7. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  8. 3f73e8c CrashHandler for Windows. by mtklein · 10 years ago
  9. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  10. 6518eaa remove legacy moz flags by reed · 10 years ago
  11. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  12. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  13. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  14. 08fe013 Try to roll angle again. by Brian Salomon · 10 years ago
  15. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  16. 24ad096 Silence warnings about using offsetof on near-POD structs. by mtklein · 10 years ago
  17. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  18. 859b924 move some headers out of public by reed · 10 years ago
  19. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  20. a272d6d Move SkStringUtils.h to src/core. by mtklein · 10 years ago
  21. d6043b2 Add nanomsg to third_party, with some demos. by mtklein · 10 years ago
  22. 0349864 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE -- not needed by reed · 10 years ago
  23. 055cf91 Delete unused path_utils.* component. by tfarina · 10 years ago
  24. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  25. cb9a2c8 Extract "text align proc" functions as reusable classes by kkinnunen · 10 years ago
  26. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  27. 02830f0 Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag by robertphillips · 10 years ago
  28. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  29. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  30. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  31. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  32. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  33. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  34. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  35. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  36. ae61440 Add texture compression utility by krajcevski · 10 years ago
  37. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  38. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 10 years ago
  39. 5119234 Generate path names on the client side by cdalton · 10 years ago
  40. e2b78a7 Fix Chrome build after 9f1c241e (https://codereview.chromium.org/316143003/) by robertphillips · 10 years ago
  41. 5713352 Chromium should no longer need the legacy SkCanvas::drawPicture interface by robertphillips · 10 years ago
  42. aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 10 years ago
  43. d71be5d remove SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS from chrome by reed · 10 years ago
  44. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  45. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago
  46. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  47. 6dd061f add SK_SUPPORT_LEGACY_COMPUTE_CONFIG_SIZE by reed · 10 years ago
  48. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  49. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  50. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  51. c2fce56 Add bench for rectanizers by robertphillips · 10 years ago
  52. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  53. 1a0a86f Remove Android flag for legacy SkCanvas::drawPicture API by robertphillips · 10 years ago
  54. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  55. ea902d9 Add utils gypi file by egdaniel · 10 years ago
  56. fe68617 Relocate SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  57. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  58. 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 10 years ago
  59. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  60. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  61. abc0733 readd SK_SUPPORT_LEGACY_SETCONFIG_INFO -- missed a place in a blink test by reed · 10 years ago
  62. 9307073 remove unneeded flags SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_DEVICE_CONFIG by reed · 10 years ago
  63. bec3634 Android: remove -lcutils dependency by mtklein · 10 years ago
  64. 30bf3e2 DM: add pdf by mtklein · 10 years ago
  65. 795883e Fix neglected cleanup of SkTileGridPicture.h by robertphillips · 10 years ago
  66. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  67. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  68. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  69. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  70. 14052a0 Allow chrome to use old version of installPixels. by scroggo · 10 years ago
  71. 9b4353c remove unneeded flags by reed · 10 years ago
  72. 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 10 years ago
  73. ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 10 years ago
  74. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  75. 1940df9 Allow access to device config for Moz2d. by jvanverth · 10 years ago
  76. a2551ff Remove legacy Picture-recording flags from Android build by robertphillips · 10 years ago
  77. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  78. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  79. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  80. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  81. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  82. 22a1d96 New file for simpler updating of Android defines. by commit-bot@chromium.org · 10 years ago
  83. b458795 Revert of remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS (https://codereview.chromium.org/308083010/) by commit-bot@chromium.org · 10 years ago
  84. 1fd263e remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 10 years ago
  85. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  86. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  87. 7ae034d Test font created from paint by commit-bot@chromium.org · 10 years ago
  88. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  89. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  90. 1803f4e new animated sample to show subpixel translate bug with high quality scaling by commit-bot@chromium.org · 10 years ago
  91. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  92. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  93. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago
  94. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  95. ff33677 add SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 10 years ago
  96. 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 10 years ago
  97. 6ee7a09 cleanup gyp common_variables by djsollen@google.com · 10 years ago
  98. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  99. e3c400f Set the default discardable pool size for Android framework. by commit-bot@chromium.org · 10 years ago
  100. a32260d add flag to disable changes to image scaling to avoid breaking every single by commit-bot@chromium.org · 10 years ago