Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
c401bb9c14332aa6c4c19d7f299f1512bf07c6a2
/
src
/
shaders
db78cba
Avoid creating MIPs until necessary when MIP bias is active
by Brian Osman
· 7 years ago
5b6fa82
Respect FPArgs local matrix when picking a filtering mode in image shader
by Brian Osman
· 7 years ago
154771b
clean up SK_LEGACY_HIGH_QUALITY_SCALING_CLAMP
by Mike Klein
· 7 years ago
1f31309
yet another approach to unpremul scale pixels
by Mike Klein
· 7 years ago
47cf048
Revert "alternate approach to unpremul scalePixels()"
by Mike Klein
· 7 years ago
c461680
alternate approach to unpremul scalePixels()
by Mike Klein
· 7 years ago
7e1912a
Move GrMakeCachedBitmapProxy work in lazy mode
by Greg Daniel
· 7 years ago
7558e4d
Refactor explicit inverse calculation in SkImageShader::onAppendStages()
by Florin Malita
· 7 years ago
18f7e0a
Fix picture shader handling of outer local matrix
by Florin Malita
· 7 years ago
7a92639
Disable texture strip atlasing for DDL
by Robert Phillips
· 7 years ago
a12c419
check matrix for SkFixed32.32 compatibility
by Mike Reed
· 7 years ago
28eaed2
add gpu impl for shadermaskfilter
by Mike Reed
· 7 years ago
ac568a9
1010102, 101010x, 888x in sw
by Mike Klein
· 7 years ago
88d9071
Revert "hide picture virtuals (no public callers)"
by Mike Klein
· 7 years ago
8005bff
hide picture virtuals (no public callers)
by Mike Reed
· 7 years ago
de5c502
move checkLE functionality directly onto readbuffer
by Mike Reed
· 7 years ago
bee2732
Fix some fuzzer bugs from Skia's image filter fuzzer
by Robert Phillips
· 7 years ago
75ae421
IWYU -- SkShader.h
by Mike Reed
· 7 years ago
3bc266b
Revert "Revert "simplify GrFPArgs, isolating localmatrix""
by Mike Reed
· 7 years ago
3d628fe
Revert "simplify GrFPArgs, isolating localmatrix"
by Mike Reed
· 7 years ago
b76c717
simplify GrFPArgs, isolating localmatrix
by Mike Reed
· 7 years ago
e3429e6
rename inner AsFPArgs to stand-alone GrFPArgs
by Mike Reed
· 7 years ago
5a0f345
remove code from old picture serial guard
by Mike Reed
· 7 years ago
33a8656
Reuse the CPU 2pt conical code in the GPU backend
by Yuqian Li
· 7 years ago
d3b743a
Remove legacy 2pt conical gradient
by Yuqian Li
· 7 years ago
98eb169
Remove DumpHelper as the bug is fixed
by Yuqian Li
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
d208a88
Update 2pt conical gradient in raster pipeline
by Yuqian Li
· 7 years ago
c5166a9
Revert "Revert "remove legacy support for old old picture versions""
by Mike Reed
· 7 years ago
d1c65d6
remove unneeded readbuffer flags
by Mike Reed
· 7 years ago
ad8b489
Changes to make 2pt gradient source code better aligned with our future doc
by Yuqian Li
· 7 years ago
e2d4e8f
Stronger fix for swapping r0, r1 in 2pt conical gradients
by Yuqian Li
· 7 years ago
6f11511
Revert "remove legacy support for old old picture versions"
by Mike Reed
· 7 years ago
f3504d4
remove legacy support for old old picture versions
by Mike Reed
· 7 years ago
fa8bc34
Fix bug of a + (b - a) == 0 for small positive b and huge a (e.g., 1e18)
by Yuqian Li
· 7 years ago
7a4d067
Fix conical test where r1 = r2 = 0
by Yuqian Li
· 7 years ago
1fa9c43
attempt 3: add experimental bilerp_clamp_8888 stage
by Mike Klein
· 7 years ago
9df39b4
Debug random 2pt conical shaders
by Yuqian Li
· 7 years ago
d63b6e4
Reland "remove bicubic clamp in SkImageShader"
by Mike Klein
· 7 years ago
6685555
Revert "remove bicubic clamp in SkImageShader"
by Mike Klein
· 7 years ago
915817b
Guard the sqrt(temp) where temp < 0 in 2pt conical gradient
by Yuqian Li
· 7 years ago
bc9f349
remove bicubic clamp in SkImageShader
by Mike Klein
· 7 years ago
245c4b2
Revert "attempt 2: add experimental bilerp_clamp_8888 stage"
by Mike Klein
· 7 years ago
8a64e52
attempt 2: add experimental bilerp_clamp_8888 stage
by Mike Klein
· 7 years ago
f1f1162
remove append_from_srgb()
by Mike Klein
· 7 years ago
19c026e
Remove SkClampRange (unused)
by Brian Osman
· 7 years ago
2c4e56c
Revert "Reimplement TwoPointConicalGradient_gpu"
by Yuqian Li
· 7 years ago
84f18c4
Reimplement TwoPointConicalGradient_gpu
by Yuqian Li
· 7 years ago
36703d9
Push much of the SkColorSpace_Base interface up to SkColorSpace
by Brian Osman
· 7 years ago
7741c75
Use first/second instead of min/max in 2pt conical gradient
by Yuqian Li
· 7 years ago
2bbcda3
Revert "add experimental bilerp_clamp_8888 stage"
by Mike Klein
· 7 years ago
a7fa337
add experimental bilerp_clamp_8888 stage
by Mike Klein
· 7 years ago
10ed243
Add cap on intel to avoid calling abs and floor on the same line in a shader.
by Greg Daniel
· 7 years ago
725d9db
remove unused readBitmapAsImage from readbuffer
by Mike Reed
· 7 years ago
e9d172a
converted ConstColorProcessor to SkSL
by Ethan Nicholas
· 7 years ago
14a8dd7
Simplify analytical GPU gradient impls
by Florin Malita
· 7 years ago
cb9e52a
Remove SK_SUPPORT_LEGACY_UNIFORM_GRADIENTS
by Florin Malita
· 7 years ago
64bb78e
Detect explicit uniform gradient positions
by Florin Malita
· 7 years ago
a909049
Remove SK_SUPPORT_LEGACY_GRADIENT_COLOR_CONVERSION
by Florin Malita
· 7 years ago
3e20d02
Enforce gradient color stop monotonicity in ctor
by Florin Malita
· 7 years ago
e657dc8
Remove gradient onGetGLSLProcessorKey() overrides
by Florin Malita
· 7 years ago
79363b6
Streamline legacy gradient color conversion
by Florin Malita
· 7 years ago
89ab240
Gradient cleanup pass
by Florin Malita
· 7 years ago
39d71de
Don't store legacy colors in gradient shaders
by Florin Malita
· 7 years ago
f06ead9
Add support for transfer functions to GrColorSpaceXform
by Brian Osman
· 7 years ago
cad3b8c
Remove gradient SkFixed position records
by Florin Malita
· 7 years ago
ed6ae56
Re-land: Stop using fixed point recs for gradient positioning info
by Florin Malita
· 7 years ago
3fa6c29
Revert "Stop using fixed point recs for gradient positioning info"
by Florin Malita
· 7 years ago
9729350
Stop using fixed point recs for gradient positioning info
by Florin Malita
· 7 years ago
8f912d5
Tweak gradient shader code to avoid hangs on Tegra3
by Brian Osman
· 7 years ago
d4e9ec8
Delete GradientShaderCache
by Florin Malita
· 7 years ago
84d7cf9
Stop using GradientShaderCache for gradient textures
by Florin Malita
· 7 years ago
4cbb6e6
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
by Brian Salomon
· 7 years ago
e8d55d5
Remove unused (?) gradient context class
by Brian Osman
· 7 years ago
5911a7c
Remove GrColorSpaceXform from GrGradientEffect
by Brian Osman
· 7 years ago
cc58664
Remove GradientShaderCache dither and paint alpha support
by Florin Malita
· 7 years ago
6337653
Avoid double-dithering of legacy/gpu gradients
by Florin Malita
· 7 years ago
1cb4171
Remove color space xform support from SkSL
by Brian Osman
· 7 years ago
e25d119
Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code
by Florin Malita
· 7 years ago
fe3e858
Add clamped/unclamped xform to GrColorSpaceXform
by Brian Osman
· 7 years ago
9480d82
make skmatrix getmapproc private
by Cary Clark
· 7 years ago
d43f7b6
Simplify GrGradientEffect color handling
by Brian Osman
· 7 years ago
5f379a8
Avoid 2PtConical gradient flipping
by Florin Malita
· 7 years ago
2240be9
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
by Brian Osman
· 7 years ago
85f8536
Feed seed_shader() iota through a context pointer.
by Mike Klein
· 7 years ago
5e34167
Convert more code to use color space xform FP
by Brian Osman
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
abff956
initClassID no longer auto-allocates ids
by Ethan Nicholas
· 7 years ago
f3b4e16
Fold clamp_{x,y} into the gathers.
by Mike Klein
· 7 years ago
8aa4569
switched SkSL's temporary 'highfloat' type back to 'float'
by Ethan Nicholas
· 7 years ago
f7b8820
re-land of new SkSL precisions
by Ethan Nicholas
· 7 years ago
3954108
Delete the legacy linear gradient impl
by Florin Malita
· 7 years ago
27185a9
Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half."""
by Ethan Nicholas
· 7 years ago
05d5a13
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
by Ethan Nicholas
· 7 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
2ab4b2b
Remove symmetric three stop special case
by Brian Osman
· 7 years ago
a8e5744
Add general three-stop analytic gradient shader
by Brian Osman
· 7 years ago
2bbdcc4
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
by Brian Salomon
· 7 years ago
1d8c42e
fold params into StageRec
by Mike Reed
· 7 years ago
aa0ce82
Use the 4f impl for legacy/8888 linear gradients
by Florin Malita
· 7 years ago
Next »