aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-09-25ccpr: Fix heap use-after-free caused by member destruction orderChris Dalton
2018-09-25Add rowBytes to createTestingOnlyBackendTextureRobert Phillips
2018-09-25Remove unnecessary sk_tool_utils::EncodeImageToDataLeon Scroggins III
2018-09-21Reland "add getAlphaf() to pixmap/bitmap"Mike Reed
2018-09-21Work toward removing SkPM4fBrian Osman
2018-09-20Revert "add getAlphaf() to pixmap/bitmap"Robert Phillips
2018-09-20add getAlphaf() to pixmap/bitmapMike Reed
2018-09-20Always use portable fonts in image filter testBrian Osman
2018-09-20SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.hHal Canary
2018-09-20Some SkPM4f cleanupBrian Osman
2018-09-20Fix/simplify equal_pixelsBrian Osman
2018-09-19test,tools: whitespace changes for clang-formatHal Canary
2018-09-17Fix nullptr deref in cache lookupHerb Derby
2018-09-15don't try to extract or blur a zero-sized bitmapMike Reed
2018-09-14Specify CPU (buffer) and GPU (shader) types explicitly in AttributeBrian Osman
2018-09-13Add GrSurfaceOrigin to MakeFromAHardwareBufferStan Iliev
2018-09-13Add Vulkan support to GrAHardwareBufferImageGeneratorGreg Daniel
2018-09-12Remove raw-data version of createTextureProxyBrian Osman
2018-09-12allow path.add(path) safelyMike Reed
2018-09-12Add unit test to test basic importing and drawing of AHardwareBuffers.Greg Daniel
2018-09-11Initialize bitmaps to different colors, to avoid flaky successBrian Osman
2018-09-11SkPath::shrinkToFit docsFlorin Malita
2018-09-11Reland: add SkPath::shrinkToFitFlorin Malita
2018-09-10Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfigHerb Derby
2018-09-10Revert "add SkPath::shrinkToFit"Mike Reed
2018-09-10add SkPath::shrinkToFitMike Reed
2018-09-10Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig"Cary Clark
2018-09-10Let unbudgeted, unique keyed resources stay in gpu ResourceCache.Greg Daniel
2018-09-10Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfigHerb Derby
2018-09-10Remove purging of GPU resources based on flush counts.Brian Salomon
2018-09-07Add fields to fragmentProcessors in sksl code.Michael Ludwig
2018-09-07Revert "SkMath takes some functions from from SkTypes"Mike Klein
2018-09-07SkMath takes some functions from from SkTypesHal Canary
2018-09-07Reland "Redo how extra emit code flushing operates" with type fix.Michael Ludwig
2018-09-07Revert "Redo how extra emit code flushing operates"Michael Ludwig
2018-09-07Redo how extra emit code flushing operatesMichael Ludwig
2018-09-07Implement boolean short circuit folding in SkSLMichael Ludwig
2018-09-06Move some functions to MathPriv.hHal Canary
2018-09-06Revert "SkStream: remove some WStream functions from public api"Cary Clark
2018-09-06SkStream: remove some WStream functions from public apiHal Canary
2018-09-05Don't use MEM_MOVE=true with SkTArrays of sk_spBrian Salomon
2018-09-05Centralize the predicate for a glyph being too large for the atlasHerb Derby
2018-09-05Deliberately call typefaceproc only once per face in picturesMike Reed
2018-09-05clean up S16CPUMike Klein
2018-09-05SkPDF: use more vector<>, more sk_sp<>, cleanup.Hal Canary
2018-09-04SkColorSpace cleanupBrian Osman
2018-09-04Remove some references to defunct kIndex_8Leon Scroggins III
2018-09-04Change SkTypeface::MakeFromStream to take unique_ptrMike Reed
2018-09-03add behavior enum to SkTypeface::serialize()Mike Reed
2018-09-03Reland "ccpr: Implement stroking with fine triangle strips"Chris Dalton