aboutsummaryrefslogtreecommitdiff
path: root/src/shaders
AgeCommit message (Expand)Author
2019-02-02move experimental header out of public includesMike Reed
2019-01-30remove shadeSpan4f()Mike Klein
2019-01-30remove Sk4x4f.h -- dead codeMike Klein
2019-01-30remove burst mode in SkRPBlitterMike Klein
2019-01-12fixed uninitialized value in Perlin noise shaderEthan Nicholas
2019-01-11Fixed GPU perlin noise shaders under rotation.Ethan Nicholas
2018-12-18drop into raster pipeline at 32767Mike Klein
2018-12-18draw big images (with raster pipeline)Mike Klein
2018-12-17Decal fallback for SkImageShaderMichael Ludwig
2018-12-12add google-build-namespaces to clang-tidy checksMike Klein
2018-12-10Reland "Add clamp to border wrap mode to gpu"Michael Ludwig
2018-12-10Revert "Add clamp to border wrap mode to gpu"Michael Ludwig
2018-12-10Add clamp to border wrap mode to gpuMichael Ludwig
2018-12-06Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_R...Brian Salomon
2018-12-06Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE...Brian Salomon
2018-12-05Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures.Brian Salomon
2018-12-04remove sk_atomic_incMike Klein
2018-12-04remove sk_atomic_decMike Klein
2018-11-30Fix occurrences of "-Wextra-semi-stmt"Brian Salomon
2018-11-16Update threshold for degenerate gradientsMichael Ludwig
2018-11-11Reland "Improve degenerate 2pt conical gradient cases"Mike Klein
2018-11-09Revert "Improve degenerate 2pt conical gradient cases"Stan Iliev
2018-11-09Improve degenerate 2pt conical gradient casesMichael Ludwig
2018-11-08Fix LinearGradient4fContext::shadeSpanInternal fuzzFlorin Malita
2018-11-07make SkColorShader RP-onlyMike Klein
2018-11-06make float divide-by-zero fatalMike Klein
2018-11-06send 3D masks through raster pipeline blitterMike Klein
2018-11-06Revert "Fix div-by-zero loophole in gradient factory func"Brian Osman
2018-11-05Fix div-by-zero loophole in gradient factory funcMichael Ludwig
2018-11-02Remove SkPM4f.h, fold contents into SkColorData.hBrian Osman
2018-10-30remove old shader routines from SkColor4ShaderMike Klein
2018-10-30use from/to_srgb only when known to be in [0,1]Mike Klein
2018-10-26Use SkColor4f functionality, rather than SkPM4f.h inline functionsBrian Osman
2018-10-26Remove SkPM4fPriv.h, inline the two functions at call-sitesBrian Osman
2018-10-24remove src/jumperMike Klein
2018-10-23Remove colorType and colorSpace from bitmap cache key, and IWYUBrian Osman
2018-10-20rename some flattenable routinesMike Klein
2018-10-19Remove texColorSpace output param from various producer APIsBrian Osman
2018-10-19Play back picture shaders in 8888 or F16, depending on dst color typeBrian Osman
2018-10-19override getTypeName() instead of using tableMike Klein
2018-10-19Un-plumb dstColorSpace through GrTextureProducerBrian Osman
2018-10-19When checking color type in image shaders, trust SkBitmapProvider, not imageBrian Osman
2018-10-19clean up flattenable macro cruftMike Klein
2018-10-19remove unused flags -- no clients define theseMike Reed
2018-10-18Trim SkPictureShader's keyFlorin Malita
2018-10-18Always require a color space on picture-backed imagesBrian Osman
2018-10-18trim off more bgra stagesMike Klein
2018-10-18make gray8 support uniformly weirdMike Klein
2018-10-17make legacy shadercontext optionalMike Reed
2018-10-16Remove all remaining GrColor4f (other than gradients)Brian Osman