1. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  2. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 8 years ago
  3. 4151160 Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrome crash by Robert Phillips · 8 years ago
  4. 529bcd6 Revert "Revert "SkScalar: delete code that doesn't compile."" by Hal Canary · 8 years ago
  5. 8233fc8 Revert "SkScalar: delete code thqat doesn't compile." by Leon Scroggins · 8 years ago
  6. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  7. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  8. 565da18 SkScalar: delete code thqat doesn't compile. by Hal Canary · 8 years ago
  9. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
  10. 0bd699e Add a GM for SkShadowUtils and fix a few issues. by Brian Salomon · 8 years ago
  11. 5e68952 Add caching of ambient and spot shadow meshes. by Brian Salomon · 8 years ago
  12. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  13. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  14. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 8 years ago
  15. d689f7a GR_PROXY_MOVE: Work around Win/Clang eval order bug by Hans Wennborg · 8 years ago
  16. 8f741bb Add more pre-checks to surfaceProxy creation by Robert Phillips · 8 years ago
  17. a54ccb2 Update SkSurface's cached image ownership handling to sk_sp by Robert Phillips · 8 years ago
  18. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  19. 4427f16 Fix assert in SkShadowVertices constructor by Brian Salomon · 8 years ago
  20. 1a8b79a Work around GCC 4.6 issue with constructing unique_ptr<const T[]> from a T*. by Brian Salomon · 8 years ago
  21. 958fbc4 Make SkShadowUtils tessellations ref counted in preparation for caching them. by Brian Salomon · 8 years ago
  22. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  23. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 8 years ago
  24. 56158ae GrTessellator (AA): improve AA quality for near-overlapping paths. by Stephen White · 8 years ago
  25. 738bc58 delete SkLayer.cpp by Hal Canary · 8 years ago
  26. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
  27. 85dc96b Fix SkShadowTessellator.cpp for Chrome iOS build by Jim Van Verth · 8 years ago
  28. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  29. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 8 years ago
  30. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  31. 8d2fb47 Implement onAppendStages for SkPictureShader by Yuqian Li · 8 years ago
  32. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  33. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  34. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  35. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  36. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 8 years ago
  37. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  38. 22af73f Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput. by Brian Salomon · 8 years ago
  39. 0a84a34 Make SkSmallAllocator obey alignment properties of objects. by herb · 8 years ago
  40. e95941f Update SkJPEGImageEncoder by Matt Sarett · 8 years ago
  41. 0bd8f36 Add missing nextafter() clamping to SkLinearBitmapPipeline tile procs by Florin Malita · 8 years ago
  42. 86cc841 AA GrTessellator: fix bevelling of acute angles. by Stephen White · 8 years ago
  43. 26d3f21 verify that glyph position rect is non-empty in GrAtlasTextBlob::appendGlyph by Lee Salzman · 8 years ago
  44. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  45. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  46. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 8 years ago
  47. 1b2b3fb SkTScopedComPtr: implicit nullptr cast to SkTScopedComPtr<T>() by Hal Canary · 8 years ago
  48. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 8 years ago
  49. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  50. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  51. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  52. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  53. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  54. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  55. 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 8 years ago
  56. 2527230 Implement getFamilyName for stream fonts on Linux. by Ben Wagner · 8 years ago
  57. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 8 years ago
  58. 690dd5e Really use vpmaddwd in hsw::convolve_vertical(). by Mike Klein · 8 years ago
  59. 88235bb Graceful degredation for SkOpts_hsw. by Mike Klein · 8 years ago
  60. f65d19b Fix variable names in convolve_vertical(). by Mike Klein · 8 years ago
  61. 5baafa8 extend clipper for lines, for uniformity, and so curves can call itself with lines by Mike Reed · 8 years ago
  62. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  63. a174e06 SkOpts_hsw ODR paranoia by Mike Klein · 8 years ago
  64. 3311b15 Remove SkBlitter::getShaderContext() by Florin Malita · 8 years ago
  65. 7a1f09c Fix extension suffic for getting procs from GL_EXT_debug_marker on ES by Brian Salomon · 8 years ago
  66. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  67. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  68. 98829b9 Check that the upper bits are correct in the SkArenaAlloc footer. by herb · 8 years ago
  69. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  70. 39728d3 Simplify Footers in SkArenaAlloc to 64-bit values using pointers. by Herb Derby · 8 years ago
  71. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  72. b2cd1d7 utils/win/SkTScopedComPtr<T>: Add C++11ish move semantics by Hal Canary · 8 years ago
  73. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  74. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  75. bce7496 Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  76. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  77. e330eb2 Revert "Add geometric implementation for ambient shadows" by Ethan Nicholas · 8 years ago
  78. fdb1bdf Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  79. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  80. c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 8 years ago
  81. c4e6cfe Make the footer big to handle bug 684061. by Herb Derby · 8 years ago
  82. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  83. 57bc1e7 move sk_memset16,32,64 out-of-line by Mike Klein · 8 years ago
  84. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  85. 5d72f7d Remove SkTDict and calls from SkView. by Herb Derby · 8 years ago
  86. 80d22ea Do not embed glyph image data in SkGlyphCache. by Herb Derby · 8 years ago
  87. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 8 years ago
  88. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  89. eb5061b Reenable index8 dsts by Matt Sarett · 8 years ago
  90. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  91. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 8 years ago
  92. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  93. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  94. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  95. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  96. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 8 years ago
  97. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  98. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 8 years ago
  99. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  100. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago