Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
d50bbc7c057e194713dfccdbc0af6f5e3283a0ea
/
gyp
/
SampleApp.gyp
d1d3bae
add an animated test to verify that high-quality identity scaling doesn't change the image
by humper
· 10 years ago
a7e930f
On the bots, there's no need to link GMs into SampleApp.
by mtklein
· 10 years ago
f568f6a
git sample app working on iOS
by caryclark
· 10 years ago
2010891
Add GYP target for sk_tool_utils.* component.
by tfarina
· 11 years ago
9ac68ee
Move BenchTimer to tools as Timer
by mtklein
· 11 years ago
9e64b78
Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/)
by mtklein
· 11 years ago
4ed7528
Move BenchTimer to tools as Timer
by mtklein
· 11 years ago
bcbc178
Refactor how we handle resources path in Tests.
by tfarina
· 11 years ago
c3b3266
hide SkBitmap::Config entirely (behind a flag)
by reed
· 11 years ago
66c9582
Fix a number of issues with iOS build.
by jvanverth
· 11 years ago
2dc337c
Add non power of two gm for ETC1 bitmap
by krajcevski
· 11 years ago
901e96d
Add Sample slide for Rectanizers
by robertphillips
· 11 years ago
1803f4eb
new animated sample to show subpixel translate bug with high quality scaling
by commit-bot@chromium.org
· 11 years ago
83f23d8
Remove unused (by clients) SkUnitMapper
by commit-bot@chromium.org
· 11 years ago
3339ac5
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/)
by commit-bot@chromium.org
· 11 years ago
4b8f802
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/)
by commit-bot@chromium.org
· 11 years ago
e2b193c
Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/)
by commit-bot@chromium.org
· 11 years ago
ee0cac3
remove unused (by clients) SkUnitMapper
by commit-bot@chromium.org
· 11 years ago
ae0054e
get iOS building again
by commit-bot@chromium.org
· 11 years ago
b805fe5
Fix SampleApp build
by bsalomon@google.com
· 11 years ago
6adce67
Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.
by commit-bot@chromium.org
· 11 years ago
b2c323a
Remove unused SampleTests.cpp source file.
by tfarina@chromium.org
· 11 years ago
8f4d230
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
by reed@google.com
· 11 years ago
2c7c7ee
Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache
by halcanary@google.com
· 11 years ago
611fde1
Remove the comments settings for vim tab width and expansion variables.
by commit-bot@chromium.org
· 11 years ago
9092289
Pdfviewer refactoring.
by scroggo@google.com
· 11 years ago
22d69f9
I'm investigating how to make the IPC transfer a bit more secure on the
by commit-bot@chromium.org
· 11 years ago
4ea2878
Add string art GM and sample.
by jvanverth@google.com
· 11 years ago
dcd36f3
Add Clock Sample.
by jvanverth@google.com
· 11 years ago
78a1078
Create new target to hold gpu test code, enable direct testing of GrEffects in GM.
by commit-bot@chromium.org
· 11 years ago
23e899b
pdfviewer: fix typo in sample app
by edisonn@google.com
· 11 years ago
63ce82f
pdfviewer: (cleanup) put the gyp for library code in a separate file
by edisonn@google.com
· 11 years ago
88876db
remove dead SampleDecode.cpp
by reed@google.com
· 11 years ago
ebed410
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
d1a874a
(unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser)
by edisonn@google.com
· 11 years ago
f8b6b01
Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to pass the dir with pdfs. Add flag --sort to sort samples acording to title, so foo.skp follows foo.pdf and we can quickly compare diffs.
by edisonn@google.com
· 11 years ago
064779a
Adding my Bitmap2Path sample for 1on1 meeting.
by commit-bot@chromium.org
· 12 years ago
6ba4572
remove dst/rendertarget support for kARGB_4444_Config
by reed@google.com
· 12 years ago
2bbc2c9
Add an option to create unpremultiplied bitmaps.
by scroggo@google.com
· 12 years ago
4df1673
Build fix after r9598.
by fmalita@google.com
· 12 years ago
86681b3
Expose debugger backend classes externally.
by fmalita@google.com
· 12 years ago
05d550e
GYP Changes and Scripts for Compiling Skia for ChromeOS
by borenet@google.com
· 12 years ago
52f0297
Prepare skia for shared library build on android
by djsollen@google.com
· 12 years ago
a96627f
prepare skia for shared library build on android
by djsollen@google.com
· 12 years ago
cf5348f
prepare skia for shared library build on android
by djsollen@google.com
· 12 years ago
3597b73
expand SkLua to handle creation of its own State
by reed@google.com
· 12 years ago
4bb50b2
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
ad7d481
Add testing of optimizations to GM
by robertphillips@google.com
· 12 years ago
07a8ea0
Reverting r8654
by robertphillips@google.com
· 12 years ago
c10531b
Add testing of optimizations to GM
by robertphillips@google.com
· 12 years ago
92abe48
move SampleTypeface into gm/typefacestyles
by reed@google.com
· 12 years ago
9053c2e
Add animated line chart sample
by bsalomon@google.com
· 12 years ago
d62e88e
Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances.
by bsalomon@google.com
· 12 years ago
4024f32
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
82c2fec
Remove ConcaveToTriangles.
by bungeman@google.com
· 12 years ago
388974f
Remove unused debugger code from SampleApp.
by djsollen@google.com
· 12 years ago
7c7292c
Added a new function to directly generate a blurred rectangle analytically.
by humper@google.com
· 12 years ago
dc73354
add SampleRotatedCircles.cpp
by mike@reedtribe.org
· 12 years ago
04b5468
Fix Android SampleApp
by djsollen@google.com
· 12 years ago
4d3f3cd
Fix android build by removing references to the old sampleApp
by djsollen@google.com
· 12 years ago
4c1f091
kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043
by reed@google.com
· 12 years ago
7158e6a
Improve NaCl support
by borenet@google.com
· 12 years ago
50e4c72
add sample to debug in fatbits mode
by mike@reedtribe.org
· 12 years ago
efb1d77
Build Skia as a static library
by borenet@google.com
· 12 years ago
4663822
Allow Xcode to change paths to frameworks based on whether a device or simulator was selected.
by bsalomon@google.com
· 12 years ago
230504d
Make SampleApp work on iPhone/iOS simulator.
by bsalomon@google.com
· 12 years ago
5c83dcc
add simple ios app update ios flavor of sample app fix utils.gyp for ios
by caryclark@google.com
· 12 years ago
9dd78c7
re-land 5681, but just the gyp file I wanted
by mike@reedtribe.org
· 12 years ago
9a520eb
revert 5681
by mike@reedtribe.org
· 12 years ago
4269631
remove SampleXfermodes.cpp (obsolete, as we have it as a GM)
by mike@reedtribe.org
· 12 years ago
594dd3c
iOS support work in progress
by caryclark@google.com
· 12 years ago
867cbd8
first cut at making iOS work
by caryclark@google.com
· 12 years ago
b1b7f707
Add a header for OverView.cpp as well.
by tfarina@chromium.org
· 12 years ago
6a12178
Add a header file for TransitionView.cpp
by epoger@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
3d1cb97
move texteffects from Sample to gm
by mike@reedtribe.org
· 12 years ago
d74e710
remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069
by reed@google.com
· 12 years ago
e012e0a
privatize SkEdgeClipper.h
by mike@reedtribe.org
· 12 years ago
2e40173
revert gpu-less mac sample app, remove busted sample (that has equivalent gm)
by bsalomon@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
076f4c9
fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM
by reed@google.com
· 12 years ago
4f1f6bf
Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.
by scroggo@google.com
· 13 years ago
b073d92
Add a tiled pipe mode to SampleApp.
by scroggo@google.com
· 13 years ago
b52cf3d
Support Mac-Android Cross-Compilation
by borenet@google.com
· 13 years ago
5af9b20
Make the GM tool run GMs through an SkGPipe.
by scroggo@google.com
· 13 years ago
1830c7a
--pictureDir foo will load serialized pictures <>.skp from the foo directory
by reed@google.com
· 13 years ago
67febd9
Converted AAClips SampleApp slide to GM:simpleaaclip
by robertphillips@google.com
· 13 years ago
9c1f1ac
Move function decls and macros out of public headers that are meant for internal use.
by bsalomon@google.com
· 13 years ago
3286989
Remove old D3D9 stuff
by bsalomon@google.com
· 13 years ago
8500322
disable GPU blur on small paths
by bsalomon@google.com
· 13 years ago
5e41b37
Remove circular dependency of views and animator.
by bungeman@google.com
· 13 years ago
cbd76ae
Utils must not depend on Views. http://codereview.appspot.com/5867051/
by bungeman@google.com
· 13 years ago
aa3b6a9
Make all gyp targets automatically include common.gypi
by epoger@google.com
· 13 years ago
893ff30
Remove references to svg.gyp from projects that don't use it.
by tomhudson@google.com
· 13 years ago
afcb55c
move ports into its own gyp file
by caryclark@google.com
· 13 years ago
fad4510
Move the Android sample app into the android repo.
by djsollen@google.com
· 13 years ago
5862929
Adding support to trunk for building Skia using the Android NDK.
by djsollen@google.com
· 13 years ago
48dd1a2
Import all GMs as Samples.
by bsalomon@google.com
· 13 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
bb3f4a8
Bug fixes:
by suyang1
· 13 years ago
Next »