platform/upstream/libSkiaSharp.git
2015-11-20 mtkleinFix UB in SkDivBits
2015-11-20 mtkleinAdd SkNx_cast().
2015-11-20 herbMove glyph choosing to the find and place glyph code.
2015-11-20 fmalitaSkFontConfigInterface::createTypeface()
2015-11-20 halcanaryEliminate SkFILE: it always is the same as FILE.
2015-11-20 reedoption to quick-accept clipRect calls
2015-11-20 reedenable conservative raster clipping
2015-11-20 herbInitialize memory for BitMask and Clip test.
2015-11-20 joshualittFactor out GrAtlasTextBatch fromt GrAtlasTextContext
2015-11-20 jvanverthPack and align SkStrokeRec to 4-byte boundary.
2015-11-20 kkinnunenGenerate list of GPU contexts outside SurfaceTest tests
2015-11-20 stephanaRevert of Fix UB in SkDivBits (patchset #4 id:50001...
2015-11-19 msarettImplement SkGifCodec::onSkipScanlines()
2015-11-19 caryclarkadd SkPath::isRRect
2015-11-19 joshualittAvoid geometric ninepatch if rendertarget has MSAA
2015-11-19 robertphillipsAdd more batch information printouts
2015-11-19 jvanverthRevert of Add stroking support to distance field path...
2015-11-19 jvanverthAdd stroking support to distance field path renderer
2015-11-19 mtkleinRecord concat as Concat.
2015-11-19 fmalitaFix nearly-vertical gradient assert
2015-11-19 reedadd SkRecordOptimize2 and an experimental API for more...
2015-11-19 mtkleinRemove unsigned < signed comparison.
2015-11-19 fmalitaParametric contour start GM
2015-11-19 mtkleinFix UB in SkDivBits
2015-11-19 kkinnunenFix GpuDrawPathTest on ANGLE and enable it
2015-11-19 mtkleinRevert float xfermodes back to Sk4f (from Sk8f).
2015-11-19 msarettFix BMP RLE bug: attempt 2
2015-11-19 mtkleinModernize SkRecordPattern.h
2015-11-19 kkinnunenFix maybe unintialized warning for GrAutoLocaleSetter
2015-11-19 reedadd --write option to dump_record
2015-11-19 Brian SalomonChange prealloc number of child FPs be 1 rather than 2
2015-11-19 bsalomonPreallocate room for 2 child processors in FPs
2015-11-19 jvanverthShift up bottom path in smallpaths GM.
2015-11-19 fmalitaUnit test for conic weight GrPath key collision
2015-11-19 mtkleinAdd SkRecord::defrag().
2015-11-19 egdanielMove glsl onto EmitArgs struct for emitCode
2015-11-19 egdanielFix leak in drawBitmapNine
2015-11-19 fmalita[Reland] Fix NVPR assert for equivalent ovals
2015-11-19 bsalomonMake SkTLList prealloc its first block of nodes
2015-11-19 bsalomonMake block size a template parameter of SkTLList
2015-11-19 mtkleinRevert SkBlitMask_opts.h back to hand-coded NEON.
2015-11-19 stephanaRevert of Fix NVPR assert for equivalent ovals (patchse...
2015-11-18 bsalomonsimplify insertion methods for SkTLList
2015-11-18 fmalitaFix NVPR assert for equivalent ovals
2015-11-18 mtkleinRevert of Fix UB in SkDivBits (patchset #2 id:10002...
2015-11-18 benjaminwagnerIn BUILD.public, remove compile-time dependency on GL.
2015-11-18 jvanverthAdd small paths GM
2015-11-18 joshualittMake has GrBatchAtlas::ID() inlineable
2015-11-18 joshualittInitial implementation of GPU no filter NinePatch
2015-11-18 benjaminwagnerRemove Lua from the Google3 build.
2015-11-18 benjaminwagnerFix GOOGLE3 Android build.
2015-11-18 djsollenUpdate debugger UI to auto-refresh the directory listing
2015-11-18 robertphillips[debugger] Add visualization of center rect for drawBit...
2015-11-18 Brian SalomonFix has_aligned_samples helper for SkGpuDevice::drawTex...
2015-11-18 msarettFix BMP RLE bug
2015-11-18 jcgregorioAdd an example of embedding a Skia Perf graph to the...
2015-11-18 mtkleinrestore dump_record
2015-11-18 bsalomonConvert SkGpuDevice::drawTextureAdjuster to SkGpuDevice...
2015-11-18 herbConvert drawText to using the find and place code.
2015-11-18 herbFix buffer overrun, bit overrun and add a test.
2015-11-18 mtkleinFix UB in SkDivBits
2015-11-18 mtkleinClean up dead code: PictureRenderer
2015-11-18 egdanielAdd ShaderBuilders to EmitArgs and remove gettings...
2015-11-18 mtkleinstifle Math test on Mac bot too
2015-11-18 mtkleinClean up dead code: filter.
2015-11-18 rmistryUpdate all code site issue tracker links to point to...
2015-11-18 mtkleinClean up dead code: render_pdfs.
2015-11-18 stephanaRevert of Parametric contour start GM (patchset #1...
2015-11-18 hcmUpdate issue tracker in docs
2015-11-18 kkinnunenMove SkImage tests from SurfaceTest to ImageTest
2015-11-17 mtkleindiv255(x) as ((x+128)*257)>>16 with SSE
2015-11-17 fmalitaParametric contour start GM
2015-11-17 joshualittfix ninepatch iter from generating invalid rects
2015-11-17 mtkleintrim some fat from SSE2 fixed point alpha code
2015-11-17 fmalitaSkTextBlob should store per-run text alignment
2015-11-17 msarettMake SkAndroidCodec support gif
2015-11-17 fmalitaParametric SkPath oval/rect/rrect starting point
2015-11-17 kkinnunenFix skia_gpu=0 build (samplecode/SampleAnimatedText...
2015-11-17 msarettMake SkAndroidCodec support bmp
2015-11-17 mtkleinsimplify BlendTest.cpp
2015-11-17 reedImplement multi-color-stops in linear gradients using...
2015-11-17 msarettDisable testcase7.bmp on SkImageDecoder and clean up...
2015-11-17 scroggoAdd decodeYUV8Planes to SkImageDecoder_empty
2015-11-17 djsollenRespect SkPictureRecorder::kPlaybackDrawPicture_RecordF...
2015-11-17 caryclarkRevert of Enable temporarily disabled GpuDrawPathTest...
2015-11-17 kkinnunenEnable temporarily disabled GpuDrawPathTest
2015-11-17 reedadd caps option 'k' to FatBits
2015-11-17 mtkleinDe-spam SkOpts.cpp
2015-11-17 mtkleinupdate iOS build flags
2015-11-17 mtklein__vectorcall needs SSE
2015-11-16 msarettMake SkAndroidCodec support wbmp
2015-11-16 caryclarkruns some sample animations side by side in canvas...
2015-11-16 msarettOnly support jpeg, png, and webp for BRD
2015-11-16 reedincrease pre-allocated MCRecs to match common android...
2015-11-16 mtkleinRevert of skstd -> std for unique_ptr (patchset #9...
2015-11-16 mtkleinskstd -> std for unique_ptr
2015-11-16 mtkleinSwitch uses of SkChecksum::Compute to Murmur3.
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-11-16 mtkleinRevert of Switch uses of SkChecksum::Compute to Murmur3...
2015-11-16 halcanarySkPDF: fix large-number bug
next