platform/upstream/libSkiaSharp.git
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...
2011-02-07 reed@google.comupdate dox for readPixels()
2011-02-07 reed@google.comcheck for SK_BUILD_FOR_BREW
2011-02-07 reed@google.comadd
2011-02-07 reed@google.comadd
2011-02-07 reed@google.comclear the convex-hint in reset() and rewind(), to match...
2011-02-07 reed@google.comadd rlepixelref file to make, to keep it from bit-rot
2011-02-07 reed@google.comhide divide-by-zero from the compiler, to avoid the...
2011-02-07 wjmaclean@chromium.orgAdd unit test for SkRect::hasValidCoordinates().
2011-02-07 wjmaclean@chromium.orgProposed fix for crash in Cr70244.
2011-02-07 reed@google.comrebase gpu images (based on mac-desktop gpu)
2011-02-07 reed@google.comremove SkRefCnt safeRef() and safeUnref(), and replace...
2011-02-07 bsalomon@google.comWhen we create the GL context and FBO on mac for the...
2011-02-07 reed@google.comfix warning about size_t >= 0 (which must always be...
2011-02-03 vandebo@chromium.org[PDF] Improve PDF support in gm.
2011-02-03 vandebo@chromium.orgImprove usability of SkAdvancedTypefaceMetrics for...
2011-02-03 vandebo@chromium.org[PDF] Start from an identity transform for drawDevice.
2011-02-03 bsalomon@google.comFix warnings on linux build (strict aliasing, cons...
2011-02-03 reed@android.comchange forward decl of SkMatrix from struct (wrong...
2011-02-02 bsalomon@google.comMake aggressive shader opts an option in GrUserConfig...
2011-02-02 bsalomon@google.comMake enabling static rect VB configurable by user confi...
2011-02-02 vandebo@chromium.orgCleanup SkPDFTypfaceInfo and make it more generic.
2011-02-01 bsalomon@google.comAttempt to simplify NPOT texture caps. Also fixes case...
2011-02-01 vandebo@chromium.org[PDF] Clean up ref counting.
2011-02-01 bsalomon@google.comAdds ability to draw rects using a unit square vertex...
2011-02-01 vandebo@chromium.org[PDF] Fix bugs preventing gm from running with PDF...
2011-01-31 vandebo@chromium.org[PDF] Support image alpha channel plus a couple small...
2011-01-31 reed@google.cominitialize int var-args to placate chrome's runtime...
2011-01-29 vandebo@chromium.org[PDF] Honor srcRect in drawBitmap.
2011-01-28 reed@google.comupdate dox on bitmap configs
2011-01-28 vandebo@chromium.org[PDF] Add replacement implementations for functions...
2011-01-28 reed@google.comfix slow performance on desktops by uping our max-textu...
2011-01-28 reed@google.comreplace UINT32_MAX with portable macro
2011-01-26 reed@google.comconditionalize impl on SK_SUPPORT_PDF, to help chrome...
2011-01-26 vandebo@chromium.orgFix windows build.
2011-01-26 reed@google.commove into core for now, so we can build SkFontHost_Free...
2011-01-26 reed@google.comwork around framebuffer_blit confusion on linux --...
2011-01-26 reed@google.comfix linux gpu build (don't need egl.h)
2011-01-26 reed@google.comremove debugging code around gUseExt
2011-01-26 reed@google.comclose quotes on #error
2011-01-26 reed@google.comfix mac build (don't need typedef struct foo foo)
2011-01-26 reed@google.comfix warnings, including using GrTCast<> to go from...
2011-01-25 reed@google.comembed a refdict inside SkDevice
2011-01-25 reed@google.comadd refdict class, for holding a dictionary of referenc...
2011-01-25 vandebo@chromium.orgUpdate SkPDFDevice::drawPath signature to match SkDevice.
2011-01-25 vandebo@chromium.orgAdd Truetype and Type 1 font embedding support
2011-01-25 reed@google.comfixes for some warnings:
2011-01-25 bsalomon@google.comAdd SampleShaderText to vs project.
2011-01-25 bsalomon@google.comAdd shaded text sample and gm test.
2011-01-25 reed@google.comchrome always assumes BGRA for its textures
2011-01-25 reed@google.comfix comments for U8CPU and S16CPU
2011-01-24 bsalomon@google.comAdd GrGpuGLShaders2 to gr_files.mk
2011-01-24 bsalomon@google.comIncrease number of stages from 1 to 2
2011-01-21 reed@google.commake xfermode warning printf be debug-only
2011-01-21 reed@google.comfix release build
2011-01-21 bsalomon@google.comRev the GrContext interface. Context has draw* function...
2011-01-20 bsalomon@google.comIn GrMatrix's setScale, setSkew, & setTranslate check...
2011-01-20 reed@google.comreplace GR_GL(GetIntegerv with GR_GL_GetIntegerv to...
2011-01-19 reed@google.comupdate chrome-specific glconfig (should make versions...
2011-01-19 reed@google.comadd experimental custom GL header for chrome
2011-01-19 bsalomon@google.comCleanup including of GL headers and provide way to...
2011-01-19 reed@google.comfix fEntryCount when we purge a cache entry (bug caught...
2011-01-19 reed@google.comdocument new (temporary) build flags
2011-01-19 reed@google.comadd compile flag GR_SKIP_2POINTRADIAL_PROGRAMS to ignor...
2011-01-18 reed@google.comadd getter/setter for TextureCache, so that clients...
2011-01-18 reed@google.comadd GR_BUILD_CHROME for now. hopefully we can replace...
2011-01-18 reed@google.comadd new 2nd argument for rendertarget to SkGpuCanvas
next