platform/upstream/libSkiaSharp.git
2012-03-19 tomhudson@google.comFix Android, too, by providing cross-platform NULL...
2012-03-19 tomhudson@google.comRemove stale #include.
2012-03-19 tomhudson@google.com(SSE2) acceleration for rectangular opaque erases.
2012-03-19 bsalomon@google.comMake the text context not have to save / restore GrDraw...
2012-03-16 junov@chromium.orgGPU blit speedup: avoid texture filtering and texture...
2012-03-16 vandebo@chromium.org[PDF] Fix shaders when the initial transform has a...
2012-03-16 epoger@google.comAdd libjpeg.gyp that wraps third_party/externals/libjpe...
2012-03-16 epoger@google.comAdd os_posix gyp variable, nesting variables dicts...
2012-03-16 bsalomon@google.comSkip unnecessary copies in GrPaint operator ==
2012-03-16 tomhudson@google.comDelete 'obsolete' directory, most of whose contents...
2012-03-16 bsalomon@google.comCall reset() in text context rather than set to SkMatri...
2012-03-16 reed@google.comadd IRect variant of getBounds()
2012-03-16 reed@google.comdecal mode babystep
2012-03-16 bsalomon@google.comSplit GrTextContext into baseclass and subclass
2012-03-16 epoger@google.comMake all gyp targets automatically include common.gypi
2012-03-15 reed@google.comforward declare SkRect
2012-03-15 reed@google.comadd getBounds() helper
2012-03-15 reed@google.comupdate baseline
2012-03-15 reed@google.comupdate baseline
2012-03-15 tomhudson@google.comClose a couple of minor memory leaks, add a valgrind...
2012-03-15 bsalomon@google.comChange vertex buffer size for draw buffer. Hopefully...
2012-03-15 djsollen@google.comFix broken android build
2012-03-15 djsollen@google.comAdd CreateFallbackForScript to SkTypeface for Android.
2012-03-15 djsollen@google.comCleanup sample slide for drawTextOnPath
2012-03-15 bsalomon@google.comPerform degenerate check in device coords in convex...
2012-03-15 reed@google.comdon't clamp the stopScale to 0 unless it originally...
2012-03-15 bsalomon@google.comRebaseline GMs from r3397
2012-03-15 bsalomon@google.comAllow compiler to optimize applying quadratic UV matrix...
2012-03-15 tomhudson@google.comClose an (incidental) memory leak in gmmain.
2012-03-15 tomhudson@google.comExpand SkMatrix type mask from uint8 to uint32, alignin...
2012-03-15 reed@google.commake commonBitmap un-virtual. That was a leftover from...
2012-03-14 reed@google.comupdate test
2012-03-14 reed@google.comadd baselines
2012-03-14 reed@google.comadd baselines
2012-03-14 reed@google.comunittest for kUTF32_TextEncoding
2012-03-14 reed@google.comadd baselines
2012-03-14 reed@google.comtweak gm bounds to better fit the content
2012-03-14 reed@google.comadd kUTF32_TextEncoding
2012-03-14 vandebo@chromium.orgFix four memory leaks uncovered by valgrinding gm tests.
2012-03-14 tomhudson@google.comDisable overly heavy benchmark - 15x slower than any...
2012-03-14 robertphillips... This update fixes the problem with GLX failing to find...
2012-03-14 bsalomon@google.comRebaselines from r3382 for bots that completed before...
2012-03-14 bsalomon@google.comBatch path draws.
2012-03-14 reed@google.comenable fractionalint (64bit) math in bitmap procs
2012-03-14 reed@google.comadd baselines
2012-03-14 reed@google.comadd baselines
2012-03-14 reed@google.comadd baselines
2012-03-14 mike@reedtribe.orgneed to pack the two values into a 32bit long
2012-03-13 reed@google.comadd build option to revert hairline-clipping fix from...
2012-03-13 bungeman@google.comRebaseline for r3374.
2012-03-13 bungeman@google.comUse floats for mask table for accuracy.
2012-03-13 bsalomon@google.comFix missing return statement
2012-03-13 bsalomon@google.comAdd option to automatically flush GrInOrderDrawBuffer...
2012-03-13 bsalomon@google.comChange interface on GrDrawTarget to reserve vtx/idx...
2012-03-12 reed@google.compromote floats to scalars for the fixed-point build
2012-03-12 reed@google.comdon't draw in constructor (makes debugging harder)
2012-03-12 reed@google.comadd init() method, so we don't draw in our constructor...
2012-03-12 reed@google.comadd unittest for rev. 3366 -- clipping antihairlines
2012-03-12 reed@google.comif we are extending past our clip in antihairlines...
2012-03-12 reed@google.comdetect all masks, and don't use masksuperblitter with...
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
next