aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update some Sk4px APIs.mtklein2016-06-271-4/+4
* Thorough tests for saturatedAdd and mulDiv255Round.mtklein2016-06-271-0/+36
* Remove overly-promiscuous SkNx syntax sugar.mtklein2016-06-271-1/+1
* Cherry-pick changes from Skia's M44 branchsenorblanco2015-06-151-0/+46
* Revert of Font variations. (patchset #26 id:500001 of https://codereview.chro...robertphillips2015-05-152-90/+14
* add Min to SkNi, specialized for u8 and u16 on SSE and NEONmtklein2015-05-141-0/+24
* Add a test for decoding a gif with sampleSize 4.scroggo2015-05-141-0/+24
* fix path op buildercaryclark2015-05-142-0/+50
* Font variations.bungeman2015-05-142-14/+90
* look for deleted pts when detecting line/curve coincident edgescaryclark2015-05-141-0/+187
* Revert of Font variations. (patchset #21 id:400001 of https://codereview.chro...bungeman2015-05-132-90/+14
* fix for angle botjoshualitt2015-05-131-3/+4
* Font variations.bungeman2015-05-132-14/+90
* clean up testscaryclark2015-05-137-36/+15
* GLProgramsTest 3.0joshualitt2015-05-131-87/+32
* deal more consistently with unsortable edgescaryclark2015-05-133-17/+26
* Fix SkStrokeRec == to report true for all fillskkinnunen2015-05-131-0/+77
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...reed2015-05-123-8/+8
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...reed2015-05-123-8/+8
* stop calling SkScalarDivreed2015-05-123-8/+8
* Path ops formerly found the topmost unprocessed edge and determined its angle...caryclark2015-05-1116-467/+279
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...reed2015-05-072-11/+29
* new image from backend descreed2015-05-071-0/+66
* Sketch splitting SkPicture into an interface and SkBigPicture.mtklein2015-05-072-29/+11
* SkPDF: detect YUV-JPEG without relying on ImageGeneratorhalcanary2015-05-071-0/+38
* Make SkFunction copyable so it can go in containers.mtklein2015-05-061-15/+34
* remove dead code behind BOOL_ONGETINFOreed2015-05-052-14/+0
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalreed2015-05-041-17/+0
* SkPDF: clean up uses of deprecated calls in testshalcanary2015-05-011-176/+239
* SkTime: return timezone information; format in ISO-8601halcanary2015-05-011-0/+12
* This replaces the texture creation/caching functions on GrContext with a GrTe...bsalomon2015-04-3011-31/+34
* Move resource fonts to common location.bungeman2015-04-302-28/+10
* add heuristic to pour small pictures into recordings, rather than ref'ingreed2015-04-302-23/+1
* Use texture barriers to read directly from the RTcdalton2015-04-291-0/+6
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsjvanverth2015-04-291-1/+2
* minor fixes to cubics code and overall alignment of how bounds and tops are c...caryclark2015-04-296-94/+815
* Implementing a scanline decoder for jpegmsarett2015-04-291-5/+5
* SkRWBuffer for thread-safe 'stream' sharingreed2015-04-281-0/+81
* Use GLSLCaps for creating processor keys and GLSL-specific programsjvanverth2015-04-281-2/+2
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMmtklein2015-04-271-1/+3
* Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o...mtklein2015-04-271-3/+1
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMmtklein2015-04-271-1/+3
* Mike's radial gradient CL with better float -> int.mtklein2015-04-271-0/+10
* Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id...mtklein2015-04-271-10/+0
* Mike's radial gradient CL with better float -> int.mtklein2015-04-271-0/+10
* Remove legacy NVPR supportjvanverth2015-04-271-13/+0
* Make non-AA hairline stroke rects snap to pixels centers so they close.bsalomon2015-04-271-1/+1
* Cleanup: Remove unnecessary double-semicolons.tfarina2015-04-272-2/+2
* Extract gpu line dashing to GrDashLinePathRendererkkinnunen2015-04-261-1/+1
* SkPDF: Refactor SkPDFObject heiararchy.halcanary2015-04-251-8/+10