1. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  2. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  3. 31c4772 Treat embedded bitmaps as a hinting method. by bungeman · 10 years ago
  4. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  5. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  6. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  7. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  8. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  9. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  10. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  11. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  12. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  13. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  14. b1aded8 Add flag to bench/render pictures by krajcevski · 10 years ago
  15. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  16. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  17. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  18. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  19. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  20. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  21. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  22. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  23. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  24. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  25. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  26. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  27. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  28. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  29. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  30. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  31. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  32. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  33. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  34. 872e3dc Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/457253002/) by reed · 10 years ago
  35. 47f9bdc Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/456203002/) by reed · 10 years ago
  36. 2e69d29 remove (now unneeded) legacy onDrawPicture variant by reed · 10 years ago
  37. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  38. 3b1c3d2 add dummy onDrawPicture to allow migration for chrome overrides by reed · 10 years ago
  39. 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 · 10 years ago
  40. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  41. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  42. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  43. c863ab0 Cleanup of context initialization by joshualitt · 10 years ago
  44. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  45. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  46. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  47. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  48. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  49. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  50. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  51. 53f0959 Allow custom blitters to be passed to SkDraw::drawPath by krajcevski · 10 years ago
  52. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  53. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  54. 847092c SkThreadPool and co. are not public. by mtklein · 10 years ago
  55. 43f9d3e Expose SkColorTable class by ch.dumez · 10 years ago
  56. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  57. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  58. 0673676 Don't compare coord change matrices to determine effect compatibility when using explicit local coords. by bsalomon · 10 years ago
  59. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  60. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  61. c4ade57 Ensure that SkDebugf is exported from the library. by george · 10 years ago
  62. 3836dc8 Remove copile time enabling of SK_ARM_HAS_NEON. by Derek Sollenberger · 10 years ago
  63. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  64. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  65. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  66. 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 · 10 years ago
  67. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  68. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  69. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  70. 4509517 Use if instead of ifdef SK_SUPPORT_GPU by kkinnunen · 10 years ago
  71. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  72. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  73. 4beef91 Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/) by bsalomon · 10 years ago
  74. 939f430 Remove relative path to GrColor.h in SkShader.h by bsalomon · 10 years ago
  75. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 10 years ago
  76. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 10 years ago
  77. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  78. 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 · 10 years ago
  79. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  80. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  81. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 10 years ago
  82. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  83. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  84. 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 · 10 years ago
  85. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  86. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  87. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  88. 17f0b6d share dm and command flags by caryclark · 10 years ago
  89. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  90. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  91. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  92. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  93. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  94. 3f85403 hide public factory for intermediate class by reed · 10 years ago
  95. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 10 years ago
  96. 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 · 10 years ago
  97. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  98. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  99. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  100. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago