aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* Added classes SkPatch and SkPatchMesh which help encapsulate and generalize t...Gravatar dandov2014-07-25
* Rename GrGpuObject to GrGpuResourceGravatar bsalomon2014-07-25
* Merge GrGpuObject and GrCacheable.Gravatar bsalomon2014-07-25
* Add ASTC to list of alpha compressed formatsGravatar krajcevski2014-07-24
* Now able to set the localMatrix when creating a SkShader from a SkImageGravatar piotaixr2014-07-22
* Replace use of GrTHashTable in GrFontCache with SkTDynamicHash.Gravatar jvanverth2014-07-22
* Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...Gravatar bsalomon2014-07-22
* Remove the single-sigma version of SkDropShadowImageFilter::Create().Gravatar senorblanco2014-07-22
* Remove unused enum value and member of GrGpuObjectGravatar bsalomon2014-07-22
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* share dm and command flagsGravatar caryclark2014-07-22
* Initial change to move 2D kernel to its own file.Gravatar joshualitt2014-07-22
* Add a GrPathRange classGravatar cdalton2014-07-21
* Make GrCacheable implement its own ref counting.Gravatar bsalomon2014-07-21
* Skia side RGB to YUV gpu conversionGravatar sugoi2014-07-21
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* hide public factory for intermediate classGravatar reed2014-07-21
* Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API.Gravatar dominikg2014-07-21
* Revert of Use the GrCacheable ID to eliminate the need for notifications to G...Gravatar robertphillips2014-07-20
* Remove SkRefPtr.Gravatar bungeman2014-07-17
* Add IsPath to GrGLInterfaceGravatar cdalton2014-07-17
* Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...Gravatar bsalomon2014-07-17
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-17
* factor out flattening/unflattening of common fields from SkImageFilterGravatar reed2014-07-17
* Set maximum output size for scaled-image-cache imagesGravatar halcanary2014-07-17
* Add new ASTC pixel configGravatar krajcevski2014-07-16
* Disable assertion of fBoundsIsDirty.Gravatar Mike Klein2014-07-16
* 32 bpp floating point texturesGravatar joshualitt2014-07-16
* Remove yet-unused 64-bit atomic hooks.Gravatar Mike Klein2014-07-16
* Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of...Gravatar mtklein2014-07-16
* Remove kImageIsImmutable_Flag.Gravatar scroggo2014-07-15
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-15
* SkAutoRef seems lonely. Might as well delete it.Gravatar mtklein2014-07-15
* Change SkCanvasState to use inheritance.Gravatar scroggo2014-07-15
* patch from issue 383923002Gravatar reed2014-07-14
* Cleanup: Remove unused/unimplemented SkTextLayout.h.Gravatar tfarina2014-07-14
* remove unused SkPixelRef constructorGravatar reed2014-07-14
* remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE codeGravatar reed2014-07-14
* Make SkPictureShader and SkPictureImageFilter use const SkPicturesGravatar robertphillips2014-07-14
* Remove unused kImageIsOpaque_Flag.Gravatar scroggo2014-07-14
* Deleted SkImage::newShaderClamp: not used, not implemented.Gravatar piotaixr2014-07-14
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-13
* Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...Gravatar reed2014-07-12
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-12
* Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions.Gravatar jvanverth2014-07-11
* ios fixesGravatar caryclark2014-07-11
* Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX.Gravatar scroggo2014-07-11