1. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  2. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  3. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  4. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  5. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  6. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  7. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  8. 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
  9. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  10. 8aed3c1 Don't fail unit test if resources not found on device. by tomhudson · 10 years ago
  11. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  12. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  13. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  14. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  15. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  16. 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
  17. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  18. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  19. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  20. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  21. a0cc833 add a libjpeg test by halcanary · 10 years ago
  22. 4ad76e3 Add initial pipeline for decompressors by krajcevski · 10 years ago
  23. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  24. 1b51d26 Revert of Add initial pipeline for decompressors (https://codereview.chromium.org/432503002/) by mtklein · 10 years ago
  25. 14a1df0 Add initial pipeline for decompressors by krajcevski · 10 years ago
  26. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  27. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  28. e83909f Add some debugging to PremulAlphaRoundTrip test. by mtklein · 10 years ago
  29. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  30. 6d88e6c Fix way-over-allocation in pipe. by mtklein · 10 years ago
  31. b5294e8 Bring LATC in line with other formats (i.e. write a blitter and by krajcevski · 10 years ago
  32. 09dde64 Now always use Atlas for layer cache by robertphillips · 10 years ago
  33. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  34. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  35. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  36. 186e699 disable new test on windows by halcanary · 10 years ago
  37. b1ab5fd If decoder doesn't ouput indexed color, don't check colortable by halcanary · 10 years ago
  38. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  39. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  40. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  41. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  42. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  43. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  44. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  45. 17f0b6d share dm and command flags by caryclark · 10 years ago
  46. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  47. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  48. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  49. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  50. 1d1795b Make ScaledImageCache unit test less dependent on global state. by halcanary · 10 years ago
  51. 19eb3b2 update pathops core and tests by caryclark · 10 years ago
  52. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  53. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  54. 0db38cc erase bitmap inside unit test to make valgrind happier by halcanary · 10 years ago
  55. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  56. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  57. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  58. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  59. 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
  60. 21048b5 Always have GrLayer's rect be valid by robertphillips · 10 years ago
  61. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  62. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  63. 184ff37 Keep at most one GPU device alive at a time. by mtklein · 10 years ago
  64. 41b8687 Include SkTypes before using ifdefs. by scroggo · 10 years ago
  65. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  66. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  67. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  68. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  69. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  70. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  71. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  72. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  73. 936b734 ios fixes by caryclark · 10 years ago
  74. 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
  75. 6ca0b6a Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  76. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  77. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  78. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  79. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  80. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  81. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  82. 0a65e38 Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp by tfarina · 10 years ago
  83. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  84. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  85. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  86. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  87. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  88. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  89. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  90. 0b7813b Cleanup: Remove TestXCode project. by tfarina · 10 years ago
  91. 06d3771 Only you can prevent memory leaks. by mtklein · 10 years ago
  92. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  93. 3df0501 Fix SkColorFilterImageFilter matrix optimization. by senorblanco · 10 years ago
  94. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago
  95. 7a7c316 return early instead of crashing if fileData fails by reed · 10 years ago
  96. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  97. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  98. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  99. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  100. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago