1. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  2. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  3. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  4. 4509517 Use if instead of ifdef SK_SUPPORT_GPU by kkinnunen · 10 years ago
  5. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  6. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  7. 4beef91 Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/) by bsalomon · 10 years ago
  8. 939f430 Remove relative path to GrColor.h in SkShader.h by bsalomon · 10 years ago
  9. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 10 years ago
  10. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 10 years ago
  11. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  12. 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
  13. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  14. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  15. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 10 years ago
  16. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  17. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  18. 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
  19. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  20. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  21. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  22. 17f0b6d share dm and command flags by caryclark · 10 years ago
  23. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  24. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  25. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  26. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  27. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  28. 3f85403 hide public factory for intermediate class by reed · 10 years ago
  29. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 10 years ago
  30. 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
  31. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  32. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  33. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  34. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  35. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 10 years ago
  36. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  37. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  38. 0b4cc89 Disable assertion of fBoundsIsDirty. by Mike Klein · 10 years ago
  39. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  40. e7fd6db Remove yet-unused 64-bit atomic hooks. by Mike Klein · 10 years ago
  41. 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 · 10 years ago
  42. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 10 years ago
  43. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  44. a179a1e SkAutoRef seems lonely. Might as well delete it. by mtklein · 10 years ago
  45. 352c218 Change SkCanvasState to use inheritance. by scroggo · 10 years ago
  46. f59eab2 patch from issue 383923002 by reed · 10 years ago
  47. 6599258 Cleanup: Remove unused/unimplemented SkTextLayout.h. by tfarina · 10 years ago
  48. 3b72f79 remove unused SkPixelRef constructor by reed · 10 years ago
  49. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  50. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
  51. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 10 years ago
  52. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  53. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  54. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  55. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  56. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  57. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  58. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 10 years ago
  59. 936b734 ios fixes by caryclark · 10 years ago
  60. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  61. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 10 years ago
  62. 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 · 10 years ago
  63. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 10 years ago
  64. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  65. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 10 years ago
  66. bf0b9ce Add file access modes to sk_exists. by bungeman · 10 years ago
  67. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  68. e372e78 Add alternate SkPicture::clone by robertphillips · 10 years ago
  69. 42483d9 Split SkTRacy into SkTRacy and SkTRacyReffable. by mtklein · 10 years ago
  70. 497cda3 Split SkTRacy into SkTRacy and SkTRacyReffable. by mtklein · 10 years ago
  71. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  72. 15840a2 Delete third_party/harfbuzz by Mike Klein · 10 years ago
  73. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  74. da03653 fix typo, had two RGBA instead of RGBA and BGRA by reed · 10 years ago
  75. db5f7bf Do not export SkTDArray when building Skia as a DLL by ehsan.akhgari · 10 years ago
  76. e53363f Cleanup: Remove SkUTF16_Str API. by tfarina · 10 years ago
  77. bd7746d Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  78. a9309f5 Add thread safety configuration check. by henrik.smiding · 10 years ago
  79. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  80. 0b544ae Add SkRacy by mtklein · 10 years ago
  81. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  82. 7b17547 Revert of Missing volatile in AnnotateBenignRaceSized declaration. (https://codereview.chromium.org/380473002/) by mtklein · 10 years ago
  83. f7a180b Missing volatile in AnnotateBenignRaceSized declaration. by Mike Klein · 10 years ago
  84. d5e3e6a Add SkRacy by mtklein · 10 years ago
  85. be08ace add setPreserveSrcDepth to replace PrefTable API for android by reed · 10 years ago
  86. 0139ae3 Fix param name in GrEffect::CastEffect by bsalomon · 10 years ago
  87. 004522f Back off from SkPicture API hardening a bit by Robert Phillips · 10 years ago
  88. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  89. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  90. 6daadc7 Harden SkPicture interface a bit by robertphillips · 10 years ago
  91. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  92. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  93. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  94. 3afef1f Clean up a bit after SkPictureData/SkPicturePlayback split by robertphillips · 10 years ago
  95. beaf62d remove unneeded flag for android by reed · 10 years ago
  96. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  97. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  98. 060c41a remove unneeded flags (have been purged from chrome and android) by reed · 10 years ago
  99. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  100. 620fc60 remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE by reed · 10 years ago