- aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
- 4808757 Remove all code related to NaCl by borenet · 10 years ago
- 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
- 63c684a fuzzer fixes by caryclark · 10 years ago
- 0ab326f move GMSampleView into its own cpp by reed · 10 years ago
- 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
- 339cdbf migrate more samples over to SkAnimTImer by reed · 10 years ago
- e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
- 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 10 years ago
- b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
- 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
- b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
- 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
- afdbedb add sample for filter quality by reed · 10 years ago
- 63121f0 delete the dreaded TransitionView by reed · 10 years ago
- adc8d98 add sample to exercising hittesting by reed · 10 years ago
- ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
- e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
- 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
- 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
- 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 · 10 years ago
- 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
- 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
- 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
- bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
- c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
- 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
- 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 10 years ago
- 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
- 1803f4eb new animated sample to show subpixel translate bug with high quality scaling by commit-bot@chromium.org · 10 years ago
- 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 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 · 10 years ago
- 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 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 · 11 years ago
- 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
- 4df1673 Build fix after r9598. by fmalita@google.com · 11 years ago
- 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
- 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 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