- 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 8 years ago
- 7b2391b Remove incorrect assert by Brian Osman · 8 years ago
- 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
- d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 8 years ago
- 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 8 years ago
- da16434 refactor approx_{log2,pow2,powf} by Mike Klein · 8 years ago
- ecc364c Remove SkOpTAllocator by Herb Derby · 8 years ago
- 66f2332 Fix spacing style by Chris Blume · 8 years ago
- 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 8 years ago
- 4437517 jumper, parametric_{r,g,b,a} by Mike Klein · 8 years ago
- 0301308 Fix SkATan2_255 fuzzer crash by Florin Malita · 8 years ago
- 6cc6ae7 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
- 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
- edec99b jumper, disable u16 table load stages by Mike Klein · 8 years ago
- 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
- b712a85 Fix missing tolerance in GrPathUtils::worstCasePointCount by Robert Phillips · 8 years ago
- 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 8 years ago
- 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 8 years ago
- 3f4531d Remove SkVarAlloc by Herb Derby · 8 years ago
- 3391029 Fix some bugs with read/writePixels by Brian Osman · 8 years ago
- bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 8 years ago
- 7ce67db Revert "Split up opLists" by Robert Phillips · 8 years ago
- 73e597d keep integral rectangle intersections integral by Cary Clark · 8 years ago
- 4304d11 Change SkRecord to use SkArenaAlloc by Herb Derby · 8 years ago
- bc8ee52 Split up opLists by Robert Phillips · 8 years ago
- 6e83479 Fix out of bounds read in SkColorSpace::MakeICC by Matt Sarett · 8 years ago
- 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 8 years ago
- f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 8 years ago
- f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 8 years ago
- c1b879f SkColorSpaceXformer: Handle compose color filters by Matt Sarett · 8 years ago
- 0d2c9a2 Pass LC_ALL_MASK to newlocale by Eric Karl · 8 years ago
- c7d9c0b jumper, table_{r,g,b,a} by Mike Klein · 8 years ago
- 68ce7ce support either 32bit swizzle in HQ mode by Mike Reed · 8 years ago
- 27a50b8 jumper, hook in callback by Mike Klein · 8 years ago
- 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 8 years ago
- e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 8 years ago
- 2159893 fix android-only function now that fRec is no longer used by Mike Reed · 8 years ago
- a3735cd jumper, u16_be load_tables stages by Mike Klein · 8 years ago
- 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
- cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 8 years ago
- b382173 jumper, load_rgb_u16_be by Mike Klein · 8 years ago
- 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 8 years ago
- 0cf45f6 Split SkCrossContextImageData into Image and BackendTexture subclasses by Greg Daniel · 8 years ago
- 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 8 years ago
- de1cad9 use SkArenaAlloc in SkColorSpaceXform_A2B by Mike Klein · 8 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 8 years ago
- 7fee90c add a callback stage to SkRasterPipeline by Mike Klein · 8 years ago
- c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 8 years ago
- e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
- b712089 remove lock tracking in bitmaps -- they are always locked by Mike Reed · 8 years ago
- ade76e9 getDeferredTextureImageData(): use legacy scaling in legacy mode by Matt Sarett · 8 years ago
- dcbe2c8 Remove dangerous constructor from SkArenaAlloc by Herb Derby · 8 years ago
- cd0a61e fix scan converter arena alloc by Cary Clark · 8 years ago
- 122f18e skirt std::chrono on MSAN builds by Mike Klein · 8 years ago
- 9f59134 Symmetric rendering when >20px with DirectWrite. by Ben Wagner · 8 years ago
- 1f5f6b8 Fix advances for aliased text with DirectWrite. by Ben Wagner · 8 years ago
- dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 8 years ago
- 4343654 Improve accuracy of cubic classification by Chris Dalton · 8 years ago
- 479366c Let region decoders query the type and color space by Matt Sarett · 8 years ago
- 8671428 refine .type ...,%function by Mike Klein · 8 years ago
- 965451e jumper, explicitly tag functions as functions by Mike Klein · 8 years ago
- 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 8 years ago
- c756c7a make picture-imagegenerator more robust on requested infos by Mike Reed · 8 years ago
- d2ca59a Further unify logic in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
- 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 8 years ago
- 0d63e4e Use a simpler method for calculating atan by Herb Derby · 8 years ago
- e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 8 years ago
- 1335a05 remove dead code around replayClips by Mike Reed · 8 years ago
- fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 8 years ago
- 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 8 years ago
- 2d2da4f Do sRGB premul/unpremul on the GPU by Brian Osman · 8 years ago
- 96d5b9a remove unused fURI from pixelref by Mike Reed · 8 years ago
- 0f47a25 Fix cubic KLM solving by csmartdalton · 8 years ago
- 0a90449 jumper, bilinear and bicubic sampling stages by Mike Klein · 8 years ago
- 4ccd862 android-only api to reset the fields of a pixelref by Mike Reed · 8 years ago
- e0b7287 fix drawDRRect for fuzzer by Cary Clark · 8 years ago
- 994ef97 make all gather_*() use SkJumper_GatherCtx by Mike Klein · 8 years ago
- 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
- 719528a Revert "Revert "SkColorSpaceXformer: Preserve local matrix on shaders"" by Matt Sarett · 8 years ago
- e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 8 years ago
- a50a11c Revert "SkColorSpaceXformer: Preserve local matrix on shaders" by Matt Sarett · 8 years ago
- db1cbcb jumper, rgb<->hsl by Mike Klein · 8 years ago
- e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
- e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
- 5d884b5 SkColorSpaceXformer: Preserve local matrix on shaders by Matt Sarett · 8 years ago
- ac796f8 Override setDrawFilter() in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 8 years ago
- 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 8 years ago
- a00f347 switch over to no lockPixels in pixelref by Mike Reed · 8 years ago
- 921ebe5 clean ups in SkPixelRef by Mike Reed · 8 years ago
- da96550 Add perspective shadows by Jim Van Verth · 8 years ago
- 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 8 years ago
- fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
- 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
- 0fa156f remove inline allocation in SkRecord by Mike Klein · 8 years ago
- 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
- da90109 Make SkLiteDL::draw() const. by Mike Klein · 8 years ago
- cd25df9 make SkRecord normally SkRefCnt'd by Mike Klein · 8 years ago
- 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago