- c2c9b97 Fix nits by bsalomon@google.com · 14 years ago
- 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 14 years ago
- 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 14 years ago
- 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 14 years ago
- 3e0f22c Add SK_RESTRICT inside radial gradient shader - we can't currently see a benefit, but it shouldn't hurt, and some compiler somewhere ought to benefit from it. by tomhudson@google.com · 14 years ago
- 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 14 years ago
- f75b84e Add license by bsalomon@google.com · 14 years ago
- 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 14 years ago
- 6f5df48 add gamma-correct text by reed@google.com · 14 years ago
- 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 14 years ago
- 421093d support gamma correction for lcd text by reed@google.com · 14 years ago
- 3e8ae5b kill gamma flags if we're drawing BW by reed@google.com · 14 years ago
- ade907b roll in fixes from android when we have to compress sections of "stretchy" by reed@google.com · 14 years ago
- f8897e8 Add debug trap to track down crash. by vandebo@chromium.org · 14 years ago
- c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 14 years ago
- 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 14 years ago
- 7a23014 fix bw bits when width >= 16 by reed@google.com · 14 years ago
- 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 14 years ago
- bf2ac7e Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. by bungeman@google.com · 14 years ago
- 0a60b3d Fix leak of mask in draw. http://codereview.appspot.com/5132046/ by bungeman@google.com · 14 years ago
- 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