aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Add some SkTextBlob builder tests.Gravatar fmalita2014-08-21
* SkMultiPictureDraw APIGravatar robertphillips2014-08-21
* Split up monolithic EXPERIMENTAL_drawPicture methodGravatar robertphillips2014-08-21
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* Add GrResourceCache2.Gravatar bsalomon2014-08-21
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* SkTextBlobGravatar fmalita2014-08-21
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Make SkPMColorAssert a macro (all assert-like functions should be macros).Gravatar halcanary2014-08-21
* remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPEGravatar reed2014-08-21
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* Implement SkPicture::hasText() for SkRecord backend.Gravatar mtklein2014-08-20
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* Add the method isOpaque() to SkImageGravatar piotaixr2014-08-19
* Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...Gravatar bsalomon2014-08-19
* Treat embedded bitmaps as a hinting method.Gravatar bungeman2014-08-19
* Add GrResourceCache2.Gravatar bsalomon2014-08-19
* remove unused SkIntToFloatCast_NoOverflowCheckGravatar caryclark2014-08-19
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-19
* Revert "Move the code over using the same template type approach previously u...Gravatar Mike Klein2014-08-18
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-18
* Revert "Move SkReadBuffer.h and SkReader32.h out of include."Gravatar halcanary2014-08-18
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-18
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.Gravatar halcanary2014-08-18
* eliminate code related to SkBitmap::ConfigGravatar reed2014-08-18
* Add flag to bench/render picturesGravatar krajcevski2014-08-18
* int SkPicture::approximateOpCount()Gravatar mtklein2014-08-14
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-14
* Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chr...Gravatar bsalomon2014-08-13
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-13
* Add entry point for passing options to the GrContextFactoryGravatar krajcevski2014-08-13
* Delete the old font management implementation based on SkFontConfigInterface,...Gravatar tomhudson2014-08-13
* Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...Gravatar george2014-08-12
* Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (htt...Gravatar halcanary2014-08-12
* Migrate SkRTConfRegistry test to DEF_TEST().Gravatar tfarina2014-08-12
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.Gravatar halcanary2014-08-12
* Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...Gravatar krajcevski2014-08-12
* remove SkStippleMaskFilter - no external clientsGravatar reed2014-08-12
* Consider index8 a compressed config.Gravatar bsalomon2014-08-11
* Wrap NV_path_rendering API with GrGLPathRenderingGravatar cdalton2014-08-11
* mark all SkImage methods const, so we can make it thread-safeGravatar reed2014-08-11
* Always use both a color and coverage attribute in GrAARectRenderer.Gravatar bsalomon2014-08-11
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https...Gravatar reed2014-08-11
* Revert of remove (now unneeded) legacy onDrawPicture variant (https://coderev...Gravatar reed2014-08-10
* remove (now unneeded) legacy onDrawPicture variantGravatar reed2014-08-10