Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9da5a5a198e5dc9148f7f30a6089377590eee55b
/
samplecode
6d391b6
Interactive Bevel Sample App
by dvonbeck
· 8 years ago
9da5dbd
Fix SampleAndroidShadows warnings
by fmalita
· 8 years ago
d7315f91
Add alternative spot shadow to Android shadow sample
by jvanverth
· 8 years ago
6c177a1
Add alternative ambient shadow method to Android shadow sample
by jvanverth
· 8 years ago
d707f2d
Moved "drawShadowedPicture" call outside of if cases in onDrawContent.
by vjiaoblack
· 8 years ago
851d68a
[SVGDom] Deferred SampleApp parsing
by fmalita
· 8 years ago
ca39d71
[SVGDom] SVGPong sample app
by fmalita
· 8 years ago
772b5ee
Added PointLights to SkLights::Light
by vjiaoblack
· 8 years ago
e1a3bc6
Add Android Shadow sample
by jvanverth
· 8 years ago
904527d
moved code into onDrawShadowedPic, only renders into shadow maps if needed
by vjiaoblack
· 8 years ago
1ec04d9
rename FoceCopyMode to SkCopyPixelMode
by reed
· 8 years ago
955e879
Making a sample for shadow maps for more intensive development
by vjiaoblack
· 8 years ago
b83cdbc
Show SVG file name in SampleApp title
by fmalita
· 8 years ago
ffae30d
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
by bungeman
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
757a15f
not much point to SK_SUPPORT_PDF
by mtklein
· 8 years ago
320a40d
Always return ImageShader, even from SkShader::MakeBitmapShader
by reed
· 8 years ago
1e87618
Remove GrContext::applyGamma
by robertphillips
· 8 years ago
ecf3dbe
Remove use of MakeRenderTargetDirect from view system
by robertphillips
· 8 years ago
6ceef3d
Initial SVG model
by fmalita
· 8 years ago
efded51
Always supply a color space (sRGB for now) with F16
by brianosman
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
7438bfc
Factor code to rotate a canvas about a point.
by bungeman
· 8 years ago
6af677f
Changed SkLightingShader API to take in a shader as color source
by dvonbeck
· 8 years ago
babc3de
deferred canvas
by reed
· 8 years ago
5b794fa
API change to allow for NormalSource selection at the user level.
by dvonbeck
· 8 years ago
e2463ed
Add cubic example and draw original path
by hstern
· 8 years ago
81700f6
remove DownSample imagefilter was just created early on as a test filter
by reed
· 8 years ago
a84d660
remove experimental treat-skcolor-as-srgb flag
by reed
· 8 years ago
b109b8c
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
ab82418
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ )
by brianosman
· 8 years ago
6a61a87
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
c7027ab
Add samples to Viewer.
by jvanverth
· 8 years ago
9bd4c69
Add SampleApp that shows problems in stroking
by hstern
· 8 years ago
4999616
Remove command buffer sample app support.
by bsalomon
· 8 years ago
f533f11
Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ )
by egdaniel
· 8 years ago
76963e7
Add samples to Viewer.
by jvanverth
· 8 years ago
862dae5
Add ability to rotate light direction in drawLitAtlas Sample slide
by robertphillips
· 8 years ago
adf5afa
Add SampleApp slide with animating lightmapped objects & transparency
by robertphillips
· 8 years ago
71e0552
Make use of new SkLights class
by robertphillips
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
64022c1
toy to play with antialias raytracing
by caryclark
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 8 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
2d1ee79
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
by brianosman
· 9 years ago
0ccc62d
move colorshader into its own .cpp, add color4f variant
by reed
· 9 years ago
676ab68
documentation: SkDocument::MakePDF()
by halcanary
· 9 years ago
7715e06
Retract SkDevice a bit more
by robertphillips
· 9 years ago
da2cd8b
Hide SkCanvas::LayerIter
by robertphillips
· 9 years ago
a1f4fa7
Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ )
by fmalita
· 9 years ago
a814000
Hide SkCanvas::LayerIter
by robertphillips
· 9 years ago
36db3f4
Add control of the sRGB global hack flag in SampleApp
by brianosman
· 9 years ago
5e3815b
Rein in the use of SkDevice.h
by robertphillips
· 9 years ago
534c270
Update TileImageFilter to sk_sp
by robertphillips
· 9 years ago
bfe11fc
Update DisplacementMapEffect to sk_sp
by robertphillips
· 9 years ago
47db5fe
Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ )
by robertphillips
· 9 years ago
a53011e
Update DisplacementMapEffect to sk_sp
by robertphillips
· 9 years ago
6b08652
Several fixes for fp 16 rendering:
by brianosman
· 9 years ago
12fa47d
Update LightingImageFilter to sk_sp
by robertphillips
· 9 years ago
ef6a47b
Update MatrixConvolutionImageFilter to sk_sp
by robertphillips
· 9 years ago
6c71e0a
Reverse dependency between SkScalar.h and SkFixed.h.
by benjaminwagner
· 9 years ago
11171f3
Update MagnifierImageFilter to sk_sp
by robertphillips
· 9 years ago
c416912
Update DropShadowImageFilter to sk_sp
by robertphillips
· 9 years ago
fc0f44a
Update DownSampleImageFilter to sk_sp
by robertphillips
· 9 years ago
ae8c933
Update SkMatrixImageFilter to sk_sp
by robertphillips
· 9 years ago
8c0326d
Update SkXfermodeImageFilter to sk_sp
by robertphillips
· 9 years ago
5605b56
Update SkColorFilterImageFilter to sk_sp
by robertphillips
· 9 years ago
fc11b0a
Update SkMorphology ImageFilters to sk_sp
by robertphillips
· 9 years ago
3b37545
Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ )
by mtklein
· 9 years ago
99d9231
Delete SkFlattenable::Type
by msarett
· 9 years ago
efdfd51
switch maskfilters to sk_sp
by reed
· 9 years ago
b591c77
Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ )
by robertphillips
· 9 years ago
3bc9692
Update SkXfermodeImageFilter to sk_sp
by robertphillips
· 9 years ago
6e7025a
Update SkBlurImageFilter to sk_sp
by robertphillips
· 9 years ago
60c9b58
change flattenable factory to return sk_sp
by reed
· 9 years ago
f624204
Update SkAlphaThresholdFilter to sk_sp
by robertphillips
· 9 years ago
549c899
Update SkImageSource to sk_sp
by robertphillips
· 9 years ago
273c0f5
rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext
by bsalomon
· 9 years ago
3e4616f
Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ )
by bsalomon
· 9 years ago
4c7f0a1
rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext
by bsalomon
· 9 years ago
51a315e
Update SkOffsetImageFilter to sk_sp
by robertphillips
· 9 years ago
5a59a42
Add 'P' to SampleApp to cycle through pixel geometries.
by bungeman
· 9 years ago
3724e57
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
2238c9d
Update SkMergeImageFilter to sk_sp
by robertphillips
· 9 years ago
491fb17
Update SkComposeImageFilter to sk_sp
by robertphillips
· 9 years ago
6f70d43
Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )
by robertphillips
· 9 years ago
fe3456c
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
372177e
Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp
by robertphillips
· 9 years ago
8905790
Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ )
by djsollen
· 9 years ago
a33cf07
Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp
by robertphillips
· 9 years ago
cfb6bdf
switch xfermodes over to sk_sp
by reed
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
5ff17b1
Swap SkPictureImageFilter's factories over to smart pointers
by robertphillips
· 9 years ago
ec4d4d7
Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow.
by benjaminwagner
· 9 years ago
fe63045
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
by reed
· 9 years ago
e8f3062
switch surface to sk_sp
by reed
· 9 years ago
d053ce9
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ )
by reed
· 9 years ago
d688929
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ )
by reed
· 9 years ago
4c9776b
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )"
by reed
· 9 years ago
Next »