Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2faa821199ac4bf5b9d8eb3f3b68343028598bf8
/
src
/
effects
fd1fd27
Remove unused exposedInAndroidJavaAPI
by Leon Scroggins III
· 6 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 6 years ago
9a9baae
Use SkPMColor4f throughout clear APIs
by Brian Osman
· 6 years ago
1a8e6ab
Remove SkUnPreMultiply::UnPreMultiplyPreservingByteOrder
by Brian Osman
· 6 years ago
e3f543c
Remove SkPM4f.h, fold contents into SkColorData.h
by Brian Osman
· 6 years ago
c23d1ab
use from/to_srgb only when known to be in [0,1]
by Mike Klein
· 6 years ago
d99bd00
move unspecialized routines out of SkOpts
by Mike Klein
· 6 years ago
a6c3517
stub SkReadBuffer when SK_DISABLE_READBUFFER
by Mike Klein
· 6 years ago
b11ab57
remove src/jumper
by Mike Klein
· 6 years ago
fa5f6ce
rename some flattenable routines
by Mike Klein
· 6 years ago
50713c3
remove old type deserialization aliases
by Mike Klein
· 6 years ago
a3d4099
small tweaks to SkFlattenable::Register
by Mike Klein
· 6 years ago
4fee323
override getTypeName() instead of using table
by Mike Klein
· 6 years ago
1295672
clean up flattenable macro cruft
by Mike Klein
· 6 years ago
eace935
Revert "converted AARectEffect to new FP system"
by Ethan Nicholas
· 6 years ago
222e275
converted AARectEffect to new FP system
by Ethan Nicholas
· 6 years ago
b9c4978
Remove dstColorSpace from SkSpecialImage::MakeFromImage
by Brian Osman
· 6 years ago
f28e55d
Add SkPMColor4f support to SkSL
by Brian Osman
· 6 years ago
781e350
Remove SkPM4f
by Brian Osman
· 6 years ago
cbcff38
Have pathkit use libpathkit.a for faster builds
by Kevin Lubick
· 6 years ago
15f0f29
Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"""
by Brian Osman
· 6 years ago
e50efdf
Remove a few exit-time destructors.
by Nico Weber
· 6 years ago
7f3ceba
Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"""
by Mike Klein
· 6 years ago
4157687
Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""
by Brian Osman
· 6 years ago
87311c6
Remove SkPM4fPriv.h includes, then IWYU
by Brian Osman
· 6 years ago
11f4994
Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""
by Brian Osman
· 6 years ago
d25b7c1
Introduce SkRGBA4f, templated on SkAlphaType
by Brian Osman
· 6 years ago
893052e
Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"
by Brian Osman
· 6 years ago
0d08b3e
Revert "Preserve colorType and alphaType in SkImage::makeColorSpace"
by Brian Osman
· 6 years ago
81cbd03
Work toward removing SkPM4f
by Brian Osman
· 6 years ago
d842557
Preserve colorType and alphaType in SkImage::makeColorSpace
by Brian Osman
· 6 years ago
217056c
[CanvasKit] Implement some basic Canvas/Surface things.
by Kevin Lubick
· 6 years ago
e0e8393
Disable LCD text when drawing SkPictureImageFilter content
by Robert Phillips
· 6 years ago
1cf418b
Some SkPM4f cleanup
by Brian Osman
· 6 years ago
8dce87a
Cleanup SkCornerPathEffect a bit
by Robert Phillips
· 6 years ago
2d40490
Move some functions to MathPriv.h
by Hal Canary
· 6 years ago
9d1c88d
Replace SkColor with SkColor4f in layer draw looper
by Brian Osman
· 6 years ago
78aceb2
converted overdraw effect to new FP system
by Ethan Nicholas
· 6 years ago
231de03
Improve inputColor handling in fragment processor implementations.
by Michael Ludwig
· 6 years ago
ce00811
converted arithmetic FP to new FP structure
by Ethan Nicholas
· 6 years ago
21fc5ce
Reland "Add support for unpremul image sources in the GPU backend"
by Brian Osman
· 6 years ago
90f10ef
don't recurse forever
by Mike Reed
· 6 years ago
cbf64e3
Revert "Add support for unpremul image sources in the GPU backend"
by Brian Osman
· 6 years ago
f06240d
Add support for unpremul image sources in the GPU backend
by Brian Osman
· 6 years ago
6d10f8b
move patheffect virtuals to protected and rename
by Mike Reed
· 6 years ago
8f3d36c
add dstAT param to xform steps
by Mike Klein
· 6 years ago
97d6d98
[PathKit] Add various path effects
by Kevin Lubick
· 6 years ago
12fb9cf
added SkSL saturate() function
by Ethan Nicholas
· 6 years ago
057ad70
Update GrTextureStripAtlas for DDLs (take 2)
by Robert Phillips
· 6 years ago
02f2acb
Make ColorTableEffect no longer use the texture strip atlas
by Robert Phillips
· 6 years ago
20ee171
Revert "Update GrTextureStripAtlas for DDLs"
by Robert Phillips
· 6 years ago
c042d41
Update GrTextureStripAtlas for DDLs
by Robert Phillips
· 6 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
by Brian Salomon
· 6 years ago
e782f84
Remove GrResourceIOProcessor.
by Brian Salomon
· 6 years ago
f7dcd76
Remove array of TextureSampler pointers from GrIOResourceProcessor.
by Brian Salomon
· 6 years ago
70039d8
Remove SkFastMin32
by Nigel Tao
· 6 years ago
e28a6b5
add explicit accessor for sRGB singleton colorspaces
by Mike Klein
· 6 years ago
df7bb17
Reland "update SkToSRGBColorFilter color management"
by Mike Klein
· 6 years ago
310f44d
rename to Merge patheffect
by Mike Reed
· 6 years ago
0ef539a
add new patheffects
by Mike Reed
· 6 years ago
2b0e6cd
Reland "SkDEBUGF: use __VA_ARGS__"
by Hal Canary
· 6 years ago
bc8133b
Revert "update SkToSRGBColorFilter color management"
by Robert Phillips
· 6 years ago
8b50926
update SkToSRGBColorFilter color management
by Mike Klein
· 6 years ago
2c312c4
Remove SkDrawFilter.
by Ben Wagner
· 6 years ago
4eebd9e
collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst
by Mike Klein
· 6 years ago
e923ccc
Revert "SkDEBUGF: use __VA_ARGS__"
by Robert Phillips
· 6 years ago
2267a09
SkDEBUGF: use __VA_ARGS__
by Hal Canary
· 6 years ago
c100d48
Expand testing of SkMatrix::decomposeScale
by Robert Phillips
· 6 years ago
a50205f
Add color type to the image filter DAG's OutputProperties
by Brian Osman
· 6 years ago
34ec374
Replace isGammaCorrect with isLinearlyBlended
by Brian Osman
· 6 years ago
538e1a1
move blurimagefilter.cpp back into effects
by Mike Reed
· 6 years ago
721e637
Validate transformed SkPaintImageFilter rects
by Adrienne Walker
· 6 years ago
472ab81
abort really big path fuzzing
by Cary Clark
· 6 years ago
23c55b6
Move GrGLSL.h from include/private to src/gpu/glsl.
by Brian Salomon
· 6 years ago
0917fad
move imagefilters into separate dir and flag for build.gn
by Mike Reed
· 6 years ago
f08d1d0
Stop using SkTSwap.
by Ben Wagner
· 6 years ago
47c2751
Remove GrNonlinearColorSpaceXformEffect
by Brian Osman
· 6 years ago
29f2eaf
Remove string.h from SkTypes.h
by Ben Wagner
· 6 years ago
653f34d
Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make
by Brian Osman
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
efd99cc
clean up SkPicture include
by Cary Clark
· 6 years ago
27dddae
rebase
by Cary Clark
· 6 years ago
ad445ce
Remove GrPaint::setGammaCorrect
by Brian Osman
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
89ad31e
Revert "Reland "remove toString""
by Cary Clark
· 6 years ago
92e37b6
Reland "remove toString"
by Cary Clark
· 6 years ago
588f879
warmup, remove clamping in append_gamut_transform()
by Mike Klein
· 6 years ago
4dc5a45
remove defines and add commas
by Cary Clark
· 6 years ago
32a4910
Revert "remove toString"
by Cary Clark
· 6 years ago
5191880
remove toString
by Cary Clark
· 6 years ago
ab0795c
Fix fuzzer bug i.e., compute the correct repeated dst domain
by Robert Phillips
· 6 years ago
160e93d
Prevent SkMatrixConvolutionImageFilter from allocating large buffers it can't fill
by Kevin Lubick
· 6 years ago
8f8d481
Add SkIRect::adjust method
by Robert Phillips
· 6 years ago
4f3ad4e
Fix bugs related to SkMatrixConvolutionImageFilter in repeat mode
by Robert Phillips
· 6 years ago
1207843
Fix srcBounds computation in SkMatrixConvolutionImageFilter
by Robert Phillips
· 6 years ago
daebae9
Return nullptr when ReadBuffer becomes invalid
by Kevin Lubick
· 6 years ago
5140f9a
Minor refactoring to image filters
by Robert Phillips
· 6 years ago
Next »