platform/upstream/libSkiaSharp.git
2014-06-11 reedremove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
2014-06-11 mtkleinCode reviews -> reviews@skia.org.
2014-06-11 djordje.pesutMIPS: added optimization for functions from SkBlitRow.
2014-06-11 egdanielMove Dashing filterPath to a dashing utils file
2014-06-11 sugoiSupport for larger than "signed 32b limit" sized bitmap...
2014-06-11 reedswitch to colortype for deepcopy
2014-06-11 rmistryWhitespace change to test trybot triggering
2014-06-11 borenetUpdate SKP version to 20
2014-06-11 krajcevskiAdd an LATC compressor to the A8 masks, and hide it...
2014-06-10 kelvinlyFix what I just broke
2014-06-10 kelvinlyFix broken rebaseline code
2014-06-10 krajcevskiSplit caching from allocation in GrClipMaskManager
2014-06-10 kelvinlyTry 1 at rebaseline
2014-06-10 reedfix when DEVICE_CONFIG is still defined
2014-06-10 krajcevskiAdd texture compression utility
2014-06-10 dandovSkShader::asNewEffect Refactoring
2014-06-10 krajcevskiAdd Daniel and Pavel to committers list
2014-06-10 mtkleinSilence TSAN warnings about is_lcd_supported for now.
2014-06-10 robertphillipsFix error revealed by Android unit test
2014-06-10 mtkleinClean up SkScaledImageCache at exit only in SK_DEVELOPE...
2014-06-10 robertphillipsRemove unused 'deepCopy' parameter
2014-06-10 fmalitaRemove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE
2014-06-10 krajcevskiDo a better job of enforcing the semantics of the setRe...
2014-06-10 robertphillipsRemove legacy drawPicture entry point
2014-06-10 jvanverthGamma correction for distance field text.
2014-06-10 borenetUpdate SKP version to 19
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-06-10 reedteach Nacl to not call setConfig
2014-06-10 reedhide SkBitmap::setConfig
2014-06-09 bsalomonGM/bench for text draws with various parameters and...
2014-06-09 humpersecond try at landing improved blur rect
2014-06-09 krajcevskiAdd sampler options to SkScaledBitmapSampler
2014-06-09 mtkleinAdd assertHeld() to SkMutex.
2014-06-09 scroggoRevert of Gamma correction for distance field text...
2014-06-09 tfarinaReland "Clean up Test's resourcePath code."
2014-06-09 jvanverthGamma correction for distance field text.
2014-06-09 egdanielFix Assert for gpu ConicalTwoPointGradient edgecase...
2014-06-09 cdaltonGenerate path names on the client side
2014-06-09 krajcevskiNew etcbitmap baselines
2014-06-09 krajcevskiMake sure to copy the LATC alias when copying the GrGLCaps
2014-06-09 krajcevskiAdd LATC to alpha only pixel config
2014-06-09 mtkleinbench_record: No need for --flags if there are no Recor...
2014-06-09 robertphillipsAdd some comments to GrRectanizer_skyline
2014-06-09 bsalomonAdd dump() to SkClipStack to help with debugging.
2014-06-09 robertphillipsFix Chrome build after 9f1c241e (https://codereview...
2014-06-09 epogerremove GM result-grooming tools that use skia-autogen
2014-06-09 robertphillipsRemove SkPicture::kUsePathBoundsForClip_RecordingFlag
2014-06-08 robertphillipsChromium should no longer need the legacy SkCanvas...
2014-06-08 robertphillipsNo longer limit SkPictureRecorder::partialReplay to...
2014-06-08 mtkleinRevert of Clean up Test's resourcePath code. (https...
2014-06-08 robertphillipsFirst pass at splitting out SkPictureRecord from SkPicture
2014-06-08 tfarinaClean up resourcePath code.
2014-06-08 mtkleinwhitespace to trigger builds
2014-06-08 mtkleinwhitespace to trigger builds
2014-06-07 Mike KleinClean up Skia for Clang's -Wtautological-undefined...
2014-06-06 mtkleinuse __atomics in SkBarriers_tsan.h
2014-06-06 djordje.pesutMIPS: modified gypi files to support build
2014-06-06 jvanverthRollback of fe689c46 and all subsequent changes
2014-06-06 humperremove extra debug prints
2014-06-06 humperfix 10.6 shader tests
2014-06-06 humperrepair math error introduced by windows build fix
2014-06-06 jvanverthDisable bigblurs GM (for fe689c46a76)
2014-06-06 humperone channel texture fix for blur shader
2014-06-06 humperdisable GPU/CPU blur match test (possibly temporary)
2014-06-06 humperfix blur test
2014-06-06 humperRevert of Revert of another GM to ignore for blur rebas...
2014-06-06 jvanverthRevert of another GM to ignore for blur rebaseline...
2014-06-06 humperanother GM to ignore for blur rebaseline
2014-06-06 humperFaster GPU rect blur that doesn't require computing...
2014-06-06 mtkleinDM: SKP source / PDF backend
2014-06-06 reedremove SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_...
2014-06-06 kevin.petitARM Skia NEON patches - 39 - arm64 565 blitters
2014-06-06 mtkleinEffectively unlimited linking.
2014-06-06 egdanielRevert of Fix Assert for gpu ConicalTwoPointGradient...
2014-06-06 mtkleinPull in GYP_LINK_CONCURRENCY=N support.
2014-06-06 egdanielFix Assert for gpu ConicalTwoPointGradient edgecase...
2014-06-06 sugoiFixing another clusterfuzz issue
2014-06-06 qiankun.miaoFix android_run_skia script running with command line...
2014-06-06 tfarinaRemove GrIsPow2 in favor of SkIsPow2.
2014-06-06 jcgregorioAdd metrics reporting to SkFiddle.
2014-06-06 rmistryWhitespace change to test new CQ trybots
2014-06-06 sugoiAdding kernel offset validation
2014-06-06 mtkleinAdd SkBarriers_tsan.h.
2014-06-06 bsalomonUse vertex attribute for text color in GrBitmapTextContext
2014-06-06 krajcevskiInitial KTX encoder
2014-06-05 Ben WagnerFix SK_API for DirectWrite port.
2014-06-05 Ben WagnerRename SkFontHost_win_dw.cpp SkScalerContext.
2014-06-05 bungemanSplit SkFontHost_win_dw.
2014-06-05 fmalitaSkClipStack::Element tweaks.
2014-06-05 bungemanUpdate gyp for msvs-ninja clean.
2014-06-05 scroggoFixes for SkAlphaTypes.
2014-06-05 epogerreland "rebaseline_server: download actual-results...
2014-06-05 scroggoAdd mips64 to the makefile.
2014-06-05 reedadd SK_SUPPORT_LEGACY_COMPUTE_CONFIG_SIZE
2014-06-05 mtkleinRename skimage expectations for ASAN bot to match bot...
2014-06-05 reedremove SkBitmap::allocConfigPixels and update dox
2014-06-05 jvanverthRevert of Add SSE4 optimization of S32A_Opaque_Blitrow...
2014-06-05 halcanaryremove ashmem from skia
2014-06-05 bsalomonRebaselines for drrect GM on GPU
2014-06-05 henrik.smidingAdd SSE4 optimization of S32A_Opaque_Blitrow
next