aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Make SkIsPow2 templatedGravatar bsalomon2015-07-31
* lock pixels in image when bitmap is immutable and not-lazyGravatar reed2015-07-30
* unify pixelref and image ID space, so we can share IDs when we share pixelsGravatar reed2015-07-30
* Runtime CPU detection for rsqrt().Gravatar mtklein2015-07-30
* Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONSGravatar scroggo2015-07-30
* Lay groundwork for SkOpts.Gravatar mtklein2015-07-30
* 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
* Adding debug SkScalerContext which returns random mask formatsGravatar joshualitt2015-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
* 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
* 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
* 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
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* Fix componene debug build failure in chromiumGravatar dongseong.hwang2015-07-10
* remove getter for imagegenerator factory, update testGravatar reed2015-07-09
* Create a template AutoTAcquire, and specialize an SkMutex version.Gravatar herb2015-07-09
* add runtime option to provide data->imagegenerator factoryGravatar reed2015-07-09
* Outline SkSpinlock::acquire().Gravatar mtklein2015-07-09
* Remove SkImageGenerator pieces only for SkCodec.Gravatar scroggo2015-07-09
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* Add image->bitmapGravatar reed2015-07-08
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08