aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* disable coverage optimization for hairlinesGravatar Mike Reed2017-06-07
* Fix use of uninitialized value in SkColor4Shader::CreateProcGravatar Brian Osman2017-06-07
* we can std::move work to avoid copying itGravatar Mike Klein2017-06-07
* Mark SkThreadedBMPDevice destructors with overrideGravatar Kevin Lubick2017-06-07
* we can move dst hereGravatar Mike Klein2017-06-07
* Opt-in burst mechanism for pipeline shadersGravatar Florin Malita2017-06-06
* define HWCAP_* ourselves in SkCpu.cppGravatar Mike Klein2017-06-06
* move Coeff into blendmodeGravatar Mike Reed2017-06-06
* Create an SkColorSpaceXform image generatorGravatar Matt Sarett2017-06-06
* remove unused xfermode methodsGravatar Mike Reed2017-06-06
* Add TiledDrawScheduler so we can concurrently draw and enqueGravatar Yuqian Li2017-06-05
* Real fix for stage perf regression.Gravatar Mike Klein2017-06-05
* add testing flag to force rasterpipelineGravatar Mike Reed2017-06-05
* Make instantiate return a BooleanGravatar Robert Phillips2017-06-05
* have start_pipeline() return limit againGravatar Mike Klein2017-06-05
* implement SkRasterPipelineBlitter::blitAntiH2()Gravatar Mike Klein2017-06-05
* start on SkJumper lowp modeGravatar Mike Klein2017-06-04
* remove unused blittersGravatar Mike Reed2017-06-03
* Remove support in GPU backend for distance vector field.Gravatar Brian Salomon2017-06-02
* simplify verts in certain modesGravatar Mike Reed2017-06-02
* default impl of appendStages now calls shaderContextGravatar Mike Reed2017-06-02
* Remove deprecated SkRWBuffer snapshot methodsGravatar Florin Malita2017-06-02
* minor refactor to SkRasterPipeline::BuildPipelineGravatar Mike Klein2017-06-02
* add API to change max pointsize for font cacheGravatar Mike Reed2017-06-01
* Rm int flavor of GrNextPow2 in favor of uint32_t flavorGravatar Robert Phillips2017-06-01
* have shaders that need seed_shader call it themselvesGravatar Mike Klein2017-06-01
* plumb y through to SkJumperGravatar Mike Klein2017-06-01
* update SkRasterPipeline::run() to also take yGravatar Mike Klein2017-06-01
* Add smartptr SkRWBuffer snapshot methodsGravatar Florin Malita2017-06-01
* raster pipeline sprite blitterGravatar Mike Klein2017-06-01
* make SkColorFilter::onAppendStages() pureGravatar Mike Klein2017-06-01
* slant colorfilter away from filterSpan4fGravatar Mike Reed2017-05-31
* remove 565 sprite blitter tooGravatar Mike Klein2017-05-31
* allow sprite blitter for equal color spacesGravatar Mike Klein2017-05-31
* remove unused spanprocs (leftover from spriteblitter simplification)Gravatar Mike Reed2017-05-31
* remove sprite blitters for non-legacy targets, rely on rasterpiplineGravatar Mike Reed2017-05-31
* call compile in convert_with_pipeline()Gravatar Mike Klein2017-05-31
* [Reland] Relocate shaders to own dirGravatar Florin Malita2017-05-30
* bug fix in convert_with_pipeline()Gravatar Mike Klein2017-05-30
* Hide ctors of SkShader, SkImage & SkColorSpaceGravatar Florin Malita2017-05-26
* no sprite blitters support gamut conversionGravatar Mike Klein2017-05-26
* Explicitly check edge count >= 2 in non-debug buildGravatar Yuqian Li2017-05-26
* Delete onChooseBlitProcs() and related codeGravatar Florin Malita2017-05-26
* avoid rebuilding pipeline w/ only tricolorsGravatar Mike Reed2017-05-26
* Initialize rects in SkValidatingReadBuffer readRect & readIRect on failureGravatar Robert Phillips2017-05-26
* Unexport private SkShader classesGravatar Florin Malita2017-05-26
* rasterpipeline:Gravatar Mike Reed2017-05-26
* Add method to GrContext to purge unlocked resources.Gravatar Derek Sollenberger2017-05-26
* add SK_API to SkShaderBaseGravatar Mike Klein2017-05-26
* Revert "Relocate shaders to own dir"Gravatar Stan Iliev2017-05-25