1. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  2. b888136 fix Image::isOpaque test to not leak by reed · 10 years ago
  3. 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
  4. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 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. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  11. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  12. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  13. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  14. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  15. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  16. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  17. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  18. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  19. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  20. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  21. 2512372 fix win compiler div/zero by halcanary · 10 years ago
  22. fbd3576 Flate Test tests if compression works by halcanary · 10 years ago
  23. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  24. bc677c8 Fix Flate Test, also cleanup by halcanary · 10 years ago
  25. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  26. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  27. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  28. 5e27e0e fix pathops skp-derived bugs; add more failing tests by caryclark · 10 years ago
  29. 80a83ad relax quadratic binary search test by caryclark · 10 years ago
  30. 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
  31. 534cc4c De-parameterize SkNextDatumFunction. by mtklein · 10 years ago
  32. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  33. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  34. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  35. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  36. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  37. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  38. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  39. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  40. 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
  41. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  42. 8aed3c1 Don't fail unit test if resources not found on device. by tomhudson · 10 years ago
  43. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  44. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  45. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  46. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  47. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  48. 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
  49. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  50. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  51. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  52. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  53. a0cc833 add a libjpeg test by halcanary · 10 years ago
  54. 4ad76e3 Add initial pipeline for decompressors by krajcevski · 10 years ago
  55. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  56. 1b51d26 Revert of Add initial pipeline for decompressors (https://codereview.chromium.org/432503002/) by mtklein · 10 years ago
  57. 14a1df0 Add initial pipeline for decompressors by krajcevski · 10 years ago
  58. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  59. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  60. e83909f Add some debugging to PremulAlphaRoundTrip test. by mtklein · 10 years ago
  61. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  62. 6d88e6c Fix way-over-allocation in pipe. by mtklein · 10 years ago
  63. b5294e8 Bring LATC in line with other formats (i.e. write a blitter and by krajcevski · 10 years ago
  64. 09dde64 Now always use Atlas for layer cache by robertphillips · 10 years ago
  65. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  66. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  67. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  68. 186e699 disable new test on windows by halcanary · 10 years ago
  69. b1ab5fd If decoder doesn't ouput indexed color, don't check colortable by halcanary · 10 years ago
  70. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  71. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  72. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  73. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  74. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  75. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  76. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  77. 17f0b6d share dm and command flags by caryclark · 10 years ago
  78. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  79. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  80. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  81. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  82. 1d1795b Make ScaledImageCache unit test less dependent on global state. by halcanary · 10 years ago
  83. 19eb3b2 update pathops core and tests by caryclark · 10 years ago
  84. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  85. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  86. 0db38cc erase bitmap inside unit test to make valgrind happier by halcanary · 10 years ago
  87. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  88. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  89. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  90. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  91. 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
  92. 21048b5 Always have GrLayer's rect be valid by robertphillips · 10 years ago
  93. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  94. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  95. 184ff37 Keep at most one GPU device alive at a time. by mtklein · 10 years ago
  96. 41b8687 Include SkTypes before using ifdefs. by scroggo · 10 years ago
  97. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  98. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  99. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  100. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago