Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7ef4b74e57a143e4e586e577e9b7c11c3aab472d
/
src
7ef4b74
re-re-land of skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
dca4f65
Set analytic AA as default.
by liyuqian
· 8 years ago
f978f12
Annotate SkPath::fCovexity benign race in the other constructor too.
by Mike Klein
· 8 years ago
ce3fe23
Clean up validation layers
by Jim Van Verth
· 8 years ago
dc94481
Snap y when updating cubic
by Yuqian Li
· 8 years ago
857cb97
Revert "re-land of skslc now uses standard Skia caps"
by Leon Scroggins
· 8 years ago
294870f
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
by Robert Phillips
· 8 years ago
498d403
re-land of skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
041da38
Tighten SkAAClip Bounds by Path Bounds
by liyuqian
· 8 years ago
58b1306
SkFixedAlloc
by Mike Klein
· 8 years ago
8b9a725
Skip left/right if alpha = 0 in SkRectClipCheckBlitter::blitAntiRect
by Yuqian Li
· 8 years ago
c4f66af
Catch width overflow
by Yuqian Li
· 8 years ago
b0b5360
Revert "skslc now uses standard Skia caps"
by Leon Scroggins
· 8 years ago
8af38a9
skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
c51a3a4
Annotate benign race on SkPath::fConvexity.
by Mike Klein
· 8 years ago
2512db2
Check and report FreeType error.
by Ben Wagner
· 8 years ago
b613c26
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
by Heather Miller
· 8 years ago
9c7edb8
Revert "Add integer texture support."
by Leon Scroggins
· 8 years ago
970225b
SkPDF: paths as rects when possible
by Hal Canary
· 8 years ago
434c534
Add integer texture support.
by Brian Salomon
· 8 years ago
e13a69b
Simplify SkBitmapProvider
by Florin Malita
· 8 years ago
ca85fc3
Snug the clip with path bounds inside SkAAClip
by Yuqian Li
· 8 years ago
3f32135
Make SSE2/Neon convolution functions not to read extra bytes
by xiangze.zhang
· 8 years ago
aa34f7e
Clamp parametric gamma values to 0-1 range
by Matt Sarett
· 8 years ago
03c9f56
Remove call to getMetrics from GlyphGenerator.
by Ben Wagner
· 8 years ago
7c59116
Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (patchset #6 id:100001 of https://codereview.chromium.org/2488523003/ )
by mtklein
· 8 years ago
08a9211
added constant folding & branch elimination to skslc
by ethannicholas
· 8 years ago
072a198
Fix implicit nullability cast of [NSScreen mainScreen].
by Mike Klein
· 8 years ago
d5dc657
Make SkSmallAllocator obey the RAII invariants and move to heap structures when needed.
by herb
· 8 years ago
28930b4
add debugging wrapper blitter to ensure unclipped scan-conversion is safe
by Mike Reed
· 8 years ago
8a1036c
Include what you use with signbit.
by Ben Wagner
· 8 years ago
6e4b594
Revert of added constant folding & branch elimination to skslc (patchset #3 id:40001 of https://codereview.chromium.org/2489673002/ )
by scroggo
· 8 years ago
8ffb3e5
Fix fuzzer assert in GradientShaderBase4fContext::TSampler
by fmalita
· 8 years ago
8240750
Change SkCanvas to *not* inherit from SkRefCnt
by Mike Reed
· 8 years ago
c78eff9
Do not call blitV with 0 height
by liyuqian
· 8 years ago
6136310
added constant folding & branch elimination to skslc
by ethannicholas
· 8 years ago
6a01554
remove use of xfermode* in procs
by Mike Reed
· 8 years ago
d3ea9b7
Enable SkImage_pinAsTexture to signal if the operation succeeded.
by Derek Sollenberger
· 8 years ago
3ce89da
Fix the meaning of stop_y
by liyuqian
· 8 years ago
671ce62
Check negative overflow of quickSkFDot6Div
by liyuqian
· 8 years ago
ec2249f
Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy
by Robert Phillips
· 8 years ago
68b7a52
Fix fuzzer bug
by Robert Phillips
· 8 years ago
3743013
Consolidate GrSurfaceProxy Make methods
by Robert Phillips
· 8 years ago
7b8400d
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
by Brian Osman
· 8 years ago
562e681
Refactor RGBA/BGRA xform logic in SkCodecs
by Matt Sarett
· 8 years ago
1d3ab12
Relax the extra span's alpha
by liyuqian
· 8 years ago
f6bddfd
Do not call blitAntiRect for empty rect
by liyuqian
· 8 years ago
dbdf6d2
Fail jpeg decodes on too many progressive scans
by Matt Sarett
· 8 years ago
2c3db32
Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable
by bsalomon
· 8 years ago
bf111d7
Move SkOSPath out of include/core.
by Ben Wagner
· 8 years ago
594f9ed
Smart pointers for GrBatchAtlas.
by Ben Wagner
· 8 years ago
93b0650
Change code to not store Sk4* in data structures.
by herb
· 8 years ago
294c1c4
Revert "Delete SkImage::encode(Type)"
by Leon Scroggins
· 8 years ago
eaa8625
Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy""
by Robert Phillips
· 8 years ago
e48b4c5
Delete SkImage::encode(Type)
by Matt Sarett
· 8 years ago
d3a2af7
minor simplification: use SkBitmapCacheDesc
by Mike Reed
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
ad48a70
Give memset lambdas explicit names.
by Mike Klein
· 8 years ago
7d7d7d1
Revert "Add GrRenderTargetContext instantiate & asTextureProxy"
by Leon Scroggins
· 8 years ago
9113edf
Add GrRenderTargetContext instantiate & asTextureProxy
by Robert Phillips
· 8 years ago
704cd32
src/core: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
e9592f5
remove obsolete flags
by Mike Reed
· 8 years ago
67b39de
s/SkAutoTUnref/sk_sp/ in src/ part 1
by Hal Canary
· 8 years ago
09c85a5
Remove dead code in SkBitmapProcLegacyShader::ContextSize
by sylvestre.ledru
· 8 years ago
09557d7
Fix Vulkan command buffer assert on device lost
by Jim Van Verth
· 8 years ago
451ceba
Combine analytic edges with tolerance
by liyuqian
· 8 years ago
a225e9b
Finish color space support for SkCodec
by Matt Sarett
· 8 years ago
84a8120
Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies
by Robert Phillips
· 8 years ago
739c5bf
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
by Brian Salomon
· 8 years ago
12313f0
Add/promote gamma helpers to SkColorSpace_Base
by Brian Osman
· 8 years ago
4351354
SkXPS: handle case where snapSpecial() returns null
by Hal Canary
· 8 years ago
aeb7959
SkRasterPipelineBlitter: blitAntiH + full coverge --> blitH
by Mike Klein
· 8 years ago
d6214d4
Further centralize computation of GrSurface VRAM consumption - take 2
by Robert Phillips
· 8 years ago
51c5678
use reversePathTo in place of addPathReverse
by caryclark
· 8 years ago
ad51279
Use perfect forwarding in createT of SkSmallAllocator.
by herb
· 8 years ago
f98b730
Call ~SkRasterPipelineBlitter() on early out.
by Mike Klein
· 8 years ago
9c46b68
Revert "Further centralize computation of GrSurface VRAM consumption"
by Ben Wagner
· 8 years ago
ce4d04a
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
by Ben Wagner
· 8 years ago
525e13c
Fix the sum of alpha = 254 instead of 255 by rounding
by liyuqian
· 8 years ago
d9fcb23
Attempt to fix PixelC GLSL compilation error.
by Ben Wagner
· 8 years ago
c509341
swap_src_dst -> move_src_dst
by Mike Klein
· 8 years ago
61eedeb
Add F16, SkColorSpaceXform support to SkGifCodec
by Matt Sarett
· 8 years ago
125b2aa
Detect pipelines which can compile to memsets.
by mtklein
· 8 years ago
2fd58a2
Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ )
by caryclark
· 8 years ago
fba1420
Avoid pretending to support CMYK color xforms in SkJpegCodec
by Matt Sarett
· 8 years ago
a4a4488
skrpb: evaluate color filters for constant shaders once.
by mtklein
· 8 years ago
d8db392
use reversePathTo in place of addPathReverse
by caryclark
· 8 years ago
8bd45cd
Deferred image generator subsetting
by fmalita
· 8 years ago
1a85ca5
Fix color xforms for Index8 bmps
by Matt Sarett
· 8 years ago
4d53c44
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
by Brian Salomon
· 8 years ago
12ae597
Use alignas to force alignment.
by herb
· 8 years ago
c05b2bf
Clarify onCreateScalerContext failure modes.
by Ben Wagner
· 8 years ago
ccd3c89
Further centralize computation of GrSurface VRAM consumption
by Robert Phillips
· 8 years ago
544da7a
Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases
by fmalita
· 8 years ago
1b96c6f
Add F16, SkColorSpaceXform support to SkBmpCodec
by Matt Sarett
· 8 years ago
faba371
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
by Mike Reed
· 8 years ago
7d30288
GN: iOS basics
by Mike Klein
· 8 years ago
f0348c2
Implement SkNx_fma() for Sk4f on ARMv8.
by Mike Klein
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
b1c7f88
Fix kMediumQuality invMatrix setup for sizes == mip levels
by fmalita
· 8 years ago
Next »