1. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 11 years ago
  2. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 11 years ago
  3. 872e3dc Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/457253002/) by reed · 11 years ago
  4. 47f9bdc Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/456203002/) by reed · 11 years ago
  5. 2e69d29 remove (now unneeded) legacy onDrawPicture variant by reed · 11 years ago
  6. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 11 years ago
  7. 3b1c3d2 add dummy onDrawPicture to allow migration for chrome overrides by reed · 11 years ago
  8. 4e3523c Blink layout tests all assume it can provide custom font configuration files on every platform. In moving Android to the font manager, we broke those. by bungeman · 11 years ago
  9. bab82ed Pretty print of shaders by joshualitt · 11 years ago
  10. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 11 years ago
  11. 6eb03cc Add option to dump images from nanobench. by bsalomon · 11 years ago
  12. c863ab0 Cleanup of context initialization by joshualitt · 11 years ago
  13. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 11 years ago
  14. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 11 years ago
  15. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 11 years ago
  16. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 11 years ago
  17. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 11 years ago
  18. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 11 years ago
  19. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 11 years ago
  20. 53f0959 Allow custom blitters to be passed to SkDraw::drawPath by krajcevski · 11 years ago
  21. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 11 years ago
  22. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 11 years ago
  23. 847092c SkThreadPool and co. are not public. by mtklein · 11 years ago
  24. 43f9d3e Expose SkColorTable class by ch.dumez · 11 years ago
  25. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 11 years ago
  26. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 11 years ago
  27. 0673676 Don't compare coord change matrices to determine effect compatibility when using explicit local coords. by bsalomon · 11 years ago
  28. ecfff21 SkCanvas interface for drawing a patch. by dandov · 11 years ago
  29. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 11 years ago
  30. c4ade57 Ensure that SkDebugf is exported from the library. by george · 11 years ago
  31. 3836dc8 Remove copile time enabling of SK_ARM_HAS_NEON. by Derek Sollenberger · 11 years ago
  32. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 11 years ago
  33. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 11 years ago
  34. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 11 years ago
  35. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 11 years ago
  36. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 11 years ago
  37. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 11 years ago
  38. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 11 years ago
  39. 4509517 Use if instead of ifdef SK_SUPPORT_GPU by kkinnunen · 11 years ago
  40. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 11 years ago
  41. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 11 years ago
  42. 4beef91 Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/) by bsalomon · 11 years ago
  43. 939f430 Remove relative path to GrColor.h in SkShader.h by bsalomon · 11 years ago
  44. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 11 years ago
  45. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 11 years ago
  46. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 11 years ago
  47. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 11 years ago
  48. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 11 years ago
  49. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 11 years ago
  50. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 11 years ago
  51. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 11 years ago
  52. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 11 years ago
  53. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 11 years ago
  54. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 11 years ago
  55. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 11 years ago
  56. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 11 years ago
  57. 17f0b6d share dm and command flags by caryclark · 11 years ago
  58. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 11 years ago
  59. b85a0aa Add a GrPathRange class by cdalton · 11 years ago
  60. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 11 years ago
  61. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 11 years ago
  62. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 11 years ago
  63. 3f85403 hide public factory for intermediate class by reed · 11 years ago
  64. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 11 years ago
  65. 249171e Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/) by robertphillips · 11 years ago
  66. 733418f Remove SkRefPtr. by bungeman · 11 years ago
  67. 8dd90cb Add IsPath to GrGLInterface by cdalton · 11 years ago
  68. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 11 years ago
  69. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 11 years ago
  70. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 11 years ago
  71. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 11 years ago
  72. 7ef2162 Add new ASTC pixel config by krajcevski · 11 years ago
  73. 0b4cc89 Disable assertion of fBoundsIsDirty. by Mike Klein · 11 years ago
  74. ee5da55 32 bpp floating point textures by joshualitt · 11 years ago
  75. e7fd6db Remove yet-unused 64-bit atomic hooks. by Mike Klein · 11 years ago
  76. 7940100 Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. (https://codereview.chromium.org/379113004/) by mtklein · 11 years ago
  77. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 11 years ago
  78. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 11 years ago
  79. a179a1e SkAutoRef seems lonely. Might as well delete it. by mtklein · 11 years ago
  80. 352c218 Change SkCanvasState to use inheritance. by scroggo · 11 years ago
  81. f59eab2 patch from issue 383923002 by reed · 11 years ago
  82. 6599258 Cleanup: Remove unused/unimplemented SkTextLayout.h. by tfarina · 11 years ago
  83. 3b72f79 remove unused SkPixelRef constructor by reed · 11 years ago
  84. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 11 years ago
  85. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 11 years ago
  86. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 11 years ago
  87. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 11 years ago
  88. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 11 years ago
  89. dd52896 Remove SkPicture copy constructor by robertphillips · 11 years ago
  90. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 11 years ago
  91. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 11 years ago
  92. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 11 years ago
  93. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 11 years ago
  94. 936b734 ios fixes by caryclark · 11 years ago
  95. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 11 years ago
  96. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 11 years ago
  97. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 11 years ago
  98. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 11 years ago
  99. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 11 years ago
  100. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 11 years ago