- efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
- aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 8 years ago
- 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
- c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
- 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
- 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
- 52b346e Make savelayer_* GM be 565 friendly by Robert Phillips · 8 years ago
- 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 8 years ago
- 42f3094 saveLayer experiments by Robert Phillips · 8 years ago
- 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
- a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
- 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
- cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
- eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 8 years ago
- 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
- 113fd34 savelayer gm by Mike Reed · 8 years ago
- 930f69e Switch a bunch of tests to use DEF_SIMPLE_GM. by Stephen White · 8 years ago
- cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
- 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
- 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
- 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
- e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 8 years ago
- 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
- 6ff51ae Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
- 7704754 More fixes for distance field paths by Jim Van Verth · 8 years ago
- 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
- ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
- 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
- 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- 000ca63 Revert "More fixes for distance field paths" by Jim Van Verth · 8 years ago
- d081ff3 More fixes for distance field paths by Jim Van Verth · 8 years ago
- c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
- a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
- 34855f9 Add readPixels() tests for generator backed images by Matt Sarett · 8 years ago
- 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
- e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
- 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
- e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
- a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
- 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
- a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
- d463198 ignore max curvature at end point by Cary Clark · 8 years ago
- 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
- 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
- 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
- 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
- d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
- 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
- f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
- 5f50092 Change GaussianBlur logic wrt color spaces by Brian Osman · 8 years ago
- 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
- 878df6d Modify matrix convolution GM for sRGB testing by Brian Osman · 8 years ago
- 578f52c Fix iOS build by Matt Sarett · 8 years ago
- 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
- 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
- 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
- 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
- 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
- 253b4dd Handle failed surface creation in AlphaThresholdImageFilter GM by Robert Phillips · 8 years ago
- b44bb31 Add color space xform to GrMagnifierEffect by Brian Osman · 8 years ago
- 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
- 6750e91 Fix precision errors in large circle rendering. by Jim Van Verth · 8 years ago
- 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
- 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
- 8ced688 Add GM for filtering bug by Robert Phillips · 8 years ago
- 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
- 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
- d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
- e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
- 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
- 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
- d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
- ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
- 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
- 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
- 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
- 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
- 131c1fb Add GMs and benchs for concave Analytic AA by Yuqian Li · 8 years ago
- ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
- c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
- 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
- 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
- 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
- c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
- 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
- 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
- a9da22d Fix bitmap-image srgb gm by Matt Sarett · 8 years ago
- e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
- fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
- 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
- 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
- f941280 Fix textblobrandomfont GM in F16 configs by Brian Osman · 8 years ago
- dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
- 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
- 6e1fca4 Add animating blur image filter GM/slide/bench by Robert Phillips · 8 years ago