- 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
- cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
- 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
- 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
- ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
- b50b97d Optimize SkTileImageFilter destination bitmap size. by senorblanco · 9 years ago
- aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
- 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
- 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
- f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
- 0b70f45 remove dead flags by reed · 9 years ago
- 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
- 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
- d63f60a change all factories to return their base-class by reed · 9 years ago
- e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
- c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
- 6f37b4a Unify some SkNx code by mtklein · 9 years ago
- 4e56772 Address precision issue in circle blur effect by robertphillips · 9 years ago
- 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
- 3127c99 ubsan shift fixes by caryclark · 9 years ago
- db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
- 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 9 years ago
- 1d265ca Pin result in SkATan2_255 by robertphillips · 9 years ago
- a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
- 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
- 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
- 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
- c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
- f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
- 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
- 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
- de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
- 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
- c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
- 2b46913 Take span len into account when determining whether gradient is vertical by fmalita · 9 years ago
- de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
- f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
- a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
- 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
- a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
- 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
- f3182eb Implement multi-color-stops in linear gradients using Sk4f by reed · 9 years ago
- e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
- 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
- fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
- 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
- 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
- 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
- 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
- edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
- 6f79709 prune unused SkNx features by mtklein · 9 years ago
- c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
- a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
- 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
- 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
- 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
- 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
- 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
- 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
- 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
- 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
- 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
- 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
- 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
- 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
- c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
- 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
- f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
- 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
- b1dda9b Use the current OpengGL standard to determine blur precision, rather than kGLES by Brian Salomon · 9 years ago
- 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
- 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
- c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
- af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
- a8e5fbd Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10. by ethannicholas · 9 years ago
- 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
- 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
- b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
- 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
- f028003 change more effects to only expose factories by reed · 9 years ago
- 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
- afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
- f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
- 37d8688 Optional gradient dithering by fmalita · 9 years ago
- 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
- 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
- 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
- 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
- 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
- d8982d7 Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
- 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
- 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
- 7b60c2c Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #1 id:1 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
- 2d70bcc Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
- e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
- f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
- 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
- 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
- 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
- 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago