platform/upstream/libSkiaSharp.git
2015-08-27 mtkleinAdd a note about (x*y+255)/256.
2015-08-27 mtkleinAdd trace event to SkPicture analysis.
2015-08-27 hendrikwskia: add ability to load command_buffer_gles2
2015-08-27 ssid[tracing] Add support for skia caches to dump memory...
2015-08-27 bsalomonBy default purge resources that haven't been used for...
2015-08-27 halcanarynullptr isn't an int; this is what we want
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-27 mtkleinSkColorCubeFilter_opts: start with a statically-initial...
2015-08-27 chinmaygardeFix assertion about GPU memory size when the target...
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 mdempskyRemove deprecated usage of SkNEW and SkDELETE
2015-08-26 senorblancoFix clipped lighting image filters.
2015-08-26 reedmake cacherator thread-safe
2015-08-26 mtkleinAdd white variants to TextBench
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 mtkleintrifurcate blit_mask_d32_a8 into _black, _opaque, _general.
2015-08-26 joshualittWrite a gm to verify append large glyph as path works
2015-08-26 bungemanAdd HangingS.ttf to test large flourish caps.
2015-08-26 caryclarkzero-length cap fix
2015-08-26 mtkleinHave SkPicture::willPlayBackBitmaps() count SkImages...
2015-08-26 joshualittRename GrBWFillRectBatch to GrNonAAFillRectBAtch
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 joshualittModify GrBWFillRectBatch to use GrQuad
2015-08-26 mtkleinstray malloc/free -> sk_malloc/sk_free
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 bungemanRemove include of stdlib.h from SkTypes.h.
2015-08-25 rmistryAdd markdown for Infra troopers
2015-08-25 caryclarkReland of ix zero-length tangent (patchset #1 id:1...
2015-08-25 joshualittFix for MSAN unintialized value
2015-08-25 bungemanRemove SK_OFFSETOF from SkTypes, clean up offsetof...
2015-08-25 joshualittFix for distance field draw large glyph as paths
2015-08-25 mtkleinDM: "wb" (binary mode) may matter on Windows
2015-08-25 caryclarkRevert of fix zero-length tangent (patchset #2 id:20001...
2015-08-25 robertphillipsSpeculative valgrind fix
2015-08-25 caryclarkfix zero-length tangent
2015-08-25 borenetSkip scaled_tilemodes_npot on Galaxy S4
2015-08-25 mtkleinAdd build targets for advanced Intel instruction sets...
2015-08-24 djsollenEnable debug builds in the Android framework
2015-08-24 mtkleinDM: use SkBitmap::reset()
2015-08-24 mtkleinHave DM manually encode its .png outputs.
2015-08-24 borenetAdd buildbot_spec info for Appurify bot
2015-08-24 mtkleinExplicitly friend ::SkPrivateEffectInitializer to flatt...
2015-08-24 msarettUpdate giflib to 5.1.1 (AOSP hash)
2015-08-24 mtkleinAdd build targets for advanced Intel instruction sets...
2015-08-24 joshualittRevert of Modify GrBWFillRectBatch to use GrQuad (patch...
2015-08-24 joshualittModify GrBWFillRectBatch to use GrQuad
2015-08-24 robertphillipsUpdate debugger print out of drawImageRect information
2015-08-24 egdanielRemove unused calcPOIs with color/coverage input.
2015-08-23 rmistryUpdate SKP version
2015-08-21 caryclarkRevert of experiment with zero-length round capped...
2015-08-21 caryclarkexperiment with zero-length round capped line segments
2015-08-21 joshualittFix for copy surface not handling dirty context
2015-08-21 joshualittwire up reduced atlas and zero textblob cache to test
2015-08-21 joshualittStandardize BW to NonAA
2015-08-21 joshualittfill rect batch refactor into separate batches
2015-08-21 joshualittCreate separate entry points for the various flavors...
2015-08-21 herbAdd instructions to authenticate for fetch.
2015-08-21 robertphillipsReturn failure if getInputResultsGPU fails in SkXfermod...
2015-08-21 caryclarkadd old fix for iOS SampleApp
2015-08-21 halcanaryGMs: change some GMs to use SkImage over SkBitmap
2015-08-21 msarettClean up ifdefs in SkGifCodec
2015-08-21 wangyixThis code should've been part of the CL that added...
2015-08-21 vbuzinovUse stencil ops that don't issue writes whenever possible
2015-08-20 reedadd gm for image->newShader
2015-08-20 fmalitaSkCanvas::onDrawPicture() quick-reject
2015-08-20 senorblancoReland of Implement canComputeFastBounds() for image...
2015-08-20 caryclarkfix override
2015-08-20 caryclarkfix cubic clip in y
2015-08-20 robertphillipsAdd ANGLE workaround to prefer flushes over VRAM usage
2015-08-20 herbRevert of Implement canComputeFastBounds() for image...
2015-08-20 borenetVisualBenchTest: Write JSON output
2015-08-20 fmalitaSkImage method for detecting lazy decoding
2015-08-20 caryclarksubdivide path when side-clipping fails
2015-08-20 halcanarySkPDF: Memory improvements for PDF Streams
2015-08-20 primianoIntroduce interface for memory dumps
2015-08-20 bungemanUse static_assert instead of SK_COMPILE_ASSERT.
2015-08-20 senorblancoImplement canComputeFastBounds() for image filters.
2015-08-20 wangyixFor a frag proc, its key will be a concatenation of...
2015-08-20 joshualittRevert "fill rect batch refactor into separate batches"
2015-08-20 robertphillipsUpdate SkLightingShader to support rotation
2015-08-20 mtkleinSkColorCubeFilter: require alpha == 0xFF.
2015-08-20 mtkleinBug fix: we're using SkPMFloat methods on SkColor.
2015-08-19 mtkleinThou shalt use override consistently.
2015-08-19 herbAdd asserts for shared mutex.
2015-08-19 bsalomonPut drawPath in GrBatch.
2015-08-19 robertphillipsRevert "Update SkLightingShader to support rotation"
2015-08-19 halcanarySkPDF: Simplify PDFStream / emitObject() const
2015-08-19 reedprivate iterator to visit all resource cache entries
2015-08-19 ethannicholasFix transformed stroke width in GrAALinearizingConvexPa...
2015-08-19 borenetAdd VisualBenchTestActivity for instrumentation-testing...
2015-08-19 bungemanMove SkTemplates.h to private.
2015-08-19 joshualittstop dropping AA when rect stays rect
2015-08-19 reedchange asABitmap to isABitmap on shader
2015-08-19 mtkleinNo need to re-declare pure virtual name().
2015-08-19 mtkleinPatches on top of Radu's latest.
2015-08-19 robertphillipsUpdate SkLightingShader to support rotation
2015-08-19 caryclarkRevert of cast SK_ARRAY_COUNT to make it sign agnostic...
2015-08-19 mtkleinunsigned -> int for counts and indices in picture-relat...
2015-08-19 senorblancoAdd rendertarget flag to prevent a debug assert in...
2015-08-19 joshualittCreate GrQuad
next