1. eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
  2. 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
  3. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  4. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  5. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  6. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  7. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  8. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  9. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  10. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  11. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
  12. ce79a3a Initialize subrun variables to make Valgrind happy by jvanverth · 9 years ago
  13. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  14. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  15. 8e74046 Remove race. by herb · 9 years ago
  16. 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
  17. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  18. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  19. bf29888 Parallel cache. by herb · 9 years ago
  20. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  21. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  22. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  23. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  24. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  25. 336cda3 wire up incNumDraws by joshualitt · 9 years ago
  26. 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
  27. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  28. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  29. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  30. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  31. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  32. 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
  33. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  34. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  35. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  36. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  37. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  38. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  39. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  40. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  41. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  42. 1512029 skia: use msaaConfigAttribList for SkOSWindow_win by hendrikw · 9 years ago
  43. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  44. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  45. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  46. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  47. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  48. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  49. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  50. 19e9b35 Ico bug fix for opaque embedded images by msarett · 9 years ago
  51. 6f2a486 Parallel cache. by herb · 9 years ago
  52. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  53. 6ff734b remove unused fields from SkOpSegment by caryclark · 9 years ago
  54. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  55. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  56. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  57. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  58. 1a9caff add interactive xfer sample by reed · 9 years ago
  59. d67d08e Fix bug in ico decodes by msarett · 9 years ago
  60. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  61. 06f989a Revert of Minor cleanup in GrTessellatingPathRenderer. (patchset #1 id:1 of https://codereview.chromium.org/1322023002/ ) by senorblanco · 9 years ago
  62. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  63. 4f588b5 Replace font name table access with standard Skia function. by caryclark · 9 years ago
  64. d6b3031 forgot base impl by reed · 9 years ago
  65. 9446930 Fix for distancefield text uses override descriptor by joshualitt · 9 years ago
  66. 9aa32d1 Fix bmp bug in ReadHeader() by msarett · 9 years ago
  67. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago
  68. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  69. 12d40c1 Restore old NEON blit_mask_d32_a8 methods. by mtklein · 9 years ago
  70. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  71. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  72. 0a1fa5e skia: Replace CommandBuffer_ with egl by hendrikw · 9 years ago
  73. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  74. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  75. aeb77ea GrGLBlend::AppendPorterDuffBlend now supports kClear_Mode by wangyix · 9 years ago
  76. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  77. c5281e5 SkColorCubeFilter_opts: rounding is actually free here. by mtklein · 9 years ago
  78. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  79. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  80. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  81. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  82. ddc4b46 Image generator-backed SkPictureShader by fmalita · 9 years ago
  83. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  84. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  85. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  86. 9389b87 Minor cleanup in GrTessellatingPathRenderer. by senorblanco · 9 years ago
  87. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  88. 9ceb6b5 Revert of By default purge resources that haven't been used for 64 flushes (patchset #4 id:60001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  89. ae576b7 remove duplicate linked list adjustment by caryclark · 9 years ago
  90. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  91. bd783cd By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  92. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  93. 8db52b6 Revert of By default purge resources that haven't been used for 64 flushes (patchset #3 id:40001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  94. 71d0c33 By default purge resources that haven't been used for 64 flushes by Brian Salomon · 9 years ago
  95. 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
  96. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  97. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  98. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  99. 264873d fix bounds check for ctables (thanks Hal) by reed · 9 years ago
  100. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago