platform/upstream/libSkiaSharp.git
2016-01-06 joshualittCreate debug only SkSingleOwner
2016-01-06 caryclarkfix valgrind
2016-01-06 robertphillipsAdd debug sentinel to GrMemoryPool to check for memory...
2016-01-06 benjaminwagnerIn Google3 build, use SK_SFNTLY_SUBSETTER define to...
2016-01-05 bungemanStart using <type_traits> and <utility> (C++11).
2016-01-05 senorblancoAdd a bench to test SkTileImageFilter.
2016-01-05 caryclarkfix nexus player
2016-01-05 mtkleinAlso ignore sfntly for Google3/iOS.
2016-01-05 jvanverthMore framework support for TransferBuffers
2016-01-05 bsalomonMove read pixels format info into ConifgInfo in GrGLCaps
2016-01-05 reedfix linear gradient assert, by explicitly clamping
2016-01-05 reedtake gr-context parameter to refEncoded, indicating...
2016-01-05 joshualittAdd assert that memory pool is empty when GrTextBlobCac...
2016-01-05 bsalomonAdd null check for bmp->tex result in SkImageFilter...
2016-01-05 mtkleinCMake: generate SkUserConfig.h with configure_file
2016-01-05 caryclarkAdd comment for using infinite check in quad root
2016-01-05 joshualittReturn 'correct' size from GrMemoryPool
2016-01-05 mtkleinclean up dead x86 filter opts code
2016-01-05 mtkleinSpin off more thread-safe work in DM.
2016-01-05 caryclarkgive up on quad root if infinite
2016-01-05 reedremove shadeSpan16 from shader
2016-01-05 mtkleindf generation: single allocation with calloc
2016-01-05 mtkleinupdate nanobench Valgrind suppression
2016-01-05 jcgregorioRevert of Make SkGLContext lifetime more well-defined...
2016-01-05 tzikTake care fall-through case of switch in skia
2016-01-05 kkinnunenMake SkGLContext lifetime more well-defined
2016-01-05 kkinnunenSampleApp: remove Picture_DeviceType
2016-01-05 mtkleinIf we swap its arguments, SkTaskGroup::batch() _is_...
2016-01-05 mtkleinRevert of df generation: single allocation with calloc...
2016-01-05 mtkleinTwo malloc+bzero -> calloc.
2016-01-05 mtkleinremove use of malloc.h
2016-01-05 mtkleindf generation: single allocation with calloc
2016-01-05 mtkleinRevert of Try using std::call_once (patchset #1 id...
2016-01-04 caryclarkhandle halfway case in scan converter
2016-01-04 reedremove now defunct get_paint_offset
2016-01-04 borenetAndroid bots: set battery threshold to 80%
2016-01-04 msarettOn Valgrind bots, print a message every 20 minutes
2016-01-04 robertphillipsAdd unit test for crbug.com/570232
2016-01-04 borenetAndroid devices: wait for 100% charge
2016-01-04 fmalita[Reland] Repeating SkBitmapProcState rounding bias
2016-01-04 caryclarkremove 565 effects shaders
2016-01-04 cdaltonMove path fallback for AA rect out of SkGpuDevice
2016-01-04 djsollenDon't preserve buggy Android behavior of ignoring the...
2016-01-04 jvanverthChange use of LoadLibrary to LoadLibraryA
2016-01-04 fmalita[SkDebugger] Display run glyph positioning modes
2016-01-04 scroggoAdd conversion from SaveLayerFlags to SaveFlags
2016-01-04 reedmove SkDither.h to private, remove unused shadeSpan16
2016-01-04 reedremove forth experiment
2016-01-04 reedmove SkTDict and SkTSearch into private
2016-01-03 thakisFix -Wunused-function warnings in chrome/ios builds.
2016-01-03 update-skpsUpdate SKP version
2016-01-01 reedreplace older/slower/scaler version of conic evalAt
2015-12-30 reedchange factory to method, to parallel pattern in imagef...
2015-12-29 kkinnunenUse device-independent text for nvprmsaa4/16 in nanoben...
2015-12-29 mtkleinTry using std::call_once
2015-12-28 mtkleininitialize offscreen in StrokeZeroGM
2015-12-28 joshualittDisable ES2 on Linux SDL
2015-12-28 joshualittReland of Make draw* lines responsible for cache manage...
2015-12-28 joshualittRevert of Make draw* lines responsible for cache manage...
2015-12-27 reedremove cruft from SkTypes.h, including SkBool
2015-12-27 update-skpsUpdate SKP version
2015-12-27 reedremove deprecated annotation helper
2015-12-27 reedmake GrRect.h private
2015-12-25 reedremove unused SkAutoROCanvasPixels
2015-12-24 reedremove dead flags
2015-12-23 reedremove unused SkCubicInterval
2015-12-23 kkinnunenAdd config options to run different GPU APIs to dm...
2015-12-22 cdaltonAppend '\n' character to nanobench error message
2015-12-22 rmistryRevert of Add config options to run different GPU APIs...
2015-12-22 caryclarkrevised strokerect gm
2015-12-22 halcanaryDocumentation: FAQ TOC
2015-12-22 caryclarkfix hair fuzz
2015-12-22 reedmove SkParsePaint.h into views
2015-12-22 kkinnunenAdd config options to run different GPU APIs to dm...
2015-12-22 reedremove unused SkCullPoints
2015-12-21 bsalomonFold color attachment verification bit into GrGLCaps...
2015-12-21 bsalomonDon't ref/unref the static src-over xp
2015-12-21 reedhide old SaveFlags, but keep them available (for now...
2015-12-21 bsalomonMove config table to GrGLCaps from GrGLGpu.
2015-12-21 reedReland of change all factories to return their base...
2015-12-21 caryclarkfix stroked text underline / strikethrough
2015-12-21 xidachenCreate a hash table from id<-->key in SkImageFilter...
2015-12-21 caryclarkcheck in direct quad length measure
2015-12-21 kkinnunenEnable NVPR with command buffer
2015-12-21 reedRevert of change all factories to return their base...
2015-12-21 reedchange all factories to return their base-class
2015-12-20 update-skpsUpdate SKP version
2015-12-19 reedremove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code
2015-12-18 joshualittRemove EGL_config from vb bot
2015-12-18 jvanverthRejigger distance field path rect calcs to avoid underflow
2015-12-18 joshualittAdd Drawing Manager guards against re-entrant flushes
2015-12-18 herbFix UB function problems for shaders and mask.
2015-12-18 fmalitaRevert of Repeating SkBitmapProcState rounding bias...
2015-12-18 djsollenMove SkAndroidSDKCanvas to tools and ensure that it...
2015-12-18 herbRevert of Fix UB function problems for shaders and...
2015-12-18 joshualittAdd visualbench as valid target to Makefile
2015-12-18 fmalitaRepeating SkBitmapProcState rounding bias
2015-12-18 bsalomonRemove GrGLGpu::configToGLFormats
2015-12-18 reedupdate androidsdk to new savelayer signature
2015-12-18 joshualittRevert of Add visualbench as valid target to Makefile...
next