aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-04-24Implement alternate method for determining recycle-ability of allocated GrSur...Robert Phillips
2019-04-23Store tasks to execute before VK secondary command buffers generically.Brian Salomon
2019-04-23added support for interpreting generic SkSL functionsEthan Nicholas
2019-04-23switch some idiosyncratic <includes> to ""Mike Klein
2019-04-23Revert "Implement alternate method for determining recycle-ability of allocat...Robert Phillips
2019-04-23Implement alternate method for determining recycle-ability of allocated GrSur...Robert Phillips
2019-04-23Remove the option of disabling explicit resource allocationRobert Phillips
2019-04-22Add skcms directory to public includesBrian Osman
2019-04-22hide internals of SkColorMatrix (so we can migrate to col-major)Mike Reed
2019-04-22Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2)Robert Phillips
2019-04-22add constexpr constructor to SkMatrixMike Klein
2019-04-22Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation"Mike Klein
2019-04-19SkClipStack::isRRect succeeds if stack is an intersection of rects.Brian Salomon
2019-04-19Add explicit GrSurfaceProxy flag to skip explicit resource allocationRobert Phillips
2019-04-19Convexity checker: Wait for significant x-product when walking edgesBrian Osman
2019-04-19added error detection for writing to a constant swizzle maskEthan Nicholas
2019-04-19Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVEBrian Osman
2019-04-18Remove the axis-aligned vector special case to convexity checkerBrian Osman
2019-04-18Make more SkTypeface virtuals pure.Ben Wagner
2019-04-17Non-substantive changesRobert Phillips
2019-04-17Add struct to wrap all the gpu flush options.Greg Daniel
2019-04-17Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"Mike Reed
2019-04-17Add flag to map buffer flags in GrCaps to indicate whether mapping aBrian Salomon
2019-04-17Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""Robert Phillips
2019-04-17Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""Mike Reed
2019-04-17Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"Mike Reed
2019-04-16Simplify SkTypeface::charsToGlyphs API to require UTF32 inputMike Reed
2019-04-16pass SkVx::Vec arguments as const&Mike Klein
2019-04-16Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.Greg Daniel
2019-04-16GrSurface -> GrGpuBuffer transfer improvements:Brian Salomon
2019-04-16Towards a simpler SkSL -> GLSL pipeline (and better shader reflection)Brian Osman
2019-04-15use slope-guess for faster charToGlyphMike Reed
2019-04-15Add callback to flush for knowing when gpu is finished work.Greg Daniel
2019-04-15Plumb sk_sp through the GrOpList class hierarchyRobert Phillips
2019-04-13add utility for caching char2glyphMike Reed
2019-04-12remove dead code from old factories, enumMike Reed
2019-04-11Make SkPaintFilterCanvas paints no longer COW.Ben Wagner
2019-04-11rewrite new SkVx unit testMike Klein
2019-04-11add SkVx helpers for working with unorm8Mike Klein
2019-04-11Make SkFontMgr_fontconfig respect the sysroot.Ben Wagner
2019-04-10Add more general flush call to GrContext.Greg Daniel
2019-04-10remove SkMixer, since we have explicit lerps/blends in SkShaderMike Reed
2019-04-10Add mipmap generation for MetalJim Van Verth
2019-04-10tweak SkVx to play nicely with othersMike Klein
2019-04-10moved files generated from .fp files into generated/ directoriesEthan Nicholas
2019-04-10Add Vulkan implementation of transfering from GrSurface to a GrGpuBufferBrian Salomon
2019-04-10Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (t...Robert Phillips
2019-04-09Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES.Brian Salomon
2019-04-09New factories for SkShadersMike Reed
2019-04-09SkSL 'key' variables can now be controlled by 'when' expressionsEthan Nicholas