- 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 14 years ago
- 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 14 years ago
- bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 14 years ago
- 82cff02 tweak check for BW to avoid cmp by reed@google.com · 14 years ago
- 2ec7280 Fix some warnings by bsalomon@google.com · 14 years ago
- 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 14 years ago
- 98b11f1 flatten/unflatten fSegmentMask by reed@google.com · 14 years ago
- fe62638 use common code for treating thin lines as hairlines (much faster) by reed@google.com · 14 years ago
- 51baf5a speed up radial-mirror 16x, sweep by ~2x by reed@google.com · 14 years ago
- b3b0a5b update fSegmentMask inside ::transform() (thank you validate!) by reed@google.com · 14 years ago
- 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 14 years ago
- dd5bd67 add SK_RESTRICT in shadeSpan methods by reed@google.com · 14 years ago
- 6a87faf revert match for newAlpha to exactly match old math, so we don't drive by reed@google.com · 14 years ago
- ecadf99 use new SkDrawTreatAsHairline method to decide when to approximate a thin-line by reed@google.com · 14 years ago
- d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 14 years ago
- 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 14 years ago
- 4bce115 make string's reference counting thread-safe by reed@google.com · 14 years ago
- c27b741 add override for max-text-size for lcd by reed@google.com · 14 years ago
- bcb671c Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't by tomhudson@google.com · 14 years ago
- 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 14 years ago
- f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 14 years ago
- 4f79b9b set max size for lcdtext by reed@google.com · 14 years ago
- 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 14 years ago
- 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
- 99edd43 cache offscreen HDC by reed@google.com · 14 years ago
- b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 14 years ago
- 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
- a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 14 years ago
- 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 14 years ago
- 9987ec3 add impl for drawBitmapNine by reed@google.com · 14 years ago
- f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 14 years ago
- f244f90 detect when scale is really 1.0, and don't mis-mark our flags to kScale by reed@google.com · 14 years ago
- 1c8e874 Ignore blur margin fix flag for backward bug compatibility. by bungeman@google.com · 14 years ago
- 4fd0fb0 Fix realloc->reset rename missed in mac file by bsalomon@google.com · 14 years ago
- 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
- f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 14 years ago
- 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 14 years ago
- 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 14 years ago
- d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 14 years ago
- 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 14 years ago
- dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 14 years ago
- a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 14 years ago
- 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 14 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 14 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 14 years ago
- 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 14 years ago
- 513909f9 Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 14 years ago
- 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 14 years ago
- cb6ccdd respect subpixel positioning by reed@google.com · 14 years ago
- 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 14 years ago
- 9a87cee Clean up PDF code for text decoration change. by bungeman@google.com · 14 years ago
- 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 14 years ago
- 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 14 years ago
- cf598b1 refactor utility code to create a mask (any format) from the path, for those by reed@google.com · 14 years ago
- ddc75dc Allow the y-baseline to float except when text is horizontal, as we were already by reed@google.com · 14 years ago
- d361e7e silence end of file LF warning on chrome's mac builds by bsalomon@google.com · 14 years ago
- 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 14 years ago
- 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 14 years ago
- 0986600 Use gcc intrinsic functions for atomic incr and decr by bsalomon@google.com · 14 years ago
- 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 14 years ago
- e25c684 Canvas to handle null layer device. http://codereview.appspot.com/4907045/ by bungeman@google.com · 14 years ago
- 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 14 years ago
- e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 14 years ago
- 498776a Remove GrContext::drawCustomVertices by bsalomon@google.com · 14 years ago
- 178d41e Remove unneeded sk/gr conversion code by bsalomon@google.com · 14 years ago
- 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 14 years ago
- a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 14 years ago
- 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 14 years ago
- 8fbc3f0 Add missing function declarations. http://codereview.appspot.com/4904043/ by caryclark@google.com · 14 years ago
- 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 14 years ago
- 03016a3 style cleanup by reed@google.com · 14 years ago
- ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 14 years ago
- 16edff2 style cleanup by reed@google.com · 14 years ago
- d7a6fb9 style cleanup by reed@google.com · 14 years ago
- f468e47 Write null for any function pointers when using the cross process flag by yangsu@google.com · 14 years ago
- c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 14 years ago
- 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 14 years ago
- 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 14 years ago
- 633722e Small miter limit check on Gr::drawRect. http://codereview.appspot.com/4838057/ by bungeman@google.com · 14 years ago
- e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 14 years ago
- a44f700 Fix some ref leaks by bsalomon@google.com · 14 years ago
- 47ae725 remove bogus (probably copy/paste err) assert. Alpha need not be opaque here, by reed@google.com · 14 years ago
- 66f2e33 Port change r2040 to mac by ctguil@chromium.org · 14 years ago
- 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 14 years ago
- 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 14 years ago
- 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 14 years ago
- f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 14 years ago
- 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 14 years ago
- e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 14 years ago
- a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 14 years ago
- 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 14 years ago
- 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 14 years ago
- 53d11e0 submit LCD alpha support by caryclark@google.com · 14 years ago
- f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 14 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 14 years ago
- 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 14 years ago
- c514dde allow events to store their target sink ID by reed@google.com · 14 years ago
- e938b19 iOS SampleApp menu related changes by yangsu@google.com · 14 years ago
- b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 14 years ago
- 68c4d12 Clip GPU blur against clip bounds. Clip the size of the FBOs used for blurs by senorblanco@chromium.org · 14 years ago