- cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
- 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
- 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
- 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
- 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
- 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
- 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
- e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
- 178d41e Remove unneeded sk/gr conversion code by bsalomon@google.com · 13 years ago
- 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
- bbfa100 Fix header build breakage caused by moving GrGpu.h to src dir by bsalomon@google.com · 13 years ago
- a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
- 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
- 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
- ff8a166 move setOrigin to protected, as a stop-gap fix for proxy devices. will revert by reed@google.com · 13 years ago
- bc75483 undef Status to undo the evil that XLib.h has done by reed@google.com · 13 years ago
- ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
- c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
- a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
- 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
- 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
- e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
- a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
- 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
- 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
- e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
- a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
- c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
- e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
- 099d22d add roundOut() by reed@google.com · 13 years ago
- 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
- 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
- 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
- 84b437e update dox for LCD text by reed@google.com · 13 years ago
- b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
- 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
- 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
- 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 4f1151a Documentation only: add warning to SkCanvas::writePixels() that this operation by epoger@google.com · 13 years ago
- 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
- 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 6dc7455 remove forward declaration and reference to extinct SkDeviceFactory by reed@google.com · 13 years ago
- b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
- 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
- 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
- f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
- c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
- f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
- db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
- fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
- 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
- b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
- d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
- 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
- 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
- 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
- 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
- b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
- 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
- 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
- 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
- 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
- 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
- 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
- cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
- 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
- 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
- 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
- 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
- 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
- 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
- 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
- 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
- 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
- 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
- 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
- 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
- effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
- 6ed8249 update dox by reed@google.com · 13 years ago
- 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
- 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
- 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
- 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
- 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
- c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
- 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
- 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago