platform/upstream/libSkiaSharp.git
2012-03-12 djsollen@google.comUpdating SkAvoidXferMode to use new 4byte interp function.
2012-03-12 reed@google.comadd SkFourByteInterp256 variant, when the caller has...
2012-03-12 bsalomon@google.comadd/delete some comments to path renderer interface
2012-03-09 vandebo@chromium.org[PDF] Fix memory hungry inefficiency in pdf resource...
2012-03-09 bungeman@google.comRebaseline for r3358.
2012-03-09 bungeman@google.comUse default lcd filter until we have the means to speci...
2012-03-09 reed@google.comdon't flip the fractional bits (low 4) for bilerp when...
2012-03-09 vandebo@chromium.org[PDF] Fix some fixed/float-point mismatches for image...
2012-03-09 tomhudson@google.comIf we try to clip against a path and the path only...
2012-03-09 epoger@google.comwhitespace change to trigger Skia buildbot
2012-03-08 reed@google.comadd more modes/flags to giantbitmap test
2012-03-08 reed@google.comdefer any drawing until our first time, so we don't...
2012-03-08 reed@google.comreenable vertical lcd support
2012-03-08 reed@google.comdelete for now, as I rework this test
2012-03-08 reed@google.comdisable 64bit opt for now, as I debug skew failure...
2012-03-08 reed@google.comapply FractionalInt improvement to rotated
2012-03-08 bsalomon@google.comuse floats to compute texture matrix / coords
2012-03-08 bungeman@google.comRebaseline for r3344.
2012-03-08 vandebo@chromium.org[PDF] Treat TTF Fonts that report zero glyphs as other...
2012-03-08 bungeman@google.comDon't override the user's hinting level.
2012-03-08 bsalomon@google.comTurn off pedantic check that causes too much noise...
2012-03-08 bsalomon@google.comMisc bug fix in GrInOrderDrawBuffer
2012-03-08 bsalomon@google.comAnnotate overridden functions with SK_OVERRIDE in OverV...
2012-03-08 reed@google.comreturn false if the typeface cannot be found
2012-03-08 bsalomon@google.comFix GrBufferAllocPool to include padding in bytes used...
2012-03-08 reed@google.comdisable PDF for now, until code.google.com/p/skia/issue...
2012-03-07 reed@google.comadd new baselines (still need to debug gpu version)
2012-03-07 reed@google.comuse higher precision (64bit) fixed-point for matrix...
2012-03-07 bsalomon@google.commake pathrenderers release their geometry before returning
2012-03-07 epoger@google.comAdd libjpeg source as third_party/externals dependency
2012-03-07 reed@google.comadd bench for various interp techniques used in bitmaps...
2012-03-06 bsalomon@google.comChange skia_target_arch != arm to skia_target_arch...
2012-03-06 tomhudson@google.comSSSE3 code for drawing rotated bitmaps; produces 25...
2012-03-05 caryclark@google.comwork in progress
2012-03-05 senorblanco... Fix debug build: move assertions to GrContext callers...
2012-03-05 bsalomon@google.comRecommit r3321 with fix for path orientation reversal.
2012-03-05 senorblanco... Refactor Gaussian blur and morphology from SkGpuDevice...
2012-03-05 bsalomon@google.comRevert accidentally checked in gm image in r3323.
2012-03-05 bsalomon@google.comRevert r3321 because of GM failure
2012-03-05 bsalomon@google.commake skpaint2grpaint functions be local to skgpudevice.cpp
2012-03-05 bsalomon@google.comAvoid making a copy of the path in GrAAConvexPathRenderer
2012-03-05 vandebo@chromium.orgFix copy paste error in test ref counting.
2012-03-05 vandebo@chromium.org[PDF] Fix name objects containing characters > 0x80...
2012-03-05 tomhudson@google.comAdd SK_OVERRIDE where appropriate.
2012-03-05 bsalomon@google.comPrealloc space for ~10 segments in GrAAConvexPathRenderer
2012-03-05 bsalomon@google.comminor improvement, remove some conditionals in GrAAConv...
2012-03-05 bsalomon@google.comAvoid hairline coverage mul when possible
2012-03-05 bungeman@google.comRebaseline for r3313.
2012-03-05 bungeman@google.comWhen guessing at the dest, use linear space instead...
2012-03-02 bsalomon@google.comsimplify GrPathRenderer interface
2012-03-02 vandebo@chromium.orgOn Mac, also check for a loca table before calling...
2012-03-02 senorblanco... Erode and dilate image filter effects, CPU and GPU...
2012-03-02 caryclark@google.comCheck to see if font is TrueType before making TrueType...
2012-03-02 bsalomon@google.comBetter workaround for osx / nv bug
2012-03-02 bsalomon@google.comRebaseline GPU paths
2012-03-02 reed@google.comrebaseline after recent gpu change
2012-03-02 bsalomon@google.comRemove offscreen supersampler.
2012-03-02 tomhudson@google.comRestore SkImageDecoder_libjpeg, which may still be...
2012-03-02 reed@google.comrestore old no-gamma behavior when requested
2012-03-02 tomhudson@google.comRemove libjpeg image decoder, since we've never built...
2012-03-02 bsalomon@google.comminor fix: remove unnecessary init
2012-03-01 reed@google.commove the post cleanup of the rec until after we wack...
2012-03-01 bsalomon@google.comFix cycling through buffers in buffer alloc pool
2012-03-01 reed@google.comrebaseline with unclipped lcd text edges
2012-03-01 reed@google.comallow gamma params to be changed in .gyp
2012-03-01 reed@google.comfix clipping of lcd edge pixels
2012-03-01 reed@google.comadd experimental files to encapsulate device-level...
2012-03-01 caryclark@google.comwork in progress
2012-03-01 bsalomon@google.comRemove ref in buffer alloc pool.
2012-03-01 bsalomon@google.comWorkaround for chrome on mac buffer object performance...
2012-02-29 reed@google.comremove fragile assert
2012-02-29 reed@google.comfix edgecase in chopcubic where we computed duplicate...
2012-02-29 reed@google.comrebaseline after gamma tweak
2012-02-29 reed@google.comapply contrast before blend-gamma-calc
2012-02-29 reed@google.comfix bug and add test for aaclip when blitV is called
2012-02-29 reed@google.commove SKPaint's defaults (that might be configurable...
2012-02-28 tomhudson@google.comRemove references to svg.gyp from projects that don...
2012-02-28 reed@google.comrebaseline after gamma correction change
2012-02-28 reed@google.comimplement gamma correction for freetype text.
2012-02-28 caryclark@google.comwork in progress
2012-02-28 tomhudson@google.comRemove referenecs to nonexistent file SkImageDecoder_li...
2012-02-28 reed@google.comhandle checking for large bounds correctly when SkScala...
2012-02-28 tomhudson@google.comImprove SSE2 code for Blending BlitRow functions, produ...
2012-02-28 tomhudson@google.comSSE2 version of ClampX_ClampY_{no}filter_affine, courte...
2012-02-28 reed@google.comsince SkScalarCeil/Floor do not explicitly detect overf...
2012-02-28 junov@chromium.orgreverting r3268 because of test failures
2012-02-28 junov@chromium.orgbuild fix
2012-02-28 junov@chromium.orgSkDeferredCanvas, performance: small refactor to remove...
2012-02-27 reed@google.comDisable check for large bounds in antipath
2012-02-27 djsollen@google.comfix reorder initialization warning
2012-02-27 djsollen@google.comreapply r3259 (that was reverted) with fix.
2012-02-24 junov@chromium.orgCoding style corrections in SkDeferredCanvas.cpp: brace...
2012-02-24 junov@chromium.orgModify SkDeferredCanvas so that it uses its inherited...
2012-02-24 djsollen@google.comreverting r3259 because of gm/test failure.
2012-02-24 djsollen@google.comEnable quickRejectY in SkCanvas to be inlined.
2012-02-24 junov@chromium.orgreverting r3257 because of gm failure.
2012-02-24 bsalomon@google.comFix copy/paste issue in GrInOrderDrawBuffer.
2012-02-24 junov@chromium.orgModify SkDeferredCanvas so that it uses its inherited...
2012-02-24 bungeman@google.comRemove SkFontHost::ValidFontID PART 2: remove definitio...
2012-02-24 bsalomon@google.comRemove unused member from GrInOrderDrawBuffer
next