aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* add helper to create RSXform w/ anchorPtGravatar reed2015-07-30
* Remove WEBKIT_VERSION_MIN_REQUIRED and config.h.Gravatar bungeman2015-07-29
* Remove SK_BUILD_FOR SDL, BREW, and PALM.Gravatar bungeman2015-07-29
* Move the last headers. Cross your fingers.Gravatar mtklein2015-07-29
* Remove SK_BUILD_FOR_WINCE.Gravatar bungeman2015-07-29
* Clean up a few includes, introduce iwyu.Gravatar bungeman2015-07-29
* SkImage_Raster's pixels are always immutable.Gravatar reed2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Adding debug SkScalerContext which returns random mask formatsGravatar joshualitt2015-07-29
* Revert "Move headers with no dependencies."Gravatar Mike Klein2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Skip temp texture when config conversion test has already failed.Gravatar bsalomon2015-07-29
* Revert "Move the rest of src headers used by include to include/private."Gravatar Mike Klein2015-07-28
* Move the rest of src headers used by include to include/private.Gravatar mtklein2015-07-28
* Removed GrFragmentProcessor::fWillUseInputColorGravatar wangyix2015-07-28
* Move SkTHash.h to include/private.Gravatar mtklein2015-07-28
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* change getBounds to return 0000 iff there are zero pointsGravatar reed2015-07-28
* No one calls SkXfermode::GetProc16Gravatar mtklein2015-07-27
* Remove sk_memcpy32Gravatar mtklein2015-07-27
* Make peekPixels() usable with raster surface snapshotsGravatar fmalita2015-07-27
* Remove test of illegal behavior that modifies a texture backing an SkImage.Gravatar bsalomon2015-07-23
* Update fallback rsqrt implementation to use optimal constants.Gravatar jvanverth2015-07-23
* Have Windows use _mm_rsqrt_ss too.Gravatar mtklein2015-07-23
* Misc cleanupGravatar robertphillips2015-07-22
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Compile with VS2015.Gravatar bungeman2015-07-21
* De-templatize Sk4pxXfermode code a bit.Gravatar mtklein2015-07-21
* Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of ht...Gravatar mtklein2015-07-21
* De-templatize Sk4pxXfermode code a bit.Gravatar mtklein2015-07-21
* Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code.Gravatar senorblanco2015-07-21
* Add Rec709 YUV color space support to GrYUVtoRGBEffect.Gravatar rileya2015-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
* Now that the SkImageFilter::CropRect crop edges refer toGravatar senorblanco2015-07-16
* refactor code to apply the croprectGravatar reed2015-07-16
* Make readpixels work on GrTexturesGravatar bsalomon2015-07-16
* have canvas send discard instead of retain if the draw would overwrite everyt...Gravatar reed2015-07-16
* Replace buggy_blend_modes GM with an exhaustive test.Gravatar mtklein2015-07-16
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* Very tiny paths are subsumed by the ConvexicatorGravatar caryclark2015-07-14
* Another trivial cleanupGravatar joshualitt2015-07-14
* Implement support for CHROMIUM_path_rendering pseudo extensionGravatar kkinnunen2015-07-14
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Add new SkPoint3 classGravatar robertphillips2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* Modify GrClipMaskManager to reflect logical constnessGravatar joshualitt2015-07-13
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10