1. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  2. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  3. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  4. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  5. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  6. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  7. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  8. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  9. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  10. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  11. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  12. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  13. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  14. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  15. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  16. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  17. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  18. 90e8457 Increase test tolerance. by mtklein · 10 years ago
  19. 5ff9132 More test debugging. Too close for decimal. I'm switching to hex. by Mike Klein · 10 years ago
  20. 56fa442 Add some debugging to figure out what's up with failing Mac 10.8 Release bot. by Mike Klein · 10 years ago
  21. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  22. d72094d Add test that confirms Pictures don't leak pixel refs. by mtklein · 10 years ago
  23. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  24. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  25. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  26. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  27. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  28. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  29. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  30. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  31. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  32. 1790e25 SkAutoTDelete::operator T*() by halcanary · 10 years ago
  33. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  34. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  35. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  36. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  37. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  38. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  39. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  40. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  41. 51bf957 Add some text blob bounds unit tests. by fmalita · 10 years ago
  42. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  43. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  44. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  45. 0461713 expose generalized imagecache key by reed · 10 years ago
  46. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  47. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  48. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  49. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  50. b888136 fix Image::isOpaque test to not leak by reed · 10 years ago
  51. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  52. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  53. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  54. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  55. 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
  56. 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
  57. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  58. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  59. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  60. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  61. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  62. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  63. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  64. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  65. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  66. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  67. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  68. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  69. 2512372 fix win compiler div/zero by halcanary · 10 years ago
  70. fbd3576 Flate Test tests if compression works by halcanary · 10 years ago
  71. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  72. bc677c8 Fix Flate Test, also cleanup by halcanary · 10 years ago
  73. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  74. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  75. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  76. 5e27e0e fix pathops skp-derived bugs; add more failing tests by caryclark · 10 years ago
  77. 80a83ad relax quadratic binary search test by caryclark · 10 years ago
  78. d3ddea2 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  79. 534cc4c De-parameterize SkNextDatumFunction. by mtklein · 10 years ago
  80. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  81. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  82. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  83. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  84. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  85. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  86. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  87. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  88. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  89. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  90. 8aed3c1 Don't fail unit test if resources not found on device. by tomhudson · 10 years ago
  91. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  92. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  93. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  94. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  95. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  96. 0754475 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  97. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  98. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  99. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  100. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago