platform/upstream/libSkiaSharp.git
2010-12-20 reed@google.com-d dir will write out a difference-bitmap for each...
2010-12-20 reed@google.comremove ZLIB include from SkUserConfig for how (doesn...
2010-12-20 reed@google.comadd option to write PDFs from gm
2010-12-20 reed@google.comadd SkFlate.cpp
2010-12-20 reed@android.comadd
2010-12-20 reed@android.comadd
2010-12-20 reed@android.comupdate for GPU backend
2010-12-20 reed@android.commerge with changes for GPU backend
2010-12-16 senorblanco... Fix perf regression in Color32.
2010-12-15 senorblanco... Unreviewed; ARM build fix.
2010-12-14 reed@android.comdump message confirming read or write directory
2010-12-13 senorblanco... SSE2 optimizations for 32bit Color operation.
2010-12-07 senorblanco... Upstream mulDiv255Ceil() from WebKit to the skia reposi...
2010-12-06 senorblanco... Patch by Mike Lawther (mikelawther@chromium.org).
2010-12-06 agl@chromium.orgCorrectly handle SkPath::kInverseWinding_FillType
2010-12-02 vandebo@chromium.orgAdd flate compression test and fix bugs.
2010-12-01 vandebo@chromium.orgAdd deflate support to SkPDFStream.
2010-11-17 vandebo@chromium.orgAllow zero text size to be specified for an SkPaint.
2010-11-16 wjmaclean@chromium.org Add safe size/copy functions to Skia.
2010-11-11 vandebo@chromium.orgPDF: Add text support with a font framework (font embed...
2010-11-11 vandebo@chromium.orgRemove include of SkGLDevice.h from SkGLCanvas.h
2010-11-03 vandebo@chromium.orgAdd clipping support and some small fixes.
2010-10-26 vandebo@chromium.orgAdd PDF support for drawDevice using a form xobject.
2010-10-26 vandebo@chromium.orgImplement SkPDFDevice::drawPath(...)
2010-10-26 vandebo@chromium.orgSeveral cleanups:
2010-10-26 vandebo@chromium.orgMove the device capability method to SkDevice.
2010-10-26 vandebo@chromium.orgCleanup/unify matrix transform for PDF backend.
2010-10-26 vandebo@chromium.orgFix SkDraw::validate to work with vector Devices.
2010-10-26 vandebo@chromium.orgBug fix in SkPDFImage.
2010-10-20 vandebo@chromium.orgFirst pieces of SkPDFDevice. Supports:
2010-10-18 scarybeasts... Clamp the maximum size of glyph width we will attempt...
2010-10-18 scarybeasts... Fix a signedness issue with massive allocations, and...
2010-10-15 vandebo@chromium.orgFix a memory leak in the new Canvas/Device workflow.
2010-10-13 vandebo@chromium.orgRefactor SkCanvas so that backends don't need to overri...
2010-10-13 senorblanco... SkPath::arcTo() will cause uninitialized memory reads...
2010-10-12 vandebo@chromium.orgHigh level pdf classes and pdf specific interface.
2010-10-01 vandebo@chromium.orgAddress senorblanco's comments on r600.
2010-09-24 vandebo@chromium.orgInitial PDF backend commit: directories, build rules...
2010-09-10 reed@android.comcall readyToDraw() instead of just checking for null...
2010-09-10 agl@chromium.orgS32A_Blend_BlitRow32: for ARM without NEON
2010-09-09 reed@android.commove SkMallocPixelRef into its own .cpp file, rather...
2010-09-09 reed@android.comadd abstract wrapper for platform-specific bitmap backends
2010-08-17 agl@chromium.orgWrite S32A_Opaque_BlitRow32 function in ARM assembly.
2010-08-13 agl@chromium.orgAdd versions of memset16() and memset32() in ARM assembly.
2010-08-06 agl@chromium.orgAdd support for TTC font files in SkFontHost_Freetype.
2010-07-28 agl@chromium.orgMake SKColorSetARGB() a macro when not building debug.
2010-07-28 agl@chromium.orgFix precedence error.
2010-07-22 reed@android.comfix matrix use in coretext fonthost
2010-07-20 senorblanco... Fix for SkMatrix::invert() for large coordinate values.
2010-07-13 reed@android.comadd SkRegion::setRects(), and its unit tests
2010-07-08 reed@android.comfix reference bugs in font linklist
2010-07-07 kbr@chromium.orgAdded optional "ambiguous" outgoing argument to XRay...
2010-07-02 reed@android.comoops, also update dox for saveLayerAlpha
2010-07-02 reed@android.comupdate dox for saveLayer()
2010-06-24 reed@android.comhttp://codereview.appspot.com/1706045/show
2010-06-18 agl@chromium.orgRevert "Implementing S32A_Opaque_BlitRow32 using v7...
2010-06-18 agl@chromium.orgRevert "We extract a sub-function from MAKENAME(_nofilt...
2010-06-17 agl@chromium.orgAdd support for forcing autohinting.
2010-06-16 agl@chromium.orgWe extract a sub-function from MAKENAME(_nofilter_DX...
2010-06-16 agl@chromium.orgImplementing S32A_Opaque_BlitRow32 using v7 neon instru...
2010-06-15 reed@android.comrename round, ceil, etc. to avoid some platform macros
2010-06-10 agl@chromium.orgCompile fix for shared library builds.
2010-06-04 agl@chromium.orgAdd include of FT_SYNTHESIS_H
2010-06-04 agl@chromium.orgAdd support for fake bold of bitmap fonts.
2010-06-04 agl@chromium.orgAdd Neon versions of memset32 and memset16
2010-06-03 reed@android.comadd carbon.h include
2010-06-01 reed@android.comremove duplicate LCD functions (these are portable...
2010-05-19 reed@android.comseparate mac fonthost into atsui (32bit, pre-10.6)...
2010-05-18 reed@android.comFix 64-bit Mac warnings/memory corruption
2010-05-18 reed@android.comexport line counts
2010-05-17 reed@android.comupdates
2010-05-17 reed@android.comupdate to match latest skia apis
2010-05-17 reed@android.comfix maxWidth when using linear-text
2010-05-12 reed@android.comforce 10.4 SDK for macs, as the font porter there needs...
2010-05-10 agl@chromium.orgMinor fixes to build under Clang:
2010-05-10 agl@chromium.org[FreeType] Always use MONO hinting when hinting in...
2010-04-27 agl@chromium.orgRevert "Revert "Use hairline when line width <= 1.0...
2010-04-26 agl@chromium.orgRevert "Use hairline when line width <= 1.0, instead...
2010-04-26 agl@chromium.orgFix internal compiler error on ARM.
2010-04-22 reed@android.comupdates
2010-04-20 agl@chromium.orgAdd a SkTypeface::CreateForChars() function.
2010-04-16 reed@android.comdox
2010-04-16 reed@android.comadd SkRefPtr class (for testing at the moment)
2010-04-16 reed@android.comremove obsolete closeStream() method -- the caller...
2010-04-16 reed@android.comadd EmptyTypeface class, to gracefully handle when...
2010-04-15 reed@android.comadd FPSBench.cpp
2010-04-15 reed@android.comadd png to makefile for linux
2010-04-15 reed@android.comadd SK_ENABLE_LIBPNG to force reference to PNG codec
2010-04-15 reed@android.combe sure to ref() before returning a typeface from Create
2010-04-14 reed@android.comfix overflow in matrixproc, and add debugging code...
2010-04-13 reed@android.comfix build for SK_SCALAR_IS_FIXED
2010-04-13 reed@android.comextend sentinel array to avoid reading uninitialized...
2010-04-13 reed@android.comcall premultiply instead of pack32
2010-04-13 reed@android.comremove obsolete header
2010-04-13 reed@android.comfix paraens to avoid warnings
2010-04-13 reed@android.comadd SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and...
2010-04-12 reed@android.comadd more MakeFoo factories for SkRect
2010-04-12 reed@android.comfix refcnt for streams
2010-04-12 reed@android.comadd skhello for simple hello-world sample code
2010-04-12 anatoly@google.comUse hairline when line width <= 1.0, instead of < 1.0.
next