aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* (disabled) option to re-record a picture when loadingGravatar reed@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Move tiling up into SampleWindow.Gravatar scroggo@google.com2012-08-17
* Remove SK_FONTHOST_WIN_DW define.Gravatar bungeman@google.com2012-08-16
* DirectWrite font host for skia.Gravatar bungeman@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* change tiling to 16 tiles instead of 4Gravatar reed@google.com2012-08-15
* Provide a key to go to the previous slide in SampleApp.Gravatar scroggo@google.com2012-08-15
* add 't' to toggle tiling modesGravatar reed@google.com2012-08-15
* Fixing source files that do not have newlines at the end.Gravatar rmistry@google.com2012-08-14
* move texteffects from Sample to gmGravatar mike@reedtribe.org2012-08-13
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* privatize SkEdgeClipper.hGravatar mike@reedtribe.org2012-08-09
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* revert gpu-less mac sample app, remove busted sample (that has equivalent gm)Gravatar bsalomon@google.com2012-08-03
* --picture foo now works if foo is an image (.png, .jpeg) or a picture (.skp)Gravatar reed@google.com2012-08-03
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Added --picture flag to SampleApp, loads individual skp.Gravatar chudy@google.com2012-08-01
* Fixed minor memory leaksGravatar robertphillips@google.com2012-07-31
* fix LayerDrawLooper to record its fFlagsMaskGravatar reed@google.com2012-07-31
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.Gravatar scroggo@google.com2012-07-02
* remove SkInstCnt tracking of SkViewRegistryGravatar reed@google.com2012-06-26
* don't add SkViewRegistry to SkInstCntGravatar reed@google.com2012-06-26
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add a tiled pipe mode to SampleApp.Gravatar scroggo@google.com2012-06-08
* one more warning suppressed (make unused codeGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in ssamplecodeGravatar caryclark@google.com2012-06-06
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* --pictureDir foo will load serialized pictures <>.skp from the foo directoryGravatar reed@google.com2012-06-04
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Converted AAClips SampleApp slide to GM:simpleaaclipGravatar robertphillips@google.com2012-05-22
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* Updated AAClips Sample slide and complexclip2 GM to exercise AA clippingGravatar robertphillips@google.com2012-05-15
* Fixes for Windows Release compiler complaints (overflow in const arith)Gravatar robertphillips@google.com2012-05-14
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* remove (unused) reference to SkStrokePathEffectGravatar reed@google.com2012-05-10
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Added "--list" command line option to SampleAppGravatar robertphillips@google.com2012-05-03
* Made "Clip" sample use AA clippingGravatar robertphillips@google.com2012-05-03
* show contains and intersects predicates in sampleGravatar reed@google.com2012-05-02
* Fixed usage info for SampleApp's msaa flagGravatar robertphillips@google.com2012-05-02
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* In SampleWindow, pass ownership of menus to SkWindow, so it can safelyGravatar scroggo@google.com2012-04-18