Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
bf799cd228282431e6311900dd383083f8af7164
/
src
/
effects
41d4f09
Move GrXferProcessor subclasses into cpp files
by egdaniel
· 10 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 years ago
50785a3
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/)
by bsalomon
· 10 years ago
21b2c53
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/)
by bsalomon
· 10 years ago
5e1378d
Move DstCopy on gpu into the GrXferProcessor.
by egdaniel
· 10 years ago
f162012
Fix casting bug in GrArithmeticXP
by egdaniel
· 10 years ago
b0df8be
return reference to cache instead of copying the mask
by reed
· 10 years ago
4dce32c
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 10 years ago
7adb355
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/)
by egdaniel
· 10 years ago
3e9dfdb
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 10 years ago
74a1175
Move DstCopy on gpu into the GrXferProcessor.
by egdaniel
· 10 years ago
37f9a26
Move npot resizing out of GrContext and simplify GrContext texture functions.
by bsalomon
· 10 years ago
e137db8
Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/)
by bsalomon
· 10 years ago
6c96672
Move npot resizing out of GrContext and simplify GrContext texture functions.
by bsalomon
· 10 years ago
6bfef2d
Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/)
by fmalita
· 10 years ago
e7ea40f
Reland "remove unused SkAvoidXfermode"
by scroggo
· 10 years ago
8a81003
Move npot resizing out of GrContext and simplify GrContext texture functions.
by bsalomon
· 10 years ago
9d91eb3
add more checks for computing clamp counts, remove dead code
by reed
· 10 years ago
80a61df
Fix Morphology effects sourcing outside of the crop rect.
by cwallez
· 10 years ago
c12b74d
Collapse consecutive SkTableColorFilters
by cwallez
· 10 years ago
42dbfa8
Add patheffects to debugger printout
by robertphillips
· 10 years ago
1eea9fc
Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/)
by mtklein
· 10 years ago
f6be925
Fix Morphology effects sourcing outside of the crop rect.
by cwallez
· 10 years ago
24db3b1
Add specialized content key class for resources.
by bsalomon
· 10 years ago
2fdeda0
XPFactory lazily initializie in drawstate / GrPaint
by joshualitt
· 10 years ago
71e236c
Remove willReadDst from GrFragmentProcessor.
by egdaniel
· 10 years ago
b2b416d
Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/)
by scroggo
· 10 years ago
2467d71
Remove a few unused statements.
by cwallez
· 10 years ago
2d02df7
remove unused SkAvoidXfermode
by reed
· 10 years ago
54f0e9d
Add Xfer Processor for GrCustomXfermodes
by egdaniel
· 10 years ago
04ea634
Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build
by egdaniel
· 10 years ago
f351aa3
Add Arithmetic mode xp.
by egdaniel
· 10 years ago
16a04b8
Move Gpu ArithmeticMode xfer effect to _gpu files.
by egdaniel
· 10 years ago
38cd055
Do some minor pre cleanup work before converting all xfermodes to XPs.
by egdaniel
· 10 years ago
815e9b5
Remove SK_SUPPORT_LEGACY_GRADIENT_PRECISION
by fmalita
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
eabd0d7
Revert of Cache blur mask for rects which can not break into nine-patch (patchset #10 id:200001 of https://codereview.chromium.org/729463002/)
by qiankun.miao
· 10 years ago
5a5b4e9
Cache blur mask for rects which can not break into nine-patch
by qiankun.miao
· 10 years ago
f4e5995
It is dangerous to ignore SkRect::intersect's return value
by robertphillips
· 10 years ago
690fc59
Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/)
by robertphillips
· 10 years ago
152f524
It is dangerous to ignore SkRect::intersect's return value
by robertphillips
· 10 years ago
c4bd39c
Require explicit disabling of cross process pictureimagefilters
by robertphillips
· 10 years ago
1b74730
improve sanity checks on gradient constructor parameters
by reed
· 10 years ago
8fc6c2d
This CL cleans up the last remaining users of localCoordChange on paint
by joshualitt
· 10 years ago
33cca88
Update ColorFilterImageFilter & BlurImageFilter debugger strings
by robertphillips
· 10 years ago
f3f5bad
Add toString methods to SkImageFilter-derived classes
by robertphillips
· 10 years ago
438b0d7
Enable new gradients + suppress gms for now
by reed
· 10 years ago
c262582
Remove the low hanging fruit with coord change matrices
by joshualitt
· 10 years ago
8aacf20
Fill SkRRect::fType proactively.
by mtklein
· 10 years ago
2c77027
Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of https://codereview.chromium.org/807513004/)
by reed
· 10 years ago
8142a57
enable new gradients + suppress gms for now
by reed
· 10 years ago
caf7e93
improve precision of gradients (disabled for now)
by reed
· 10 years ago
16b2789
Change to create device coord coordset
by joshualitt
· 10 years ago
5531d51
remove view matrix from context
by joshualitt
· 10 years ago
2b9445b
fix end-point and conic bugs in cornerpatheffect
by reed
· 10 years ago
8b57524
add arcto patheffect
by reed
· 10 years ago
f9d6101
There can be only one (SkRandom)!
by scroggo
· 10 years ago
912ed6e
Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.
by tfarina
· 10 years ago
ccc12ed
improve cull, so we don't create empty segments
by reed
· 10 years ago
56995b5
Remove GP from drawstate, revision of invariant output for GP
by joshualitt
· 10 years ago
8c0f615
Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/)
by joshualitt
· 10 years ago
c6bc58e
Remove GP from drawstate, revision of invariant output for GP
by joshualitt
· 10 years ago
cc695fe
Gradient shaders: make fPtsToUnit const, pre-cache getType().
by mtklein
· 10 years ago
f3c78cc
Adding an option for pixelated rendering in SkPictureImageFilter
by junov
· 10 years ago
9513143
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
by egdaniel
· 10 years ago
9f876a3
Use threshold of 1 texture coord value per pixel w/ nearest neighbor.
by bsalomon
· 10 years ago
422f56f
Make addUniform take a precision
by bsalomon
· 10 years ago
8b7b9c2
Fix MatrixImageFilter computeFastBounds
by robertphillips
· 10 years ago
8d95ffa
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/)
by egdaniel
· 10 years ago
7c66342
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
by egdaniel
· 10 years ago
69469b5
Use size of SkRect as the key for blur mask cache
by qiankun.miao
· 10 years ago
eb2a676
Remove backend factories
by joshualitt
· 10 years ago
9ed02e4
Add SK_SUPPORT_LEGACY_PORTER_DUFF macro.
by tfarina
· 10 years ago
5234075
Adding a PictureResolution option to SkPictureImageFilter
by Justin Novosad
· 10 years ago
3f3b3d0
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
6e78293
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/)
by mtklein
· 10 years ago
52c2935
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
88fd0fb
Bump min picture version.
by mtklein
· 10 years ago
267ce48
remove proc key
by joshualitt
· 10 years ago
60030bc
remove one place we read from gpu key in effects
by joshualitt
· 10 years ago
f8449ba
Update invariant output computation for various texture effects.
by egdaniel
· 10 years ago
2d97bc1
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
by fmalita
· 10 years ago
b07a94f
add roundOut that returns its result
by reed
· 10 years ago
d02cf26
change roundOut() to take a dst, so we can use that signature to return IRect
by reed
· 10 years ago
1379b87
Added missing validation
by sugoi
· 10 years ago
605dd0f
Move GrInvariantOutput out of GrProcessor and into its own class.
by egdaniel
· 10 years ago
b969fc0
notice null colorfilter in legacy unflattening
by reed
· 10 years ago
21402e3
Bug fix for cull_line in SkDashPathEffect.
by egdaniel
· 10 years ago
9f2251c
Crop the fast path dashed lines to the cull rect
by robertphillips
· 10 years ago
89c6298
Don't allow renderTarget==NULL to GrContext::clear() and friends.
by bsalomon
· 10 years ago
37dd331
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
by bsalomon
· 10 years ago
9bde31e
Trying to be consistent when members are allowed to be NULL
by sugoi
· 10 years ago
8f3937d
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
d0f1969
Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/)
by hcm
· 10 years ago
ba036cc
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
c6327a8
stuff
by bsalomon
· 10 years ago
234f036
Adding an option to render only the shadow in SkDropShadowImageFilter
by sugoi
· 10 years ago
4dca7a8
use SkMaskCache inside SkBlurMaskFilter
by reed
· 10 years ago
420d7e9
Auto-compare GrProcessors' texture accesses in isEqual().
by bsalomon
· 10 years ago
Next »