1. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  2. d582cab remove flags now in chrome's SkUserConfig.h by reed · 10 years ago
  3. c8a2131 undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers by reed · 10 years ago
  4. 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
  5. b64e569 Remove legacy Picture defines. by scroggo · 10 years ago
  6. 152d42f remove flag (not ready for it yet) by reed · 10 years ago
  7. 68331cd remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL by reed · 10 years ago
  8. caf7e93 improve precision of gradients (disabled for now) by reed · 10 years ago
  9. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  10. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  11. a816d95 version 0 of imgconv tool by reed · 10 years ago
  12. eb3379f Turn off warnings as errors for the debugger by robertphillips · 10 years ago
  13. df79503 Add new complexclip3 gm. by egdaniel · 10 years ago
  14. 438d23c remove flags that are now in chrome's userconfig by reed · 10 years ago
  15. 8b57524 add arcto patheffect by reed · 10 years ago
  16. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  17. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  18. 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
  19. 2bb034a Rolling libwebp broke our iOS builds. Silence warnings instead. by mtklein · 10 years ago
  20. 9a0d6d6 skimage, die die die by mtklein · 10 years ago
  21. c97570c Silence warnings from libnanomsg on Mac like we do on Linux. by mtklein · 10 years ago
  22. 449998d Revert of Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. (patchset #1 id:1 of https://codereview.chromium.org/807553002/) by mtklein · 10 years ago
  23. e655557 Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. by mtklein · 10 years ago
  24. f19ec51 WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  25. 616e451 Revert of WAE on Macs too. That leaves only Android framework builds. (patchset #3 id:40001 of https://codereview.chromium.org/804063002/) by mtklein · 10 years ago
  26. 161b6de WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  27. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  28. f6139f7 Add image decoding mode to DM. by mtklein · 10 years ago
  29. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  30. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  31. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  32. 6cfce1b Change how SkDebugf is sent to stdout on Android. by scroggo · 10 years ago
  33. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  34. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  35. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  36. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  37. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  38. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  39. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  40. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  41. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  42. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  43. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  44. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
  45. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  46. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  47. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  48. eb2a676 Remove backend factories by joshualitt · 10 years ago
  49. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  50. 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
  51. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  52. 84bc52a work in progress by halcanary · 10 years ago
  53. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  54. 742cacd multipage_pdf_profiler, gmtoskp by halcanary · 10 years ago
  55. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  56. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  57. 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
  58. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  59. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  60. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  61. afa278e more c by reed · 10 years ago
  62. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  63. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  64. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  65. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  66. 947556f remove GrAllocPool by joshualitt · 10 years ago
  67. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  68. 60b24d0 Cleanup: Delete webtry.gyp by tfarina · 10 years ago
  69. c07379d Adding GeometryData object by joshualitt · 10 years ago
  70. 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
  71. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  72. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  73. 6fd5e6e http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good) by halcanary · 10 years ago
  74. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  75. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  76. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  77. a18cc77 Really enable deprecation warnings for Android framework. by scroggo · 10 years ago
  78. 21c771b Revert "move SkPDFD*.h from include to src" by Greg Humphreys · 10 years ago
  79. 6930243 move SkPDFD*.h from include to src by halcanary · 10 years ago
  80. a27ef58 Move SkDocument_PDF.cpp into pdf.gypi - now standard PDF API by halcanary · 10 years ago
  81. 21041e0 http://skbug.com/3130 step 1 (to fix chromium roll) by halcanary · 10 years ago
  82. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  83. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  84. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  85. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  86. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  87. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  88. 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
  89. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  90. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  91. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  92. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  93. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  94. 3b27ade Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id:80001 of https://codereview.chromium.org/657373002/) by jcgregorio · 10 years ago
  95. 1c6e757 Revert of Fix build for iOS after "Make nanobench and dm be usable from Chromium build" (patchset #1 id:1 of https://codereview.chromium.org/716413003/) by jcgregorio · 10 years ago
  96. 65f5531 These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  97. 0935aed Fix build for iOS after "Make nanobench and dm be usable from Chromium build" by kkinnunen · 10 years ago
  98. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  99. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  100. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago