Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
740cc88ee3d63c75e52d31238f2a32600cc57a8c
/
tests
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
e3fa811
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
by sdefresne
· 9 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
4b42134
Fix build error
by scroggo
· 9 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 9 years ago
1978ce2
Fix bug where SkPath will convert an arc to an oval and change the starting point.
by bsalomon
· 9 years ago
019db3f
Remove unused SkPictureGpuAnalyzer::analyze()
by fmalita
· 9 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
785a5b9
Clean up SkFloatBits
by mtklein
· 9 years ago
78d58d1
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index.
by bsalomon
· 9 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 9 years ago
7b38e3c
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
by fmalita
· 9 years ago
2bec26a
fix security bug
by caryclark
· 9 years ago
b5fc58e
Complex clipPath accounting
by fmalita
· 9 years ago
ab926f0
Write ICC profiles from SkColorSpace object
by msarett
· 9 years ago
e077e06
SkColorSpace tweaks
by msarett
· 9 years ago
8cc2091
Make SkColorSpace a public API
by msarett
· 9 years ago
a0af771
SkTypes: use constexpr when appropriate
by halcanary
· 9 years ago
ba58489
Finish supporting decoding opaque to non-opaque
by scroggo
· 9 years ago
87f15c8
Retract GrRenderTarget from GrTestTarget
by robertphillips
· 9 years ago
e76ca8b
gyp (third_party) warning changes for ccache
by halcanary
· 9 years ago
5878dbd
Image filters: implement SkImage::makeWithFilter().
by senorblanco
· 9 years ago
82ec6e5
Retract GrRenderTarget from GLProgramsTest
by robertphillips
· 9 years ago
cb3bd18
SkCanvas::adjustToTopLayer()
by tomhudson
· 9 years ago
037655f
Make SkBlend_optsTests fail rather than crash when resources are missing
by bsalomon
· 9 years ago
cc49e59
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 9 years ago
bb9f774
Prepare SkColorSpace to be a public API
by msarett
· 9 years ago
4933d0b
Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ )
by reed
· 9 years ago
bc92754
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 9 years ago
796e365
SkPictureGpuAnalyzer
by fmalita
· 9 years ago
b2df0c2
Refactor Vulkan image, texture, RTs so that create and getter handles match.
by egdaniel
· 9 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 9 years ago
9fb4203
Add bounds to GrShape
by bsalomon
· 9 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 9 years ago
1e2e33a
Remove SkPicture::hasText()
by fmalita
· 9 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 9 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 9 years ago
7c73a53
Add isEmpty() query to GrShape and improve comments.
by bsalomon
· 9 years ago
93a379b
Separate user and raw stencil settings
by cdalton
· 9 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 9 years ago
0fd3c81
Make unit tests use generic testcontext rather than glcontext
by bsalomon
· 9 years ago
fbb3102
Revert "Add tests and benches to support the sRGB blitter for SkOpts"
by scroggo
· 9 years ago
8b7451a
Turn ContextInfos returned by GrContextFactory into structs.
by bsalomon
· 9 years ago
e19aecd
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ )
by robertphillips
· 9 years ago
12dbb39
Separate user and raw stencil settings
by cdalton
· 9 years ago
554784c
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 9 years ago
d0e36a9
Fix AllocedProxyTest on Mesa
by robertphillips
· 9 years ago
6663acf
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 9 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 9 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 9 years ago
2c3eca3
Approximate common gamma tables as single values
by msarett
· 9 years ago
97fd2d4
Incorporate scale into GrStyle and GrShape
by bsalomon
· 9 years ago
57cd94a
SkAdvancedTypefaceMetrics: getAdvanceData uses std::function
by halcanary
· 9 years ago
e20a875
SkAdvancedTypefaceMetrics: abstract out linked list
by halcanary
· 9 years ago
14f850a
Remove Sk(Float|Double)PinToFixed functions, only used in tests.
by brianosman
· 9 years ago
1a0b9ed
Fix issue where GrStyle::applyToPath exited before applying stroke
by bsalomon
· 9 years ago
3ccf2e7
Remove hasMixedSamples() from GrPipelineBuilder
by cdalton
· 9 years ago
ffa4a92
SkOncePtr -> SkOnce
by mtklein
· 9 years ago
2d1ee79
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
by brianosman
· 9 years ago
f0cf355
Stop banning stroke-and-fill for GrStyle and add tests
by bsalomon
· 9 years ago
959a293
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ )
by reed
· 9 years ago
82da9a8
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ )
by reed
· 9 years ago
7eb33da
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ )
by reed
· 9 years ago
086eea9
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ )
by reed
· 9 years ago
5e56cfd
SK_DECLARE_STATIC_MUTEX -> static SkMutex
by mtklein
· 9 years ago
9bd3fc7
SkOncePtr -> SkOnce
by mtklein
· 9 years ago
0607756
Make cap only affect the keys of GrShapes that are possibly-open
by bsalomon
· 9 years ago
9b92ebd
Remove executable bit from source code files.
by benjaminwagner
· 9 years ago
76948d4
Add Gr*Proxy classes
by robertphillips
· 9 years ago
c402518
Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by ericrk
· 9 years ago
fad9856
Prototype code that turns any/every flattenable into JSON
by brianosman
· 9 years ago
31f25a0
Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ )
by jvanverth
· 9 years ago
9ad5d7c
Add some more testing around hairline GrShapes
by bsalomon
· 9 years ago
fb08327
Expand GrStyle's interface.
by bsalomon
· 9 years ago
0736f33
Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by ericrk
· 9 years ago
02125d1
Create a single, unique pointer to sRGB color space
by msarett
· 9 years ago
4f16e63
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
50d3b57
return 4x4 matrix from SkColorSpace
by reed
· 9 years ago
b451134
Minor refactor of GrLayerHoister
by robertphillips
· 9 years ago
92605b3
Add Gr*Proxy classes
by robertphillips
· 9 years ago
89d09a1
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
db1adf5
Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ )
by jvanverth
· 9 years ago
de5bf0c
Add Gr*Proxy classes
by robertphillips
· 9 years ago
1cb00e4
Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by kkinnunen
· 9 years ago
40ef485
When filling nested rect path check for empty inner and empty outer rects
by bsalomon
· 9 years ago
ffc2aea
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
18f13f3
Remove (almost) unused read/writeFunctionPtr API.
by brianosman
· 9 years ago
59c12e3
remove non-static uses of SkOncePtr
by mtklein
· 9 years ago
4d9ff62
Remove SkWriter32::contiguousArray().
by mtklein
· 9 years ago
b4c899d
remove SkWriteBuffer::getWriter32().
by mtklein
· 9 years ago
817fed3
Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ )
by benjaminwagner
· 9 years ago
a2ffa98
Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ )
by msarett
· 9 years ago
7b2c6dd
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
1b5dd88
remove SkWriteBuffer::reserve()
by mtklein
· 9 years ago
3de75da
Use constexpr constructors of GrStencilSettings rather than hacky macro system.
by bsalomon
· 9 years ago
efe46d2
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
by djsollen
· 9 years ago
fe635fd
Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by kkinnunen
· 9 years ago
4df1656
Tighten up SkSpecialSurface factory functions
by robertphillips
· 9 years ago
175dd9b
Clean up test drawContext usage
by robertphillips
· 9 years ago
d4c741e
Refactor drawContext/RenderTarget creation
by robertphillips
· 9 years ago
Next »