platform/upstream/libSkiaSharp.git
2015-02-20 mtkleinPort GrGLCaps over to use SkTHash.
2015-02-20 robertphillipsFix layer hoisting bug in SkCanvas::drawPicture path
2015-02-20 mtkleinUse simpler SkTHashSet in DM to store reference gold
2015-02-20 halcanaryPDF: Now threadsafe!
2015-02-20 bsalomonRound stencil buffers dims up to next pow2 when allowed
2015-02-20 caryclarkThis uses quad approximations of the outer and inner...
2015-02-20 halcanaryPDF : New factory function for SkPDFDevice
2015-02-20 halcanaryPDF: remove unused SkPDFDevice::setDCTEncoder()
2015-02-20 reedRevert of Make SkPixelRef::isLocked() debug-only, remov...
2015-02-20 halcanaryPDF: Remove SkPDFDeviceFlattener
2015-02-20 halcanaryRemove unused parameters to SkDocument::CreatePDF
2015-02-20 mtkleinMake SkPixelRef::isLocked() debug-only, remove related...
2015-02-20 scroggoRename onGetPixelsEnum back to onGetPixels.
2015-02-20 fmalita[SkSVGDevice] Fix whitespace text handling
2015-02-20 reeduse geometric ave for choosing mip level
2015-02-20 djsollenAllow either the old or new version of ADB on mac.
2015-02-19 bsalomonSpeculative fix for nexus player unit test failure
2015-02-19 reedgm to illustrate mipmap layer choice
2015-02-19 bsalomonHandle the case when the GrResourceCache timestamp...
2015-02-19 joshualittgm to test hairlines which fill RenderTarget
2015-02-19 bsalomonRecycle stencil buffers across render targets.
2015-02-19 mtkleinRevert of notify resource caches when pixelref genID...
2015-02-19 mtkleinPDF: why do we have flags no one uses (or can use)?
2015-02-19 jvanverthUpdate fontcache gm to actually stress font atlas
2015-02-19 bsalomonAllow resources' unique keys to be changed.
2015-02-19 reednotify resource caches when pixelref genID goes stale
2015-02-19 bungemanRevert of disable gammatext gm for a while, looking...
2015-02-19 bungemanClarify desired behavior of FontConfigTypeface::LegacyC...
2015-02-19 halcanarymove SkPDFD*.h from include to src
2015-02-19 bsalomonRename GrContentKey to GrUniqueKey
2015-02-19 kkinnunenDo not clear the source device in SkGpuDevice::drawDevice
2015-02-19 kkinnunenAvoid wrong memory access due to double substitution...
2015-02-19 sugoiFixing possible out of bound memory access
2015-02-18 bungemanRemove FontConfigTypeface::getFamilyName().
2015-02-18 hcmmanaging chromes use section of docs
2015-02-18 hcmRuntime configuration section of docs
2015-02-18 joshualittPass Rendertarget into context.
2015-02-18 jvanverthUse uint16s for texture coordinates when rendering...
2015-02-18 bsalomonUse SkAutoSTMalloc in GrResourceKey
2015-02-18 halcanaryPDF: Add (low-memory) SkPDFBitmap class
2015-02-18 bungemanUpdate DirectWrite streams to SkStreamAsset.
2015-02-18 robertphillipsRemove Chromium staging in SkDrawCommand
2015-02-18 caryclarkupdate sampleapp for stroking experiment
2015-02-18 dominik.rottschesExpose method to retrieve CTFont
2015-02-18 kkinnunenMake SkImage::getTexture() const
2015-02-18 mtkleinfix xcode build
2015-02-18 reedRevert of Use uint16s for texture coordinates when...
2015-02-17 bsalomonUse an array of nonpurgeable resources in GrResourceCache
2015-02-17 halcanaryzlib/pdf: remove HaveFlate(), depend on preprocessor...
2015-02-17 mtkleinDM: move ext into key
2015-02-17 mtkleinSK_NO_FLATE
2015-02-17 bsalomonMake GrResourceCache use a priority queue of purgeable...
2015-02-17 reedadd gm for path-arcs, and catch degenerate arc in conic...
2015-02-17 egdanielDecrease number of allowed stages for Angle on GLProgra...
2015-02-17 egdanielUse dst copies in porter duffer XP to correctly render...
2015-02-17 mtkleinSuggested version with 'undo'.
2015-02-17 reeduse common impl for drawTextOnPath
2015-02-17 fmalitaRemove SK_SUPPORT_LEGACY_ADDRRECT
2015-02-17 fmalitaRemove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2
2015-02-17 robertphillipsImprove GrInOrderDrawBuffer::Cmd encapsulation
2015-02-17 djsollenFix broken build due to updated #define
2015-02-17 jvanverthUse uint16s for texture coordinates when rendering...
2015-02-17 djsollenRemove android specific srcPath from SkPath
2015-02-17 kui.zhengFix skia bug 2845
2015-02-17 egdanielUse SkXfermode as public facing enum for GrPorterDuffXP
2015-02-17 mtkleinUpstream support for sfntly in Google3
2015-02-16 robertphillipsMinor refactoring
2015-02-16 joshualittfix for ASAN heap overflow
2015-02-15 reedremove unneeded preroll
2015-02-15 skia.buildbotsUpdate SKP version
2015-02-15 mtkleinNegative numbers are not flags.
2015-02-14 halcanarygit: add skps to .gitignore
2015-02-14 bungemanLabels when dumping fonts in Android parser test.
2015-02-14 joshualittMulti-string shaders
2015-02-14 joshualittRevert of Multi-string shaders (patchset #4 id:60001...
2015-02-14 joshualittMulti-string shaders
2015-02-13 halcanaryC++11 Unit Test for RValue semantics.
2015-02-13 mtkleinDM: don't leak the null canvas in NullSink.
2015-02-13 reedfix more tricky-float cases in SkRRect validate
2015-02-13 joshualittAA stroke rects batch
2015-02-13 bsalomonSplit out methods in GrGpuResource::CacheAccess that...
2015-02-13 sugoiYUV scale fix
2015-02-13 joshualittStop lieing about GrBatch color for Rects
2015-02-13 scroggoFix conversion from enum to bool error.
2015-02-13 egdanielDetermine whether we can tweakAlphaForCoverage during...
2015-02-13 jvanverthRevert of YUV scale fix (patchset #2 id:20001 of https...
2015-02-13 bungemanFontFamily SkTArrays can be moved.
2015-02-13 sugoiYUV scale fix
2015-02-13 scroggoMake SkImageGenerator::getPixels() return an enum.
2015-02-13 robertphillipsRemove SkPictureFlat.h include from SkDrawCommands.h
2015-02-13 bsalomonAdd a templated priority queue class.
2015-02-13 egdanielRevert of Use dst copies in porter duffer XP to correct...
2015-02-13 egdanielUse dst copies in porter duffer XP to correctly render...
2015-02-13 ajumaFix leak in ComposedImageFilterOffset test
2015-02-13 ajumaFix SkComposeImageFilter's bounds computation and offse...
2015-02-13 msarettAdding new benchmark to test image decoding performance.
2015-02-13 bsalomonLimit clear as draw workaround to Adreno 3xx.
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-13 fmalita[SkSVGDevice] Full font family support
2015-02-13 bungemanVerify all parsed test font files start with cap.
next