platform/upstream/libSkiaSharp.git
2011-03-04 thakis@chromium.orgDelete another unused file.
2011-03-04 vandebo@chromium.org[PDF] Restrict scalars to the range that PDF understands.
2011-03-03 reed@google.combump SkStrAppendScalar_MaxSize to 15 to handle 3-digit...
2011-03-03 vandebo@chromium.orgExpose explicit functions to stringify float's and...
2011-03-03 reed@google.comOur region blitter (invoked by region::setPath()) must...
2011-03-03 bsalomon@google.comAdd support for clipstack to Gr. GrClip is now a list...
2011-03-03 reed@google.comadd setXYWH to rects
2011-03-02 reed@google.comFix inverse scanconversion -- be sure to keep our calls...
2011-03-02 bsalomon@google.comSample that exercises complex clipping variations.
2011-03-02 reed@google.com#ifdef protect win specific code (e.g. LOGFONT)
2011-03-01 reed@google.comcheck that alloc() succeeded before calling the scaler...
2011-03-01 reed@google.combump SkStrAppendScalar_MaxSize to 14 to accomodate...
2011-03-01 reed@google.comremove obsolete generateLineHeight
2011-03-01 reed@google.comfix float->int warning
2011-03-01 reed@google.comfix warnings from windows
2011-03-01 ctguil@chromium.orgAdd uniscribe library to windows release configuration.
2011-02-28 reed@google.comuse sprintf to generate float->string for SkString...
2011-02-28 reed@google.comexport SkCreateTypefaceFromLOGFONT
2011-02-28 vandebo@chromium.org[PDF] Fix broken encoding conversion code for non-multi...
2011-02-25 ctguil@chromium.orgRemove SkRefCnt.cpp from windows build.
2011-02-25 reed@google.comremove SkRefCnt.cpp
2011-02-25 bsalomon@google.comFix double delete of vb pool and missing delete of...
2011-02-25 reed@google.comadd simple test for SkBitmap::getColor()
2011-02-25 reed@google.comhttp://codereview.appspot.com/4233041/
2011-02-25 reed@google.comStop using deprecated APIs. Fix by twiz.
2011-02-24 vandebo@chromium.org[PDF] Remove one copy of each content stream.
2011-02-24 vandebo@chromium.org[PDF] Change the way flip origin is done.
2011-02-24 vandebo@chromium.orgAdd SkBitmap::getColor(int x, int y) - return the color...
2011-02-24 vandebo@chromium.org[PDF] Bug fix - missing last odd column in 4444 bitmaps.
2011-02-24 vandebo@chromium.org[PDF] Clean up SkPDFStream and make it inherit from...
2011-02-24 reed@google.comfix bool bug so we can multisample now
2011-02-24 reed@google.comGuard globalRef() virtual with #ifdef ANDROID, as these...
2011-02-24 reed@google.comadd isFixedWidth() to expose the newly added attribute
2011-02-24 djsollen@google.comUpstreaming code from android repository.
2011-02-24 reed@google.comdisable assert on validateClip in default build for now
2011-02-24 vandebo@chromium.orgAdd asAGradient shader extraction API.
2011-02-23 reed@google.comadd fClipStack optional field to SkDraw (it is always...
2011-02-23 reed@google.comset the rgn to empty if the clipstack says empty (in...
2011-02-23 reed@google.comadd/update images for linux
2011-02-23 djsollen@google.commerge from android tree:
2011-02-23 reed@google.comrefactor to use a shared function (clipPathHelper)...
2011-02-23 ctguil@chromium.orgSupport unicode to glyph id conversion in windows for...
2011-02-23 reed@google.comupdate to add isFixedWidth attribute to typefaces
2011-02-23 reed@google.comadd fixed-width attribute to typeface
2011-02-22 wjmaclean@chromium.orgCleanup issues related to SkBitmap getSize()/extractSub...
2011-02-22 bsalomon@google.comAdd new files to VC2010 proj
2011-02-22 bsalomon@google.comFix warnings about struct being forward declared as...
2011-02-22 bsalomon@google.comFix line endings in Gr files and set svn eol style...
2011-02-22 reed@google.comchange virtual setMatrixClip() to take a SkClipStack...
2011-02-22 reed@google.commove old (unmaintained) gl backend out of src. src...
2011-02-22 bsalomon@google.comMake a separate path renderer object. Move enum types...
2011-02-22 reed@google.comadd tests for SkClipStack
2011-02-22 reed@google.comadd tests for pushing on back as well as front
2011-02-22 bsalomon@google.comsuppress uninit warning in rb-tree
2011-02-22 reed@google.comadd clipstack to canvas. not used yet, but will be...
2011-02-22 bsalomon@google.comAdd red black tree
2011-02-22 reed@google.comrename SkDeque::Iter to SkDeque::F2BIter, since it...
2011-02-18 reed@google.comcan't use this in STATIC_ASSERT on windows
2011-02-18 reed@google.comuse new high-quality blur in samples
2011-02-18 senorblanco... [Committed on behalf of junov@chromium.org]
2011-02-18 bsalomon@google.comAvoid putting adding vertex buffers to the pool when...
2011-02-18 bsalomon@google.comMake VS2010 project reflect new location of GrGLIRect.h
2011-02-18 bsalomon@google.comFix warning about non-local anonymous struct
2011-02-18 bsalomon@google.comMoving GrGLIRect to include directory to fix build...
2011-02-18 bsalomon@google.comReduce glGets for stencil bits.
2011-02-18 reed@google.comcall glyph::init() on tmpGlyph, so we have a properly...
2011-02-18 reed@google.comremove dead conditional code
2011-02-17 bsalomon@google.comClean up geterror / log macros and globals for debuggin...
2011-02-17 ctguil@chromium.orgSet fLastGlyphID in SkFontHost::GetAdvancedTypefaceMetr...
2011-02-17 bsalomon@google.comHide alloc size vs content size below API
2011-02-17 reed@google.cominitial baseline for linux blurs, poly2poly, points
2011-02-17 reed@google.comadd test for points
2011-02-17 reed@google.comadd test for poly2poly
2011-02-16 reed@google.comneed to apply the prepathmatrix (or perhaps push it...
2011-02-16 reed@google.comadd new test for blurs
2011-02-16 reed@google.comupload generated mask for maskfilter to gpu (does not...
2011-02-16 reed@google.comfirst steps for supporting maskfilters (disabled right...
2011-02-16 bsalomon@google.comBatch consecutive draw rects.
2011-02-16 reed@google.comadd initial linux baseline images for gm (still need...
2011-02-16 reed@google.comadd text
2011-02-15 reed@google.comfix compile error for linux
2011-02-15 reed@google.comadd no-check version of SkPackARGB32, for callers that...
2011-02-14 vandebo@chromium.orgFix file modes.
2011-02-14 vandebo@chromium.orgProvide windows font host implementation needed to...
2011-02-14 bsalomon@google.comFix param order in setVertexSourceToBuffer calls due...
2011-02-14 reed@google.comfix compile-error, mismatch between fontID and id
2011-02-14 bsalomon@google.comRefactor how Gr handles vertex and index data. GrGpu...
2011-02-13 bsalomon@google.comsafeUnref() -> SkSafeUnref()
2011-02-11 bsalomon@google.comRemove debugging printf that was accidentally left...
2011-02-11 bsalomon@google.comgit-svn-id: skia.googlecode.com/svn/trunk@783 2bbb7eff...
2011-02-10 vandebo@chromium.orgUse real glyph IDs in the win fonthost to better suppor...
2011-02-10 reed@google.comadd 'c' command, which toggles a semi-complex clip...
2011-02-09 reed@android.comupdate to work correctly for scalar == fixed or float
2011-02-09 vandebo@chromium.orgRemove extra stub definition of GetAdvancedTypefaceMetrics.
2011-02-08 reed@google.comreformatting to match coding style -- no logic changes
2011-02-08 bsalomon@google.comsafeunref method to SkSafeUnref.
2011-02-08 reed@google.comreformat for coding style, no logic changes
2011-02-08 reed@google.comadd SkScalarIsFinite(), and use it for a more portable...
2011-02-08 vandebo@chromium.org[PDF] Add support for xfermodes / blend modes.
2011-02-08 vandebo@chromium.org[PDF] Change SkPDFFormXObject to not hold a reference...
next