platform/upstream/libSkiaSharp.git
2016-01-14 Matthew LeibowitzMake sure we export symbols for Windows
2016-01-14 Matthew LeibowitzThe correct declaration for Windows is _WIN32 (undersco...
2016-01-12 Matthew Leibowitz[C API] Added some SkStream types and creating SkTypefa...
2016-01-12 Matthew Leibowitz[C API] Moved the type casts into the sk_types_priv...
2016-01-11 Matthew Leibowitz[C API] Extra members on the SkPaint API
2016-01-11 Matthew Leibowitz[C API] Extra members on the SkCanvas API
2015-11-21 Bill HolmesAdding missing SK_API markers to the c api
2015-11-21 Bill HolmesFixing some duplicate symbols for the Xamarin.iOS build
2015-11-21 Bill HolmesMaking the symbols public for the iOS build
2015-11-20 Bill HolmesFixes for Xamarin.iOS
2015-11-19 Miguel de IcazaExport API entry points
2015-11-15 Miguel de IcazaAdd support for setting the sk_paint text size
2015-11-15 Miguel de IcazaImprove C bindings with SkTypeface, many sk_canvas...
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
2015-11-10 joshualittParse command line arguments for sdl + android
2015-11-10 joshualittFixes for building with sdl on android
2015-11-10 senorblancoMake SkBlurImageFilter capable of cropping during blur...
2015-11-10 aleksandar... SkResourceCache::GetAllocator() index8 and other color...
2015-11-10 reedapply mozilla patch
2015-11-09 cdaltonFix mixed samples stencil clip
2015-11-09 robertphillipsUpdate Layer Hoisting to store its atlas texture in...
2015-11-09 herbExtract glyph find and position code in preparation...
2015-11-09 reeddemo tweaks, scale up perlin, add call to flush for fps
2015-11-09 joshualittWire up SDL on mac
2015-11-09 bsalomonSeparate out natively-texture image/bmp draws from...
2015-11-09 halcanaryDocumentation - Remove references to `gclient sync`
2015-11-09 herbFix compile error mac 10.8.
2015-11-09 bsalomonRewrite bleed GM bmp/img generators and change oversize...
2015-11-09 egdanielRevert of Make SkBlurImageFilter capable of cropping...
2015-11-09 mtkleinSkPx: use namespaces as namespaces
2015-11-09 herbExtract the glyph picking and placing code.
2015-11-09 egdanielRemove debug print statement
2015-11-09 reedtweaks for nov demo
2015-11-09 mtkleinprune unused SkNx features
2015-11-09 halcanarybin/sync-and-gyp: sh->py (make more cross-platform)
2015-11-09 egdanielUpdate sample to use new perlin noise shader, and make...
2015-11-09 mtkleinsse 4.2 detection
2015-11-09 ethannicholasadded experimental improved Perlin noise shader
2015-11-09 fmalitaRevert of Change quality settings on SkImageDecoder_lib...
2015-11-08 jvanverthAdd text animation sample; tweak DrawShip sample
2015-11-08 update-skpsUpdate SKP version
next