platform/upstream/libSkiaSharp.git
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
2015-11-16 mtkleinSwitch uses of SkChecksum::Compute to Murmur3.
2015-11-16 robertphillipsIncrease the amount of debug information printed out...
2015-11-16 msarettDisable incomplete image tests in nanobench
2015-11-16 bsalomonFix for chrome's skia gl bindings code.
2015-11-16 halcanaryDocumentation: Further cleanup
2015-11-16 bsalomonAdd support for EGLImage to GrGLInterface
2015-11-16 robertphillipsUpdate testing frameworks/tests for MDB
2015-11-16 update-skpsUpdate SKP version
2015-11-13 egdanielRevert of Update testing frameworks/tests for MDB ...
2015-11-13 benjaminwagnerFix BUILD.public INCLUDES after https://codereview...
2015-11-13 egdanielRename some processor functions from GL to GLSL
2015-11-13 joshualittCreate a standalone example for using Skia with SDL
2015-11-13 mtkleinturn on libc++ for iOS
2015-11-13 msarettRemove dependency on src/android from dm and nanobench
2015-11-13 egdanielMove GrGLPrimitive/GeometryProc to GLSL
2015-11-13 cdaltonAdd visualbench option for nvpr stencil samples
2015-11-13 cdaltonFix visualbench flicker on triple buffered platforms
2015-11-13 cdaltonMake visualbench timing continuous for no-reset mode
2015-11-13 egdanielMove XferProcessors to glsl
2015-11-13 cdaltonAdd visualbench option to not reset between samples
2015-11-13 mtkleinExclude src/android from CMake build too.
2015-11-13 mtkleinRevert of Switch uses of SkChecksum::Compute to Murmur3...
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-13 reedaugment gradients_many to exercise flipped gradients...
2015-11-13 msarettMove SkBitmapRegionDecoder to include/android and src...
2015-11-13 robertphillipsUpdate testing frameworks/tests for MDB
2015-11-13 msarettLock pixels again after dummy reset of pixel ref in...
2015-11-13 halcanaryDocumentation: clean up
2015-11-12 mtkleinSwitch uses of SkChecksum::Compute to Murmur3.
2015-11-12 cdaltonFix GrCoverageSetOpXP unit test on mixed samples
2015-11-12 mtkleinSkAtomic: always use std::atomic
2015-11-12 mtkleinReplace SkFunction with std::function
2015-11-12 bsalomonAPI changes to GrTextureAdjuster.
2015-11-12 bungemanFactor CSS3 matching rules.
2015-11-12 cdaltonFix mixed sampled inverse path fills
2015-11-12 herbIncrement text pointer when the width is zero in the...
2015-11-12 mtkleinTarget Mac bots at 10.7+libc++ to approximate Chrome...
2015-11-12 scroggoAdd include guards for SkBRDAllocator
2015-11-12 bsalomonIn SkGpuDevice;drawTextureAdjuster perform texture...
2015-11-11 cdaltonEnable AA stencil clip for mixed samples
2015-11-11 cdaltonRevert of Enable stencil clipping in mixed sampled...
2015-11-11 cdaltonRevert of Fix setColocatedSampleLocations on ES and...
2015-11-11 msarettMake BRD take advantage of zero initialized memory
2015-11-11 robertphillipsReadd "immediate" mode
2015-11-11 joshualittbring up SDL on windows
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 msarettFix -Wunused-parameter errors in SkCodec.h in Android
2015-11-11 bsalomonFix leaks in unit tests of GrGLTextureInfos
2015-11-11 robertphillipsMove GrBatchFlushState from GrDrawTarget to GrDrawingMa...
2015-11-11 mtkleinfloat xfermodes (burn, dodge, softlight) in Sk8f, possi...
2015-11-11 herbReplace glyph find and position with common code for...
2015-11-11 benjaminwagnerFix code that left shifts a negative value. This has...
2015-11-11 msarettChange quality settings on SkImageDecoder_libjpeg
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-11-11 msarettAdd an Allocator interface that indicates if memory...
2015-11-10 msarettReorganize BRD code in new tools directory
2015-11-10 msarettDelete dead SkImageDecoder::buildTileIndex and decodeSu...
2015-11-10 msarettDelete dead BitmapRegionDecoder code in tools
2015-11-10 msarettDelete dead subset test code from dm
2015-11-10 msarettDelete dead subset benches from nanobench
2015-11-10 bungemanMissing resources crash SampleFilterQuality.
2015-11-10 cdaltonRevert of Fix mixed samples stencil clip (patchset...
2015-11-10 bsalomonUse a struct for client GL texture handles
2015-11-10 msarettReduce messages from libjpeg-turbo
2015-11-10 Hal CanaryGYP: remove stale skia_scalar gyp variable
2015-11-10 robertphillipsDisable preemptive batch preparation
2015-11-10 halcanarySkPDF: Deal with missing ColorTable (don't assert)
2015-11-10 bsalomonFix reversion to bilerp on clipped mipmap draws
next