- 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
- 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
- ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
- 0d705a4 Fix vs2015 build by bsalomon · 9 years ago
- 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
- 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
- cd56f81 SkImageSource by fmalita · 9 years ago
- a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
- c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
- dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
- 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
- c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
- ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
- 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
- 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 7b7ecfc Fix clipped lighting image filters. by senorblanco · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
- 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 9 years ago
- 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
- 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
- 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
- 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
- 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
- f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
- f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
- 3b44dcf Patches on top of Radu's latest. by mtklein · 9 years ago
- 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
- b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
- 2d141ba Patches on top of Radu's latest. by mtklein · 9 years ago
- e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
- d029ded Port morphology to SkOpts. by mtklein · 9 years ago
- dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
- 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
- eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
- a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
- c3eb50c Minor cleanup of SkLightingShader by robertphillips · 9 years ago
- 640898f Update SkLightingShader to take a localMatrix by robertphillips · 9 years ago
- 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
- eb86b55 Fix variable shadowing in SkMorphologyImageFilter by robertphillips · 9 years ago
- 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
- ff0ca5e Misc cleanup by robertphillips · 9 years ago
- 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
- 992c761 Reland of Add fast normalize for SkLightingImageFilter. (patchset #1 id:1 of https://codereview.chromium.org/1244523002/) by jvanverth · 9 years ago
- 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
- 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago