aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* private iterator to visit all resource cache entriesGravatar reed2015-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
* Add high resolution WallTimer to SampleAppGravatar jvanverth2015-08-11
* SkPDF: allow PDF module to be disabled in DM and SampleAppGravatar halcanary2015-08-11
* - allow for stepping through a picture with 'n' and 'p'Gravatar reed2015-08-04
* 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
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* Use SkPaintFilterCanvas for SampleApp paint filteringGravatar fmalita2015-06-15
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* add DeferredCanvas mode to SampleAppGravatar reed2015-05-05
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* fuzzer fixesGravatar caryclark2015-02-25
* remove dead code from sampleapp, trim bad assertsGravatar reed2015-02-21
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* remove unneeded prerollGravatar reed2015-02-15
* Support multiple null GL contexts on a thread.Gravatar bsalomon2015-02-11
* add SkAnimTimer, SPACE = pause/resume, ESP = stopGravatar reed2015-02-02
* allow GMs to animateGravatar reed2015-02-01
* First cut at cleaning up Sergio's example code and moving some common code to...Gravatar caryclark2015-01-30
* initial preroll apiGravatar reed2015-01-25
* Fix SampleApp picture-mode transform.Gravatar fmalita2015-01-23
* delete the dreaded TransitionViewGravatar reed2015-01-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* tell our grcontext to abandon its backendGravatar reed2014-10-30
* MultiPictureDraw is taskgroup aware.Gravatar reed2014-10-29
* fix some bit-rot in the ios port of sampleappGravatar reed2014-10-22
* use SkDocument to capture pdfs from SampleApp 'e'Gravatar reed2014-10-08
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-07
* extra call to flush until brian can figure it outGravatar reed2014-10-07
* add surfaceprops to SkWindow, and 'D' to toggle distancefieldfontsGravatar reed2014-10-06
* Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...Gravatar bsalomon2014-10-02
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-02