platform/upstream/libSkiaSharp.git
2014-07-13 robertphillipsMake GrAtlas::removePlot static
2014-07-13 Robert PhillipsRemove Skia's use of the default SkPicture constructor...
2014-07-13 robertphillipsRemove SkPicture copy constructor
2014-07-13 reedAdd SkBitmap::readPixels() and reimplement copyTo and...
2014-07-13 reeddon't draw unpremul alpha (yet)
2014-07-12 reedRevert of Add SkBitmap::readPixels() and reimplement...
2014-07-12 reedAdd SkBitmap::readPixels() and reimplement copyTo and...
2014-07-12 halcanaryMake SkPDFFont::fFontInfo a const pointer.
2014-07-12 jvanverthRefactor SkGrFontScaler and SkGrFontKey into non-virtua...
2014-07-11 caryclarkfix ios break
2014-07-11 krajcevskiRevert of Add support for NEON intrinsics to speed...
2014-07-11 scroggoNo need to cache local matrix in picture shader.
2014-07-11 caryclarkios fixes
2014-07-11 krajcevskiAdd support for NEON intrinsics to speed up texture...
2014-07-11 mtkleinnanobench: add a cute bar chart
2014-07-11 scroggoRemove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX.
2014-07-11 mtkleinresizeimagefiler is ok with a BBH now
2014-07-11 scroggoUse unpremul for premul_and_unpremul_alpha_ bench.
2014-07-11 scroggoUse SkShader's localMat for SkLocalMatrixShader.
2014-07-11 senorblancoNew Mac 10.6 x86_64 Debug baselines for perlin noise...
2014-07-11 bsalomonThis moves us towards variable length effect keys....
2014-07-11 senorblancoFix for saveLayer() with filters vs. the BBox Hierarchy.
2014-07-11 egdanielRevert of Remove gpu shader optimatization for solid...
2014-07-11 scroggoRevert of Remove public_headers.gypi, unneeded by Skia...
2014-07-11 egdanielRemove gpu shader optimatization for solid white or...
2014-07-11 epogerroll "common" DEPS, and replace tools/pyutils with it
2014-07-11 bungemanUpdate find_name_and_attributes to take ttc index and...
2014-07-11 djsollenexplicitly add /data/local/tmp to the library path...
2014-07-11 scroggoRemove public_headers.gypi, unneeded by Skia.
2014-07-11 mtkleinSlim Skia down to just one murmur3 implementation.
2014-07-11 bsalomonAdd support for 64bit atomic inc/dec/cas
2014-07-11 jcgregorioRevert of add readPixels() to SkBitmap (https://coderev...
2014-07-11 jcgregorioPin to a newer version of ANGLE than M36 branch.
2014-07-11 robertphillipsRevert of Add alternate SkPicture::clone (https://coder...
2014-07-11 bensongmanual bench rebase after bf0b9ce
2014-07-11 jcgregorioPin to a specific version of ANGLE.
2014-07-10 bungemanAdd file access modes to sk_exists.
2014-07-10 reedRevert of Slim Skia down to just one murmur3 implementa...
2014-07-10 mtkleinEnable tools/CrashHandler again.
2014-07-10 reedadd readPixels() to SkBitmap
2014-07-10 robertphillipsAdd alternate SkPicture::clone
2014-07-10 mtkleinSlim Skia down to just one murmur3 implementation.
2014-07-10 Ben WagnerHandle NULL typeface in SampleApp.
2014-07-10 senorblancoYet more perlin noise rebaselines.
2014-07-10 senorblancoYou guessed it -- more perlin noise rebaselines.
2014-07-10 senorblancoIbid.
2014-07-10 senorblancoYet more perlin noise rebaselines.
2014-07-10 senorblancoSome more perlinnoise rebaselines.
2014-07-10 mtkleinUse a consume load in SkLazyPtr.
2014-07-10 robertphillipsRe-add friend Chrome requires
2014-07-10 mtkleinSplit SkTRacy into SkTRacy and SkTRacyReffable.
2014-07-10 senorblancoNew baselines for perlin noise changes.
2014-07-10 mtkleinSplit SkTRacy into SkTRacy and SkTRacyReffable.
2014-07-10 Derek SollenbergerAdd config to build mips with dsp2 optimizations enable...
2014-07-10 robertphillipsCleanup SkPicture* classes a bit
2014-07-10 epogerimport google-api-python-client using DEPS
2014-07-10 halcanarysk_malloc_throw/sk_calloc_throw in debug prints size...
2014-07-10 Mike KleinDelete third_party/harfbuzz
2014-07-10 robertphillipsRemove shadows suppression
2014-07-10 robertphillipsSplit SkPictureReplacementPlayback out of SkPicturePlayback
2014-07-10 mtkleinSlim Skia down to just one murmur3 implementation.
2014-07-10 Derek Sollenbergerupdate our build system to support the experimental...
2014-07-10 Eric BorenWhitespace change to verify buildbot scripts after...
2014-07-10 borenetUpdate SKP version to 47
2014-07-10 reedfix typo, had two RGBA instead of RGBA and BGRA
2014-07-09 scroggoHandle bad ICO data better.
2014-07-09 robertphillipsAdd suppression for shadows test
2014-07-09 mtkleinRevert of Slim Skia down to just one murmur3 implementa...
2014-07-09 mtkleinMerge Replay and Quilt tasks, adding in all BBH impleme...
2014-07-09 robertphillipsRefactor SkPicturePlayback for SkPictureReplacementPlayback
2014-07-09 kelvinlyRemove useless options from bench
2014-07-09 ehsan.akhgariDo not export SkTDArray when building Skia as a DLL
2014-07-09 jvanverthUpdate one last expectation from gamma change.
2014-07-09 egdanielImprove gpu tracing when applying markers directly...
2014-07-09 mtkleinAlways initialize SkDashPathEffect fields.
2014-07-09 mtkleinAdd bounds checks to SkTDynamicHash
2014-07-09 tfarinaCleanup: Remove SkUTF16_Str API.
2014-07-09 krajcevskiOptimized R11 EAC compressor
2014-07-09 mtkleinSlim Skia down to just one murmur3 implementation.
2014-07-09 mtkleinnanobench: add median and --cpu/--gpu
2014-07-09 bsalomonRevert of Make GrGLConfigConversionEffect work for...
2014-07-09 epogerrebaseline_server: cache results in long-running ImageD...
2014-07-09 mtkleinRemove ability for Release code to call getRefCnt(...
2014-07-09 scroggoBuild Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG.
2014-07-09 henrik.smidingAdd thread safety configuration check.
2014-07-09 changjun.yangMake GrGLConfigConversionEffect work for Imagination...
2014-07-09 epogerrebaseline_server: allow JSON to control column filtering
2014-07-09 Mike KleinRevert "Remove ability for Release code to call getRefC...
2014-07-09 mtkleinAdd SkRacy
2014-07-08 bensongmanual bench rebase after d3f3e58, adjusted with a26bbb...
2014-07-08 bensongbench rebase tool: add ability to specify a second...
2014-07-08 mtkleinRevert of Add SkRacy (https://codereview.chromium.org...
2014-07-08 mtkleinRevert of Missing volatile in AnnotateBenignRaceSized...
2014-07-08 robertphillipsFixed up SkTimedPicturePlayback
2014-07-08 Mike KleinMissing volatile in AnnotateBenignRaceSized declaration.
2014-07-08 mtkleinAdd SkRacy
2014-07-08 tomhudsonAdd missing / in android_gdbserver
2014-07-08 scroggoUse BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE.
2014-07-08 reedadd setPreserveSrcDepth to replace PrefTable API for...
2014-07-08 jvanverthUse stack allocation for Android data in SkScalerContex...
next