Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
d208a8847777d4643188813f03a15dfed4887365
/
src
d208a88
Update 2pt conical gradient in raster pipeline
by Yuqian Li
· 7 years ago
fa3783f
Remove public version of SkMatrix::mapPointsWithStride.
by Brian Salomon
· 7 years ago
8982dc1
Add GrResourceProviderPriv and expose GrGpu in it
by Greg Daniel
· 7 years ago
5ef4ebf
Revert "allow both slash types"
by Cary Clark
· 7 years ago
88d99df
[Viewer] Preserve gesture transformation matrix on slide/backend change
by Brian Salomon
· 7 years ago
f470b7e
GrTessellator: fix for assert on bevelling.
by Stephen White
· 7 years ago
8fb3725
Privatize separate src/dst version of SkMatrix::mapPointsWithStride.
by Brian Salomon
· 7 years ago
4284613
Enable conditional-uninitialized flag
by Kevin Lubick
· 7 years ago
4c79ecf
cubic-map for non-linear t
by Mike Reed
· 7 years ago
9847418
Prepare rebaseline for removing legacy containedInClip
by Yuqian Li
· 7 years ago
7a60041
allow both slash types
by Cary Clark
· 7 years ago
90e8fb1
Reland "CCPR: Initial semi-optimized vertex shader Impl"
by Chris Dalton
· 7 years ago
94b7e54
GrTessellator: fix for points which become non-finite on AA stroking.
by Stephen White
· 7 years ago
7397d7a
Add SkAndroidCodec::MakeFromCodec
by Leon Scroggins III
· 7 years ago
6e6525c
sksl now provides support for inverse, transpose, et al. on older versions of OpenGL
by Ethan Nicholas
· 7 years ago
7edde23
don't include SkMalloc.h from SkTypes.h
by Mike Reed
· 7 years ago
243f605
Fix android framework build
by Brian Osman
· 7 years ago
898d5b2
fixed uninitialized value warning in GrGLShaderStringBuilder
by Ethan Nicholas
· 7 years ago
1445da6
Removed unused useCache param in GrYUVProvider
by Greg Daniel
· 7 years ago
9d44081
Remove conversion to 8888 of sRGB sources with other configs
by Brian Osman
· 7 years ago
a3cf365
Skip calling GrBlurUtils from SkGpuDevice::drawPath when possible.
by Brian Salomon
· 7 years ago
9fc5362
check for irect with overflow width/height
by Mike Reed
· 7 years ago
c5166a9
Revert "Revert "remove legacy support for old old picture versions""
by Mike Reed
· 7 years ago
3c36ef6
SkFloatToDecimal moved to src/utils
by Hal Canary
· 7 years ago
da6d072
Make GrShape lazily initialize an original path for gen id change listeners
by Brian Salomon
· 7 years ago
22d77cb
use member version of skipT
by Mike Reed
· 7 years ago
d1c65d6
remove unneeded readbuffer flags
by Mike Reed
· 7 years ago
0906825
Remove unused color from all distance field GPs and GrAtlasTextOp
by Brian Osman
· 7 years ago
b9bfb7b
partial revert of https://skia-review.googlesource.com/c/skia/+/90026 for android
by Mike Reed
· 7 years ago
7c9c9e4
update pipe for lattice and shadowrec
by Mike Reed
· 7 years ago
57c2b8b
remove unused declarations
by Mike Reed
· 7 years ago
750c782
fix skipT to use sizeof T
by Mike Reed
· 7 years ago
20aaaee
Avoid initializing SkStrokeRect twice in GrStyle copy constructor.
by Brian Salomon
· 7 years ago
ad8b489
Changes to make 2pt gradient source code better aligned with our future doc
by Yuqian Li
· 7 years ago
efe9842
simplify/cleanup readbuffer impl
by Mike Reed
· 7 years ago
e2d4e8f
Stronger fix for swapping r0, r1 in 2pt conical gradients
by Yuqian Li
· 7 years ago
b950b59
share impl between makeNonTexture and makeRaster
by Mike Reed
· 7 years ago
8716b50
Update per-geo color after simplifying FPs in GrAtlasTextOp
by Brian Osman
· 7 years ago
adc78d5
fold SkJumper_vectors.h into SkJumper_stages.cpp
by Mike Klein
· 7 years ago
83b2b08
fix pipe reader for drawLattice
by Mike Reed
· 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
68c8156
Remove usage of SkGammas in SkColorSpace serialization
by Brian Osman
· 7 years ago
7557bbb
Revert "remove approxbytes api from SkPicture"
by Mike Reed
· 7 years ago
bfc1185
remove approxbytes api from SkPicture
by Mike Reed
· 7 years ago
40b77a6
Rearrange GRTC::drawPath()
by Brian Salomon
· 7 years ago
d23c7c4
Revert "CCPR: Initial semi-optimized vertex shader Impl"
by Chris Dalton
· 7 years ago
e3877ce
CCPR: Initial semi-optimized vertex shader Impl
by Chris Dalton
· 7 years ago
92c7fa6
fix usage of deprecated SkMatrix44 constructor
by Ethan Nicholas
· 7 years ago
1fa9c43
attempt 3: add experimental bilerp_clamp_8888 stage
by Mike Klein
· 7 years ago
4fb229d
handle closed dashed rects
by Cary Clark
· 7 years ago
03a527c
Remove another stray pair of clamps.
by Mike Klein
· 7 years ago
7461a4a
converted YUVEffect to SkSL
by Ethan Nicholas
· 7 years ago
5c68dce
add safemath version of readbuffer->skip
by Mike Reed
· 7 years ago
bdc453d
remove dead code behind SK_SUPPORT_LEGACY_SERIALPROCS_REF
by Mike Reed
· 7 years ago
d0b8d93
CCPR: Fix Intel crash and un-blacklist
by Chris Dalton
· 7 years ago
72f78c3
Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals as rrects.
by Brian Salomon
· 7 years ago
08faf04
Disable geometry shaders on old Qualcomm drivers
by Chris Dalton
· 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
889d521
validate text during deserialization
by Mike Reed
· 7 years ago
8957a10
no asserts in deserialization, just fail
by Mike Reed
· 7 years ago
e9edf8c
Remove more functionality from SkColorSpace_Base
by Brian Osman
· 7 years ago
e260c46
GrTessellator: implement straight skeleton, phase 2.
by Stephen White
· 7 years ago
6685555
Revert "remove bicubic clamp in SkImageShader"
by Mike Klein
· 7 years ago
9838b49
Revert "Revert "long rect dash fix with guards""
by Greg Daniel
· 7 years ago
fa6b6c2
Revert "long rect dash fix with guards"
by Greg Daniel
· 7 years ago
47fdf6c
add serialprocs to MultiDocument, hide redundant methods
by Mike Reed
· 7 years ago
2871436
Revert "CCPR: Initial semi-optimized vertex shader Impl"
by Brian Osman
· 7 years ago
a8f6aef
CCPR: Initial semi-optimized vertex shader Impl
by Chris Dalton
· 7 years ago
5f9836e
removed extraneous unused uniform handles for SkSL samplers
by Ethan Nicholas
· 7 years ago
b60c5eb
remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer
by Mike Reed
· 7 years ago
297d6ef
converted GrRRectBlurEffect to SkSL
by Ethan Nicholas
· 7 years ago
5ade1f6
SkRegion: validate_run() checks for overflow
by Hal Canary
· 7 years ago
915817b
Guard the sqrt(temp) where temp < 0 in 2pt conical gradient
by Yuqian Li
· 7 years ago
e7a5832
make InternalOnly_ functions actually private
by Mike Reed
· 7 years ago
45e5773
remove unused setter
by Mike Reed
· 7 years ago
93ceab1
long rect dash fix with guards
by Cary Clark
· 7 years ago
2fad74a
Make GrRenderTargetContext::drawPath() use GrShape to identify simpler
by Brian Salomon
· 7 years ago
16a127f
Revert "long rect dash with guards"
by Cary Clark
· 7 years ago
539040c
ensure self-consistent parameters for drawtext
by Mike Reed
· 7 years ago
1459ebd
Handle invalid mode in SkGpuDevice::drawPoints.
by Brian Salomon
· 7 years ago
4ad0c59
long rect dash with guards
by Cary Clark
· 7 years ago
dca92e8
Account for border with small sigma.
by Herb Derby
· 7 years ago
a12f795
Fix Adobe RGB color space in Skia
by Brian Osman
· 7 years ago
b508696
Add matrix stack to SkAtlasTextTarget.
by Brian Salomon
· 7 years ago
e1367b4
Reland "hide unused var"
by Mike Reed
· 7 years ago
bc9f349
remove bicubic clamp in SkImageShader
by Mike Klein
· 7 years ago
e3cc317
Remove SK_SUPPORT_LEGACY_ICC_PRECISION
by Brian Osman
· 7 years ago
0dec3af
cleanup unused fields/includes
by Mike Reed
· 7 years ago
acd59ef
move SkWriteBuffer.h to src
by Mike Reed
· 7 years ago
f6eb1f9
simple version of serialization for SkTextBlob
by Mike Reed
· 7 years ago
27d9365
Protect against nans causing infinite recursion in GrPathUtils::convertCubicToQuads
by Brian Salomon
· 7 years ago
0a241ce
Don't canonicalize empty SkRRects. They stroke differently.
by Brian Salomon
· 7 years ago
92a2cfb
macro to handle type-casting for SkFlattenable::Deserialize
by Mike Reed
· 7 years ago
5c6ac64
Revert "Revert "move homogenous with stride to matrixpriv""
by Brian Salomon
· 7 years ago
394197d
Revert "efficiently dash very large rectangles and very long lines"
by Cary Clark
· 7 years ago
5d2de08
Add findOrMakeStaticBuffer method to GrResourceProvider
by Chris Dalton
· 7 years ago
Next »