aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Convert unit tests, GMs from SkBitmapSource to SkImagesourceGravatar fmalita2015-09-15
* remove obsolete samplesGravatar reed2015-09-12
* Make SkGraphics::Term a no-op, stop calling it.Gravatar mtklein2015-09-09
* Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200...Gravatar mtklein2015-09-09
* Make SkGraphics::Term a no-op, stop calling it.Gravatar mtklein2015-09-08
* remove duplicated sample (already have a gm)Gravatar reed2015-09-04
* add interactive xfer sampleGravatar reed2015-09-02
* Rename flag from "distance field" to "device independent."Gravatar bsalomon2015-08-31
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* Revert "Update SkLightingShader to support rotation"Gravatar robertphillips2015-08-19
* private iterator to visit all resource cache entriesGravatar reed2015-08-19
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-19
* remove SkDeferredCanvasGravatar reed2015-08-19
* support both box and circle lcdGravatar reed2015-08-15
* show LCD on max fat-zoomGravatar reed2015-08-15
* increase zoom in fatbitsGravatar reed2015-08-15
* Add high resolution WallTimer to SampleAppGravatar jvanverth2015-08-11
* SkPDF: allow PDF module to be disabled in DM and SampleAppGravatar halcanary2015-08-11
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* use kFast_SrcRectConstraint to match drawAtlas semanticsGravatar reed2015-08-06
* simulate drawatlasGravatar reed2015-08-06
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* - allow for stepping through a picture with 'n' and 'p'Gravatar reed2015-08-04
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* Address some SkLightingShader TODOsGravatar robertphillips2015-07-31
* add helper to create RSXform w/ anchorPtGravatar reed2015-07-30
* Update SkLightingShader to take a localMatrixGravatar robertphillips2015-07-30
* Move LightingShader to effectsGravatar robertphillips2015-07-29
* Rename GrInOrderDrawBuffer to GrBufferedDrawTargetGravatar joshualitt2015-07-28
* Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()Gravatar wangyix2015-07-22
* Compile with VS2015.Gravatar bungeman2015-07-21
* Generate platform specific fontmgr gm.Gravatar caryclark2015-07-20
* Revert[2] of guard to remove DrawBitmapRectFlagsGravatar reed2015-07-17
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...Gravatar scroggo2015-07-17
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* Add new SkPoint3 classGravatar robertphillips2015-07-13
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* Add normal map sampleGravatar jvanverth2015-07-09
* Revert of Add normal map sample (patchset #6 id:100001 of https://codereview....Gravatar robertphillips2015-07-08
* Add normal map sampleGravatar jvanverth2015-07-08
* remove SkInstCntGravatar mtklein2015-06-26
* implement drawAtlas natively on gpu-deviceGravatar reed2015-06-25
* add SkCanvas::drawAtlasGravatar reed2015-06-24