Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e71253298871403d37855c2c9e242469d4ed17cc
/
src
/
effects
4f03794
Alter SkXfermode's asFragmentProcessor & asXPFactory contracts
by robertphillips
· 9 years ago
d3b32bf
Last bit of GrGLSLFragmentProcessor-derived class cleanup
by robertphillips
· 9 years ago
bf536af
Next round of GrGLSLFragmentProcessor-derived class cleanup
by robertphillips
· 9 years ago
9cdb992
Clean up GrGLSLFragmentProcessor-derived classes
by robertphillips
· 9 years ago
afb188d
Add gpu implementation of SkAvoidXfermode
by robertphillips
· 9 years ago
f16e2a2
Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ )
by mtklein
· 9 years ago
15691a0
Add gpu implementation of SkAvoidXfermode
by robertphillips
· 9 years ago
8610002
Move SkColorMatrixFilter implementation to core.
by bsalomon
· 9 years ago
6404981
Fix zero-sized blur with crop rect.
by senorblanco
· 9 years ago
507ef6d
SkNx Load/store: take any pointer.
by mtklein
· 9 years ago
395eabe
float components in xfermodes
by reed
· 9 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 9 years ago
2a1d401
Move SkAvoidXfermode over from Android
by robertphillips
· 9 years ago
6b2c346
Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ )
by robertphillips
· 9 years ago
aa9cb62
Move SkPixelXorXfermode.h to include/client/android
by robertphillips
· 9 years ago
5381b81
Fix SkPixelXorXfermode serialization bug
by robertphillips
· 9 years ago
d8ff5b3
Image filters: Make a recursive, forward-mapping bounds
by senorblanco
· 9 years ago
98124ef
Make SkPixelXorXfermode's opColor be SkPMColor
by robertphillips
· 9 years ago
bbb6dc8
kill SkValue
by mtklein
· 9 years ago
f42fca4
Add gpu implementation of OverdrawXfermode
by robertphillips
· 9 years ago
727b7d2
Add gpu backend for SkPixelXorXfermode
by robertphillips
· 9 years ago
6121405
Cleaning up trailing spaces and typos.
by cblume
· 9 years ago
64b0f5f
Remove SkLerpXfermode
by robertphillips
· 9 years ago
f2b8662
skip zero-length linear gradient intervals to make new code more consistent with older table-based implementation
by lsalzman
· 9 years ago
5366a09
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )
by ethannicholas
· 9 years ago
e429c88
Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ )
by robertphillips
· 9 years ago
7df3f5e
added support for PLS path rendering
by ethannicholas
· 9 years ago
6d3cef9
Revert[2] of float color components
by reed
· 9 years ago
2a2bdc6
Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ )
by reed
· 9 years ago
353c148
experiment: float color components
by reed
· 9 years ago
27a6e86
SkValue: SkXfermode
by halcanary
· 9 years ago
0050237
Fix bounds computations for SkDisplacementMapEffect with negative scale.
by senorblanco
· 9 years ago
d247e58
Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).
by senorblanco
· 9 years ago
8bc3cf8
Add gpu implementation of OverdrawXfermode
by robertphillips
· 9 years ago
1ea67a3
Fix SkAlphaThresholdFilter bounds handling.
by senorblanco
· 9 years ago
1de87df
Refactor to use GrWrapTextureInBitmap more
by robertphillips
· 9 years ago
06d54ad
Fix SkXfermodeImageFilter GPU fast path for differing sizes.
by senorblanco
· 9 years ago
fa2b3a3
remove CreateLightingFilter from SkColorFilter
by reed
· 9 years ago
1554ec0
Delete SkRectShaderImageFilter
by ajuma
· 9 years ago
8d30dae
Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION.
by senorblanco
· 9 years ago
05dcb4c
Optimize SkTileImageFilter in an offset filter when possible.
by senorblanco
· 9 years ago
a9fbd16
Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.
by senorblanco
· 9 years ago
c7141eb
remove external header for SkModeColorFilter
by reed
· 9 years ago
0daf5dd
move declaration of CreateLightingFilter into SkColorMatrixFilter
by reed
· 9 years ago
4e23cda
remove imagefilter::sizeconstraint
by reed
· 9 years ago
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
Next »