platform/upstream/libSkiaSharp.git
2015-07-31 reedfix empty image constructor
2015-07-31 reedunify pixelref and image ID space, so we can share...
2015-07-30 bsalomonDisable SRGB support on PowerVR Rogue due to SRGBReadWr...
2015-07-30 bsalomonMake TRecorder alloc_back return a void*
2015-07-30 bsalomonSRGB read and write pixels working and unit test
2015-07-30 joshualittfind image whenever we generateGlyph. This should...
2015-07-30 caryclarklinear gradient with stops discretized gm
2015-07-30 egdanielMove some parts of onReadPixels up to GrGpu readPixels.
2015-07-30 msarettRename SkCodec_libbmp to SkBmpCodec
2015-07-30 scroggoCall notifyPixelsChanged after modifying bitmap
2015-07-30 nodirBuild buckets: tryjob access
2015-07-30 bungemanRevert character in typeface test on Android.
2015-07-30 robertphillipsMinor cleanup of SkLightingShader
2015-07-30 mtkleinRuntime CPU detection for rsqrt().
2015-07-30 joshualittDont try to draw glyphs with unexpected mask formats
2015-07-30 scroggoRemove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
2015-07-30 bsalomonMake GrGpu read/write pixels take GrSurface
2015-07-30 mtkleinLay groundwork for SkOpts.
2015-07-30 borenetbuildbot_spec: Add configuration, do_*_steps, upload_...
2015-07-30 mtkleinRevert of Optimize RGB16 blitH functions with NEON...
2015-07-30 caryclarkadd radial gradient hard stop test
2015-07-30 reedadd helper to create RSXform w/ anchorPt
2015-07-30 yang.zhangOptimize RGB16 blitH functions with NEON for ARM platform.
2015-07-30 robertphillipsUpdate SkLightingShader to take a localMatrix
2015-07-29 bungemanRemove WEBKIT_VERSION_MIN_REQUIRED and config.h.
2015-07-29 fmalitaDouble free in ~SkPictureData()
2015-07-29 bungemanRemove SK_BUILD_FOR SDL, BREW, and PALM.
2015-07-29 mtkleinMove the last headers. Cross your fingers.
2015-07-29 mtkleinMove non-trivial constructors out-of-line.
2015-07-29 reedremove (unnecessary?) call to notifyPixelsChanged
2015-07-29 bungemanRemove SK_BUILD_FOR_WINCE.
2015-07-29 robertphillipsMove LightingShader to effects
2015-07-29 bungemanClean up a few includes, introduce iwyu.
2015-07-29 reedSkImage_Raster's pixels are always immutable.
2015-07-29 borenetbuildbot_spec.py: Include dm_flags and nanobench_flags
2015-07-29 borenetbuildbot_spec.py: Add Android/ChromeOS device info...
2015-07-29 mtkleinMove headers with no dependencies.
2015-07-29 joshualittFix for GrAtlasTextContext crash
2015-07-29 msarettMake SkSwizzler::Fill() support 565
2015-07-29 joshualittAdding debug SkScalerContext which returns random mask...
2015-07-29 Mike KleinRevert "Move headers with no dependencies."
2015-07-29 reedrewrite path.getBounds test to work-around compiler bug
2015-07-29 mtkleinMove headers with no dependencies.
2015-07-29 mtkleinupdate C++11 docs
2015-07-29 borenetAdd builder_spec.py
2015-07-29 caryclarkfix dstreadshuffle text portable gm
2015-07-29 bsalomonFix silly mistake in allocating geoms in TextBatch
2015-07-29 mtkleinAllow Srcs to veto Sinks based on their broad type.
2015-07-29 bsalomonSkip temp texture when config conversion test has alrea...
2015-07-29 caryclarkmake tests portable by using 565 compatible colors
2015-07-28 bsalomonDon't read from unref'ed RT in GrContext::readSurfacePixels
2015-07-28 bsalomonMove draw on upload decision in GrGpu
2015-07-28 Mike KleinRevert "Move the rest of src headers used by include...
2015-07-28 bsalomonRevert of Move draw on upload decision in GrGpu (patchs...
2015-07-28 caryclarkgm missed portable text in textblobshader
2015-07-28 mtkleinMove the rest of src headers used by include to include...
2015-07-28 wangyixRemoved GrFragmentProcessor::fWillUseInputColor
2015-07-28 caryclarkgm fix missed portable gm text in samplerstress
2015-07-28 caryclarkmake pixelsnap textblob* etc gm portable
2015-07-28 joshualittChange GrDefaultGeoProcFactory to a namespace
2015-07-28 joshualittCleanup GrDefaultGeoProcFactory localCoords
2015-07-28 joshualittRename GrInOrderDrawBuffer to GrBufferedDrawTarget
2015-07-28 mtkleinMove SkTHash.h to include/private.
2015-07-28 mtkleinFix a stray -Winconsistent-missing-override warning.
2015-07-28 bsalomonMove draw on upload decision in GrGpu
2015-07-28 mtkleinadd -Iinclude/private anywhere we have -Isrc/core
2015-07-28 mtkleinupdate presubmit to know about include/private
2015-07-28 reedremove all guards for changes to drawBitmapRect / drawI...
2015-07-28 reedchange getBounds to return 0000 iff there are zero...
2015-07-28 borenetFix android_launch_app after Gradle change
2015-07-28 borenetandroid_install_app: Use lower-cased app name
2015-07-28 caryclarkcompute split conic endpoints exactly
2015-07-27 msarettPass the destination pointer to next() in SkSwizzler
2015-07-27 halcanarydocumentation: more API details and examples.
2015-07-27 junovFixing src rect constraint support for drawImage with...
2015-07-27 reedremove pixel assert from ctable validator
2015-07-27 joshualittCleanup Default Geo Proc API
2015-07-27 mtkleinNo one calls SkXfermode::GetProc16
2015-07-27 mtkleinRevert of Lay groundwork for SkOpts. (patchset #3 id...
2015-07-27 joshualittfix up GrImmediateDrawTarget.cpp
2015-07-27 mtkleinRemove sk_memcpy32
2015-07-27 mtkleinLay groundwork for SkOpts.
2015-07-27 fmalitaMake peekPixels() usable with raster surface snapshots
2015-07-27 bsalomonSteal refs from other TextBatch in onCombineIfPossible
2015-07-27 mtkleinNEON has a ternary instruction.
2015-07-27 bsalomonMake allocation count in TextBatch implicit
2015-07-27 Brian SalomonRemove skia_arch_width, fold into skia_arch_type.
2015-07-24 wangyixAdded GrGLBlend.h|cpp with helper function AppendPorter...
2015-07-24 joshualittmixed text blobs really draws LCD
2015-07-24 djsollenUpdate Android Apps to use gradle
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-24 joshualittfix for GrAtlasTextContext occasionally crashes on...
2015-07-24 caryclarkmake fontscalar gammatext lcdtext typeface verttext2...
2015-07-24 joshualittMinimize retrieving SkGlyph in GrTextContext
2015-07-24 robertphillipsFix Ganesh drawAtlas bug with quad colors
2015-07-24 bsalomonSet preallocated TextBatch geometries to 4 rather than 32
2015-07-24 hendrikwskia: wrong calling convention on eglGetPlatformDisplayEXT
2015-07-23 caryclarkmake dftext gm not overlap itself
2015-07-23 caryclarkmake fontcache textblob gm portable
2015-07-23 caryclarkfix path ops fuzz buster
next