1. b3f1636 skia: Make the validate match interface for *_draw_instanced by hendrikw · 9 years ago
  2. 44d85d1 SkRemote: impl drawRRect by halcanary · 9 years ago
  3. f271069 SkRemote: simple impl of onDraw*Text* by halcanary · 9 years ago
  4. 5bce23c SkRemote: impl onDrawDRRect by halcanary · 9 years ago
  5. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  6. 1ed348a SkRemote: impl drawPaint() by halcanary · 9 years ago
  7. 56f152b LookupScope does not need to be in SkRemote.h by mtklein · 9 years ago
  8. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  9. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  10. 466c2c4 Move some code around to make another diff cleaner by bsalomon · 9 years ago
  11. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  12. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  13. 2e2ea38 SkRemote by mtklein · 9 years ago
  14. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  15. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  16. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  17. fa694ad Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 9 years ago
  18. c2d0bc5 Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  19. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  20. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  21. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  22. 41c054e Move an #include out of a namespace. by thakis · 9 years ago
  23. e975928 Fix -Winconsistent-missing-override in SkCodec_libgif.h by mtklein · 9 years ago
  24. 6f6bef8 Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829. by benjaminwagner · 9 years ago
  25. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  26. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  27. 74ec8d4 Add a comment to explain clip intersection in crop rects. by senorblanco · 9 years ago
  28. f469fc0 Fix floating point data loss in SkPictureShader by ericrk · 9 years ago
  29. 67e6760 Revert of Supply separate flags for onBuildTileIndex (patchset #1 id:1 of https://codereview.chromium.org/1402783008/ ) by msarett · 9 years ago
  30. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  31. fc06e9c Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  32. 10528f1 Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D. by bsalomon · 9 years ago
  33. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  34. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  35. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  36. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  37. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  38. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  39. eb85b83 Fix text axis alignment calculation by herb · 9 years ago
  40. 9ae8fe1 [SkTextBlob] Remove incorrect builder assert by fmalita · 9 years ago
  41. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  42. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  43. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  44. f028003 change more effects to only expose factories by reed · 9 years ago
  45. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  46. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  47. 3442261 SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  48. b0b45d3 [TextBlob] Fall back to TightRunBounds when the font bounds are empty by fmalita · 9 years ago
  49. 8b3eca9 Fix SkWindow.cpp includes for non-gpu mode by Brian Salomon · 9 years ago
  50. 21f99b7 Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ ) by bungeman · 9 years ago
  51. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  52. 939c0fe SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  53. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  54. 79da63f Fix gpu drawBitmap to work when BM is A8 and we have a shader by egdaniel · 9 years ago
  55. 37d8688 Optional gradient dithering by fmalita · 9 years ago
  56. 2c3b218 Focus SkScaledCodec on BitmapRegionDecoder by scroggo · 9 years ago
  57. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  58. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  59. c988d2c Remove ClipMaskType from GrCMM by bsalomon · 9 years ago
  60. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  61. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  62. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  63. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  64. 85f0d5d Allow SkIcoCodec to fail due to conversion by scroggo · 9 years ago
  65. 8b2bc25 SkPDF: when drawing stroked path, draw using SVG rules for zero-length segments by halcanary · 9 years ago
  66. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  67. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  68. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  69. b0cd8b7 [SkDebugger] Handle path empty-bounds gracefully by fmalita · 9 years ago
  70. 8d57faf Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ ) by mtklein · 9 years ago
  71. d120105 Make path range loading explicit by cdalton · 9 years ago
  72. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  73. 02015e5 Use SkTextBlob for nvpr color bitmap fallbacks by cdalton · 9 years ago
  74. 3bd909a Add TextRun object to nvpr text by cdalton · 9 years ago
  75. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  76. 92d976c Validate text blob runs after SkTextBlob construction. by fmalita · 9 years ago
  77. c00389e Fix gpu dashing for case where all intervals are 0. by egdaniel · 9 years ago
  78. 6f6264f Force cache SkTestScalerContext path bounds. by mtklein · 9 years ago
  79. d8982d7 Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
  80. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  81. 588b9ca Fix memory leak in ClipMaskManager by robertphillips · 9 years ago
  82. 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  83. 7d5c950 Simplify nvpr text by cdalton · 9 years ago
  84. 19ae315 Stop calling jpeg_finish_decompress() by msarett · 9 years ago
  85. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  86. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  87. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  88. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  89. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  90. db9f664 Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions by bsalomon · 9 years ago
  91. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  92. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  93. 60df542 Strip font name of special characters before dumping by ssid · 9 years ago
  94. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  95. b90de31 Fix for texture width or height are greater than 2^16 by joshualitt · 9 years ago
  96. d1d4460 add hard-coded limit for tmp allocations when HQ image scaling by reed · 9 years ago
  97. 3d8c33c SkPDF: ASAN fix: don't double ref new SkPDFBitmap objects by halcanary · 9 years ago
  98. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  99. 4586334 Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer by tomhudson · 9 years ago
  100. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago